Simpatico  v1.10

Synopsis

This analyzer periodically writes the system configuration to file, with one configuration per file.

See also
DdMd::ConfigWriter

Parameters

The parameter file format is:

ConfigWriter{
interval int
outputFileName string
}

with parameters

interval number of steps between data samples
outputFileName name of output file

Output

Configurations are periodically output to file, with each configuration in a separate file. File names are given by the outputFileName followed by an integer. Configurations are written by calling the Simulation::writeConfig() function. This uses a file format that is determined by the current ConfigIo, or by the default format defined by DdMd:DdMdConfigIo if no format has been explicitly selected.