52#ifndef INTEGRATORS_NPAT_HPP 
   53#define INTEGRATORS_NPAT_HPP 
   72    virtual void evolveEtaA();
 
   73    virtual void evolveEtaB();
 
   75    virtual bool etaConverged();
 
   78    virtual void getVelScaleB(
Vector3d& sc, 
int index);
 
   82    virtual void calcVelScale();
 
   84    virtual void scaleSimBox();
 
   85    virtual RealType calcConservedQuantity();
 
   87    virtual void loadEta();
 
   88    virtual void saveEta();
 
 
Constant normal pressure and lateral surface area integrator.
 
One of the heavy-weight classes of OpenMD, SimInfo maintains objects and variables relating to the cu...
 
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.