public class LjMC3D extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
LjMC3D.LjMC3DParams |
Modifier and Type | Field | Description |
---|---|---|
Box |
box |
|
IntegratorMC |
integrator |
|
MCMoveAtom |
mcMoveAtom |
|
P2LennardJones |
potential |
|
PotentialMasterCell |
potentialMasterCell |
|
SpeciesGeneral |
species |
eventManager, random, seeds, space
Constructor | Description |
---|---|
LjMC3D(int numAtoms,
double temperature,
double density,
double rcShort) |
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 PotentialMasterCell potentialMasterCell
public IntegratorMC integrator
public SpeciesGeneral species
public Box box
public P2LennardJones potential
public MCMoveAtom mcMoveAtom