ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/Thermo.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/Thermo.hpp (file contents):
Revision 561 by mmeineke, Fri Jun 20 20:29:36 2003 UTC vs.
Revision 588 by gezelter, Thu Jul 10 17:10:56 2003 UTC

# Line 21 | Line 21 | class Thermo{ (public)
21  
22    double getTemperature(); // gives the instant temp. in K
23    double getPressure(); // gives the instant pressure in atm;
24 <  void   getPressureTensor(double pressure_tensor[9]); // gives the pressure
25 <                                                       // tensor in
26 <                                                       // amu*fs^-2*Ang^-1
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines