Simpatico
v1.10
|
This analyzer periodically outputs the lengths and volume of the simulation unit cell, for use with constant pressure simulations.
The parameter file format is:
with parameters
interval | number of steps between data samples |
outputFileName | name of output file |
The dimensions of the box are periodically output to file {outputFileName}.dat. Each line in this file represents a set of instantaneous values. The format of each line is:
iStep L[0] L[1] L[2] V
where the vector L is the value returned by Util::Boundary::lengths() and V is the volume, as returned by Util::Boundary::volume().