Emdee
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
andersenthermostat.h
Go to the documentation of this file.
1 #ifndef ANDERSENTHERMOSTAT_H
2 #define ANDERSENTHERMOSTAT_H
3 
4 #include <modifier/modifier.h>
5 
6 class Random;
7 
9 {
10 public:
11  AndersenThermostat(MoleculeSystem *moleculeSystem);
12 
13  void apply();
14 
15  void setTargetTemperature(double targetTemperature);
16  void setCollisionTime(double collisionTime);
17 protected:
21 
23 };
24 
25 #endif // ANDERSENTHERMOSTAT_H