public class TestLJMD3D extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
TestLJMD3D.SimParams |
Modifier and Type | Field | Description |
---|---|---|
AccumulatorAverageCollapsing |
avgEnergy |
|
Box |
box |
|
MeterPotentialEnergy |
energy |
|
IntegratorVelocityVerlet |
integrator |
|
P2LennardJones |
potential |
|
DataPump |
pump |
|
SpeciesGeneral |
species |
eventManager, random, seeds, space
Constructor | Description |
---|---|
TestLJMD3D(int numAtoms,
Configuration config) |
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 IntegratorVelocityVerlet integrator
public SpeciesGeneral species
public Box box
public P2LennardJones potential
public MeterPotentialEnergy energy
public AccumulatorAverageCollapsing avgEnergy
public DataPump pump
public TestLJMD3D(int numAtoms, Configuration config)