public class SimOverlapBetaN2RP extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
SimOverlapBetaN2RP.SimOverlapParam |
Inner class for parameters understood by the SimOverlapBetaN2RP constructor
|
Modifier and Type | Field | Description |
---|---|---|
DataPump[] |
accumulatorPumps |
|
AccumulatorVirialOverlapSingleAverage[] |
accumulators |
|
Basis |
basis |
|
Box |
boxRef |
|
Box |
boxTarg |
|
DataSourceVirialOverlap |
dsvo |
|
IntegratorOverlap |
integratorOverlap |
|
IntegratorBox[] |
integrators |
|
IDataSource[] |
meters |
|
int[] |
nCells |
|
protected PotentialMaster |
potentialMasterRef |
|
protected PotentialMaster |
potentialMasterTarg |
|
double |
refPref |
eventManager, random, seeds, space
Constructor | Description |
---|---|
SimOverlapBetaN2RP(Space space,
int numMolecules,
double density,
double temperature,
double[] angle,
double alpha,
double alphaSpan,
int numAlpha) |
Modifier and Type | Method | Description |
---|---|---|
void |
equilibrate(long initSteps) |
|
static void |
main(java.lang.String[] args) |
|
void |
setAccumulator(AccumulatorVirialOverlapSingleAverage newAccumulator,
int iBox) |
|
void |
setRefPref(double alpha,
double alphaSpan) |
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 boxTarg
public Box boxRef
public int[] nCells
public Basis basis
public double refPref
public AccumulatorVirialOverlapSingleAverage[] accumulators
public DataPump[] accumulatorPumps
public IDataSource[] meters
protected PotentialMaster potentialMasterTarg
protected PotentialMaster potentialMasterRef
public SimOverlapBetaN2RP(Space space, int numMolecules, double density, double temperature, double[] angle, double alpha, double alphaSpan, int numAlpha)
public void setRefPref(double alpha, double alphaSpan)
public void setAccumulator(AccumulatorVirialOverlapSingleAverage newAccumulator, int iBox)
public void equilibrate(long initSteps)
public static void main(java.lang.String[] args)
args
- filename containing simulation parametersSimOverlapBetaN2RP.SimOverlapParam