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

Comparing:
branches/mmeineke/OOPSE/libmdtools/Thermo.hpp (file contents), Revision 377 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
trunk/OOPSE/libmdtools/Thermo.hpp (file contents), Revision 454 by gezelter, Fri Apr 4 01:57:11 2003 UTC

# Line 22 | Line 22 | class Thermo{ (public)
22  
23    double getTemperature(); // gives the instant temp. in K
24    double getPressure(); // gives the instant pressure in Pa
25 +
26 +  int getNDF();    // get the number of degrees of freedom in the system
27 +  int getNDFraw(); // get the number of raw degrees of freedom in the system
28 +                   // i.e. don't subtract constraints or system COM.
29    
30    void velocitize(); // set the temperature to the target temp in SimInfo
31                       // NOTE: srand48 should be seeded before calling.
32 +  void getCOMVel(double vdrift[3]);
33 +
34   private:
35    SimInfo* entry_plug;
36    gaussianSPRNG *gaussStream;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines