public class LJmuVT extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
LJmuVT.LJMCParams |
Modifier and Type | Field | Description |
---|---|---|
Box |
box |
|
IntegratorMC |
integrator |
|
MCMoveInsertDelete |
mcMoveID |
|
PotentialMasterCell |
potentialMaster |
|
SpeciesGeneral |
species |
eventManager, random, seeds, space
Constructor | Description |
---|---|
LJmuVT(Space _space,
int numAtoms,
double temperature,
double density,
double mu,
double rc,
int[] seeds) |
Modifier and Type | Method | Description |
---|---|---|
static double[] |
calcBMu(double density,
double B2,
double B3) |
|
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 PotentialMasterCell potentialMaster
public final SpeciesGeneral species
public final Box box
public final IntegratorMC integrator
public final MCMoveInsertDelete mcMoveID
public LJmuVT(Space _space, int numAtoms, double temperature, double density, double mu, double rc, int[] seeds)