Simpatico
v1.10
|
This analyzer computes average of the components of the total symmetrized stress tensor, and optionally outputs sampled values or block averages during the simulation.
The parameter file format is:
in which
interval | number of steps between data samples |
outputFileName | name of output file |
nSamplePerBlock | number of samples per block average (optional, default = 0) |
If nSamplePerBlock > 0, this analyzer outputs block average of values every interval*nSamplePerBlock time steps. For nSamplePerBlock > 1, each such block average is an average of the most recent nSamplePerBlock sampled values, which are sampled every interval time steps. Setting nSamplePerBlock = 1 causes every sampled value to be output, with no averaging. Setting nSamplePerBlock = 0 disables computation and output of block averages.
The nSamplePerBlock parameter is optional, as indicated by the use of square brackets in the above file format. It is set to nSamplePerBlock = 0 by default, thus disabling output of block averages by default.
This analyzer evaluates the symmetric part of the stress tensor, calculated by taking the average of the tensor and its transpose, and evaluates averages and (optionally) block averages of the 6 independent components of the symmetric tensor.
If nSamplePerBlock > 0, block averages are output to the file {outputFileName}.dat, with extension ".dat", during the simulation. Each line of this file contains the value of the time step associated with the first value in the block average and the value of the block average of nSamplePerBlock values. If nSamplePerBlock = 0, no such file is created. If this file is created, it columns are output in the format:
where iStep is the time step at which the first sample is evaluated and T(i,j) is the i, j component of the stress tensor T.
After the end of the simulation, if the OUTPUT_ANALYZERS command is invoked: