public class ZeoliteSimulation extends Simulation
Developed as a prototype and example for the construction of a basic simulation.
Modifier and Type | Field | Description |
---|---|---|
ActivityIntegrate |
ai |
|
Box |
box |
The Box holding the atoms.
|
DisplayPlot |
ePlot |
|
IntegratorVelocityVerlet |
integrator |
The Integrator performing the dynamics.
|
P2LennardJones |
potentialMM |
The hard-sphere potential governing the interactions.
|
SpeciesGeneral[] |
species |
The single hard-sphere species.
|
eventManager, random, seeds, space
Constructor | Description |
---|---|
ZeoliteSimulation() |
Modifier and Type | Method | Description |
---|---|---|
static void |
Converter(java.lang.String inputFile) |
|
static void |
main(java.lang.String[] args) |
Demonstrates how this class is implemented.
|
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 IntegratorVelocityVerlet integrator
public final SpeciesGeneral[] species
public final P2LennardJones potentialMM
public final ActivityIntegrate ai
public DisplayPlot ePlot