public class SimHarmonic extends Simulation
Modifier and Type | Field | Description |
---|---|---|
Boundary |
boundary |
|
Box |
box |
|
CoordinateDefinition |
coordinateDefinition |
|
IntegratorMC |
integrator |
|
int[] |
nCells |
|
NormalModes |
normalModes |
|
Primitive |
primitive |
|
SpeciesGeneral |
species |
eventManager, random, seeds, space
Constructor | Description |
---|---|
SimHarmonic(Space _space,
int numAtoms,
double density,
java.lang.String filename,
double harmonicFudge) |
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 SpeciesGeneral species
public NormalModes normalModes
public int[] nCells
public CoordinateDefinition coordinateDefinition
public Primitive primitive
public SimHarmonic(Space _space, int numAtoms, double density, java.lang.String filename, double harmonicFudge)