public class HSMD2D extends Simulation
Atoms of each species have the same diameter but one has 10 times more mass than the other.
Modifier and Type | Field | Description |
---|---|---|
Box |
box |
|
IntegratorHard |
integrator |
|
Potential2 |
potential11 |
|
Potential2 |
potential12 |
|
Potential2 |
potential22 |
|
SpeciesGeneral |
species1 |
|
SpeciesGeneral |
species2 |
eventManager, random, seeds, space
Constructor | Description |
---|---|
HSMD2D() |
Modifier and Type | Method | Description |
---|---|---|
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 IntegratorHard integrator
public SpeciesGeneral species1
public SpeciesGeneral species2
public Box box
public Potential2 potential11
public Potential2 potential12
public Potential2 potential22