public class HSMC2D extends Simulation
Species have the same sphere diameter but non-additive cross interactions. (sigma12 = 1.2)
Modifier and Type | Field | Description |
---|---|---|
Box |
box |
|
IntegratorMC |
integrator |
|
MCMoveAtom |
mcMoveAtom |
|
DataSourceCountSteps |
meterCycles |
|
P2HardSphere |
potential11 |
|
P2HardSphere |
potential12 |
|
P2HardSphere |
potential22 |
|
SpeciesGeneral |
species |
|
SpeciesGeneral |
species2 |
eventManager, random, seeds, space
Constructor | Description |
---|---|
HSMC2D() |
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 IntegratorMC integrator
public MCMoveAtom mcMoveAtom
public SpeciesGeneral species
public SpeciesGeneral species2
public Box box
public P2HardSphere potential11
public P2HardSphere potential12
public P2HardSphere potential22
public DataSourceCountSteps meterCycles