public class HSMDCavity extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
HSMDCavity.CavityParam |
Inner class for parameters understood by the HSMDCavity constructor
|
Modifier and Type | Field | Description |
---|---|---|
Box |
box |
The Box holding the atoms.
|
IntegratorHard |
integrator |
The Integrator performing the dynamics.
|
P2HardSphereCavity |
potential |
The hard-sphere potential governing the interactions.
|
PotentialMaster |
potentialMaster |
|
SpeciesGeneral |
species |
The single hard-sphere species.
|
eventManager, random, seeds, space
Constructor | Description |
---|---|
HSMDCavity(HSMDCavity.CavityParam params) |
Makes a simulation according to the specified parameters.
|
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 Box box
public final IntegratorHard integrator
public final SpeciesGeneral species
public final P2HardSphereCavity potential
public final PotentialMaster potentialMaster
public HSMDCavity(HSMDCavity.CavityParam params)
params
- Parameters as defined by the inner class CavityParam