public class SimIdealGas extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
SimIdealGas.LjMC3DParams |
Modifier and Type | Field | Description |
---|---|---|
Box |
box |
|
IntegratorMC |
integrator |
|
MCMoveAtomNPath |
mcMoveAtom |
|
MCMoveAtomCoupled |
mcMoveAtomCoupled |
|
MCMoveAtomSwap |
mcMoveSwap |
|
P1ImageHarmonic |
p1ImageHarmonic |
|
P2LennardJones |
potential |
|
PotentialMasterCell |
potentialMasterCell |
|
SpeciesGeneral |
species |
eventManager, random, seeds, space
Constructor | Description |
---|---|
SimIdealGas(int numAtoms,
double temperature,
double density,
double w,
int offsetDim) |
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 MCMoveAtomNPath mcMoveAtom
public MCMoveAtomCoupled mcMoveAtomCoupled
public MCMoveAtomSwap mcMoveSwap
public P1ImageHarmonic p1ImageHarmonic