| 3 |
|
|
| 4 |
|
#include "Atom.hpp" |
| 5 |
|
#include "SRI.hpp" |
| 6 |
– |
#include "Integrator.hpp" |
| 6 |
|
#include "SimInfo.hpp" |
| 7 |
|
#include "randomSPRNG.hpp" |
| 8 |
|
|
| 20 |
|
double getTotalE(); // gets the total energy |
| 21 |
|
|
| 22 |
|
double getTemperature(); // gives the instant temp. in K |
| 23 |
< |
double getPressure(); // gives the instant pressure in Pa |
| 23 |
> |
double getPressure(); // gives the instant pressure in atm; |
| 24 |
> |
void getPressureTensor(double press[3][3]); // gives the pressure |
| 25 |
> |
// tensor in |
| 26 |
> |
// amu*fs^-2*Ang^-1 |
| 27 |
> |
double getVolume(); // gives the volume in Ang^3 |
| 28 |
> |
double getEnthalpy(); // gives the enthalpy in kcal/mol |
| 29 |
|
|
| 30 |
|
int getNDF(); // get the number of degrees of freedom in the system |
| 31 |
|
int getNDFraw(); // get the number of raw degrees of freedom in the system |