public class SimCalcSLJ extends Simulation
Modifier and Type | Field | Description |
---|---|---|
Basis |
basis |
|
Boundary |
boundary |
|
Box |
box |
|
CoordinateDefinition |
coordinateDefinition |
|
IntegratorMC |
integrator |
|
int[] |
nCells |
|
protected P1Constraint |
p1Constraint |
|
PotentialMaster |
potentialMaster |
|
Primitive |
primitive |
|
Primitive |
primitiveUnitCell |
eventManager, random, seeds, space
Constructor | Description |
---|---|
SimCalcSLJ(Space _space,
int numAtoms,
double density,
double temperature) |
Modifier and Type | Method | Description |
---|---|---|
static void |
main(java.lang.String[] args) |
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 IntegratorMC integrator
public Box box
public Boundary boundary
public Primitive primitive
public Primitive primitiveUnitCell
public Basis basis
public int[] nCells
public CoordinateDefinition coordinateDefinition
public PotentialMaster potentialMaster
protected P1Constraint p1Constraint
public SimCalcSLJ(Space _space, int numAtoms, double density, double temperature)