52#ifndef INTEGRATORS_NPA_HPP 
   53#define INTEGRATORS_NPA_HPP 
   80    virtual void evolveEtaA();
 
   81    virtual void evolveEtaB();
 
   83    virtual bool etaConverged();
 
   86    virtual void getVelScaleB(
Vector3d& sc, 
int index);
 
   90    virtual void calcVelScale();
 
   92    virtual void scaleSimBox();
 
   93    virtual RealType calcConservedQuantity();
 
   95    virtual void loadEta();
 
   96    virtual void saveEta();
 
 
Constant normal pressure and lateral surface area integrator No thermostat!
 
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.