public class OsmosisSim extends Simulation
Modifier and Type | Field | Description |
---|---|---|
P1HardBoundary |
boundaryHardA |
|
P1HardBoundary |
boundaryHardB |
|
P1HardWall |
boundarySemiB |
|
Box |
box |
|
protected static int |
initialSolute |
|
protected static int |
initialSolvent |
|
IntegratorHard |
integrator |
|
P2HardSphere |
potentialAA |
|
P2HardSphere |
potentialAB |
|
P2HardSphere |
potentialBB |
|
SpeciesGeneral |
speciesSolute |
|
SpeciesGeneral |
speciesSolvent |
eventManager, random, seeds, space
Constructor | Description |
---|---|
OsmosisSim(Space _space) |
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
protected static final int initialSolute
protected static final int initialSolvent
public IntegratorHard integrator
public SpeciesGeneral speciesSolvent
public SpeciesGeneral speciesSolute
public Box box
public P2HardSphere potentialAA
public P2HardSphere potentialBB
public P2HardSphere potentialAB
public P1HardBoundary boundaryHardA
public P1HardBoundary boundaryHardB
public P1HardWall boundarySemiB
public OsmosisSim(Space _space)