public class Adsorption extends Simulation
Modifier and Type | Field | Description |
---|---|---|
Box |
box |
|
ConfigurationLattice |
config |
|
IntegratorHybrid |
integratorHybrid |
|
IntegratorMC |
integratorMC |
|
IntegratorHard |
integratorMD |
|
MyMCMove |
mcMoveIDA |
|
MyMCMove |
mcMoveIDB |
|
P1Wall |
p1WallA |
|
P1Wall |
p1WallB |
|
P2SquareWell |
p2AA |
|
P2SquareWell |
p2AB |
|
P2SquareWell |
p2BB |
|
SpeciesGeneral |
speciesA |
|
SpeciesGeneral |
speciesB |
eventManager, random, seeds, space
Constructor | Description |
---|---|
Adsorption() |
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 SpeciesGeneral speciesA
public final SpeciesGeneral speciesB
public final Box box
public final IntegratorHard integratorMD
public final IntegratorMC integratorMC
public final IntegratorHybrid integratorHybrid
public final P2SquareWell p2AA
public final P2SquareWell p2AB
public final P2SquareWell p2BB
public final P1Wall p1WallA
public final P1Wall p1WallB
public final MyMCMove mcMoveIDA
public final MyMCMove mcMoveIDB
public final ConfigurationLattice config