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

Comparing trunk/OOPSE/libmdtools/ForceFields.hpp (file contents):
Revision 836 by mmeineke, Tue Oct 28 22:25:46 2003 UTC vs.
Revision 976 by chrisfen, Thu Jan 22 17:34:20 2004 UTC

# Line 175 | Line 175 | class EAM_FF : public ForceFields{ (private)
175    double eamRcut;
176   };
177  
178 + class WATER : public ForceFields{
179 +
180 + public:
181 +  WATER();
182 +  virtual ~WATER();
183 +
184 +  void readParams();
185 +  void cleanMe( void );
186 +
187 +  void initializeAtoms( int nAtoms, Atom** atomArray );
188 +  void initializeBonds( int nBonds, Bond** bondArray,
189 +                        bond_pair* the_bonds );
190 +  void initializeBends( int nBends, Bend** bendArray,
191 +                        bend_set* the_bends );
192 +  void initializeTorsions( int nTorsions, Torsion** torsionArray,
193 +                           torsion_set* the_torsions );
194 +
195 +  void initForceField( int ljMixRule );
196 +
197 + private:
198 +  
199 +  void fastForward( char* stopText, char* searchOwner );
200 + };
201 +
202   #endif
203  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines