52#ifndef INTEGRATORS_NPRT_HPP
53#define INTEGRATORS_NPRT_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();
93 RealType surfaceTension_;
94 unsigned int axis_, axis1_, axis2_;
Constant normal pressure and lateral surface tension 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.