public class HSMDWidom extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
HSMDWidom.HSMDParam |
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.
|
P2HardSphere |
potential |
The hard-sphere potential governing the interactions.
|
PotentialMaster |
potentialMaster |
|
SpeciesGeneral |
species |
The single hard-sphere species.
|
eventManager, random, seeds, space
Constructor | Description |
---|---|
HSMDWidom(HSMDWidom.HSMDParam 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 P2HardSphere potential
public final PotentialMaster potentialMaster
public HSMDWidom(HSMDWidom.HSMDParam params)
params
- Parameters as defined by the inner class CavityParam