public class PolydisperseHS extends Simulation
Developed as a prototype and example for the construction of a basic simulation.
Modifier and Type | Class | Description |
---|---|---|
static class |
PolydisperseHS.HSPolyParam |
Modifier and Type | Field | Description |
---|---|---|
Box |
box |
The Box holding the atoms.
|
IntegratorHard |
integrator |
The Integrator performing the dynamics.
|
P2HardSpherePoly |
potential |
The hard-sphere potential governing the interactions.
|
PotentialMaster |
potentialMaster |
|
SpeciesGeneral |
species |
The single hard-sphere species.
|
eventManager, random, seeds, space
Constructor | Description |
---|---|
PolydisperseHS(PolydisperseHS.HSPolyParam 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 P2HardSpherePoly potential
public final PotentialMaster potentialMaster
public PolydisperseHS(PolydisperseHS.HSPolyParam params)
params
- Parameters as defined by the inner class HSMD3DParam