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 1127 by tim, Tue Apr 20 16:56:40 2004 UTC vs.
Revision 1452 by tim, Mon Aug 23 15:11:36 2004 UTC

# Line 5 | Line 5
5   #include "SRI.hpp"
6   #include "SimInfo.hpp"
7   #include "randomSPRNG.hpp"
8 <
8 > #include "ConstraintIterator.hpp"
9   class Thermo{
10  
11   public:
# Line 18 | Line 18 | class Thermo{ (public)
18    double getKinetic(); // the total kinetic energy
19    double getPotential(); // the total potential energy
20    double getTotalE(); // gets the total energy
21 +  double getConsEnergy(); //get contribution to energy from constraint
22  
23    double getTemperature(); // gives the instant temp. in K
24  
# Line 40 | Line 41 | class Thermo{ (public)
41    void getCOMVel(double vdrift[3]);
42    void getCOM(double COM[3]);
43    void removeCOMdrift();
44 +  void removeAngularMomentum();
45  
46   private:
47    SimInfo* info;
48    gaussianSPRNG *gaussStream;
49 <  
49 >  ConstraintPairIterator* cpIter;
50   };
51   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines