|
Molecular Dynamics
v0.4
Project for the Practical hosted by the Scientific Computing Chair
|
#include <enumsStructs.h>

Public Attributes | |
| bool | useThermostat |
| TypeOfThermostat | typeOfThermostat |
| bool | initialiseSystemWithBrownianMotion |
| bool | applyScalingGradually |
| double | initialTemperature |
| double | targetTemperature |
| double | maxTemperatureChange |
| int | applyAfterHowManySteps |
| int | dimensions |
Struct containing the specifications of the thermostat.
| int enumsStructs::ThermostatParameters::applyAfterHowManySteps |
| bool enumsStructs::ThermostatParameters::applyScalingGradually |
| int enumsStructs::ThermostatParameters::dimensions |
| bool enumsStructs::ThermostatParameters::initialiseSystemWithBrownianMotion |
| double enumsStructs::ThermostatParameters::initialTemperature |
| double enumsStructs::ThermostatParameters::maxTemperatureChange |
| double enumsStructs::ThermostatParameters::targetTemperature |
| TypeOfThermostat enumsStructs::ThermostatParameters::typeOfThermostat |
| bool enumsStructs::ThermostatParameters::useThermostat |