public class VLESim extends Simulation
Modifier and Type | Field | Description |
---|---|---|
Box |
boxLiquid |
|
Box |
boxVapor |
|
protected double |
density |
|
protected double |
epsilon |
|
IntegratorManagerMC |
integratorGEMC |
|
IntegratorMC |
integratorLiquid |
|
IntegratorMC |
integratorVapor |
|
protected double |
moment |
|
protected P2LJQ |
p2LJQ |
|
protected P2SoftTruncated |
p2Truncated |
|
protected double |
sigma |
|
SpeciesGeneral |
species |
|
protected double |
temperature |
eventManager, random, seeds, space
Constructor | Description |
---|---|
VLESim() |
Modifier and Type | Method | Description |
---|---|---|
double |
getEpsilon() |
|
double |
getMoment() |
|
double |
getSigma() |
|
static void |
main(java.lang.String[] args) |
|
void |
setEpsilon(double newEpsilon) |
|
void |
setMoment(double newQ) |
|
void |
setSigma(double newSigma) |
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 Box boxLiquid
public final Box boxVapor
public final SpeciesGeneral species
public final IntegratorMC integratorLiquid
public final IntegratorMC integratorVapor
public final IntegratorManagerMC integratorGEMC
protected final P2LJQ p2LJQ
protected final P2SoftTruncated p2Truncated
protected double sigma
protected double temperature
protected double epsilon
protected double moment
protected double density
public static void main(java.lang.String[] args)
public double getSigma()
public void setSigma(double newSigma)
public double getEpsilon()
public void setEpsilon(double newEpsilon)
public double getMoment()
public void setMoment(double newQ)