public class SimOverlapLJ extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
SimOverlapLJ.SimOverlapParam |
Inner class for parameters understood by the HSMD3D constructor
|
Modifier and Type | Field | Description |
---|---|---|
DataPump[] |
accumulatorPumps |
|
AccumulatorVirialOverlapSingleAverage[] |
accumulators |
|
Basis |
basis |
|
Boundary |
boundaryHarmonic |
|
Boundary |
boundaryTarget |
|
Box |
boxHarmonic |
|
Box |
boxTarget |
|
DataSourceVirialOverlap |
dsvo |
|
IntegratorOverlap |
integratorOverlap |
|
IntegratorBox[] |
integrators |
|
IDataSource[] |
meters |
|
int[] |
nCells |
|
NormalModes |
normalModes |
|
P1Constraint |
p1Constraint |
|
Primitive |
primitive |
|
Primitive |
primitiveUnitCell |
|
double |
refPref |
eventManager, random, seeds, space
Constructor | Description |
---|---|
SimOverlapLJ(Space _space,
int numAtoms,
double density,
double temperature,
double harmonicFudge) |
Modifier and Type | Method | Description |
---|---|---|
void |
equilibrate(java.lang.String fileName,
long initSteps) |
|
void |
initRefPref(java.lang.String fileName,
long initSteps) |
|
static void |
main(java.lang.String[] args) |
|
void |
setAccumulator(AccumulatorVirialOverlapSingleAverage newAccumulator,
int iBox) |
|
void |
setRefPref(double newRefPref) |
|
void |
setRefPref(double refPrefCenter,
double span) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addBox, addSpecies, box, getBox, getBoxCount, getBoxes, getController, getEventManager, getIntegrator, getRandom, getRandomSeeds, getSpace, getSpecies, getSpeciesCount, getSpeciesList, makeBox, makeBox, makeUniqueElementSymbol, removeBox, setRandom, species
public IntegratorOverlap integratorOverlap
public DataSourceVirialOverlap dsvo
public IntegratorBox[] integrators
public Box boxTarget
public Box boxHarmonic
public Boundary boundaryTarget
public Boundary boundaryHarmonic
public int[] nCells
public Basis basis
public NormalModes normalModes
public Primitive primitive
public Primitive primitiveUnitCell
public double refPref
public AccumulatorVirialOverlapSingleAverage[] accumulators
public DataPump[] accumulatorPumps
public IDataSource[] meters
public P1Constraint p1Constraint
public SimOverlapLJ(Space _space, int numAtoms, double density, double temperature, double harmonicFudge)
public static void main(java.lang.String[] args)
args
- filename containing simulation parametersSimOverlapLJ.SimOverlapParam
public void setRefPref(double refPrefCenter, double span)
public void setAccumulator(AccumulatorVirialOverlapSingleAverage newAccumulator, int iBox)
public void setRefPref(double newRefPref)
public void initRefPref(java.lang.String fileName, long initSteps)
public void equilibrate(java.lang.String fileName, long initSteps)