public class CH4NVT extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
CH4NVT.Param |
Modifier and Type | Field | Description |
---|---|---|
protected Box |
box |
|
protected IntegratorMC |
integrator |
|
protected MCMoveMolecule |
moveMolecule |
|
protected PotentialMaster |
potentialMaster |
|
protected MCMoveRotateMolecule3D |
rotateMolecule |
|
protected SpeciesGeneral |
speciesCH4 |
eventManager, random, seeds, space
Constructor | Description |
---|---|
CH4NVT(Space space,
int numberMolecules,
double boxSize,
double temperature,
double truncation) |
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 final SpeciesGeneral speciesCH4
protected final PotentialMaster potentialMaster
protected final IntegratorMC integrator
protected final MCMoveMolecule moveMolecule
protected final MCMoveRotateMolecule3D rotateMolecule
protected final Box box
public CH4NVT(Space space, int numberMolecules, double boxSize, double temperature, double truncation)