public class SimEinStep1 extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
SimEinStep1.SimOverlapParam |
Inner class for parameters understood by the HSMD3D constructor
|
Modifier and Type | Field | Description |
---|---|---|
MCMoveEinsteinCrystal |
atomMove |
|
Basis |
basis |
|
Boundary |
boundary |
|
Box |
box |
|
IntegratorMC |
integrator |
|
int[] |
nCells |
|
PotentialMasterList |
potentialMaster |
|
PotentialMasterMonatomic |
potentialMasterHarmonic |
|
Primitive |
primitive |
eventManager, random, seeds, space
Constructor | Description |
---|---|
SimEinStep1(Space _space,
int numAtoms,
double density,
double temperature,
double spring,
int exponent,
double rc,
boolean slanty) |
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 final PotentialMasterList potentialMaster
public IntegratorMC integrator
public Box box
public Boundary boundary
public int[] nCells
public Basis basis
public Primitive primitive
public MCMoveEinsteinCrystal atomMove
public PotentialMasterMonatomic potentialMasterHarmonic
public SimEinStep1(Space _space, int numAtoms, double density, double temperature, double spring, int exponent, double rc, boolean slanty)
public static void main(java.lang.String[] args)
args
- filename containing simulation parametersSimEinStep1.SimOverlapParam