public class Catalysis extends Simulation
eventManager, random, seeds, space
Constructor | Description |
---|---|
Catalysis(Space space,
int nCellsZ) |
|
Catalysis(Space _space,
int nCellsZ,
IRandom random) |
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 speciesO
public final SpeciesGeneral speciesC
public final SpeciesGeneral speciesSurface
public final Box box
public final IntegratorHard integrator
public final P2SquareWellBonding potentialOO
public final P2SquareWellBondingCO potentialCO
public final P2SquareWell potentialCC
public final P2SquareWellSurface potentialCS
public final P2SquareWellSurface potentialOS
public final ConfigurationCatalysis config
public final InteractionTracker interactionTracker
public final ReactionManagerCO reactionManagerCO
public Catalysis(Space space, int nCellsZ)