In file mdt.h:

template class AnalyseSimulation : public MDSimulationT

Purpose: Allows for the analysis of a simulation saved to disk previously

Inheritance:


Inherited from MDSimulationT:

Public Methods

void AnnealToT(real target_temp)
void AnnealToD(real target_density)

Inherited from MDSimulation:

Public Methods

void SaveConfiguration()

Protected Fields

real* sweep_variable
String sweep_name
MDSimulationParam& param
int elapsed_time

Protected Methods

void UpdateForces()
void IntegrateEQ()
void LoadConfiguration(String config_file)
void SingleStep()
real ZeroesTotalVel()

Documentation

Purpose: Allows for the analysis of a simulation saved to disk previously. Instead of calculating the trajectories of the particles, it reads the position, velocities, etc... from a file generated by a real run done with the -s flag. See the SaveHistory class in meas_dev.H. Notes: As this class only reads the positions and velocities from the disk, anything that has to do with the interaction has to be recalculated, if it's needed. So a measuring class like energies (see meas_dev.H) will not work with AnalyseSimulation.

This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de