public class VLESim extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
VLESim.GEMCParams |
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 Potential2SoftSpherical |
p2 |
|
protected P2SoftTruncated |
p2Truncated |
|
protected double |
sigma |
|
SpeciesGeneral |
species |
|
protected double |
temperature |
eventManager, random, seeds, space
Constructor | Description |
---|---|
VLESim(VLESim.GEMCParams params) |
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 Box boxLiquid
public final Box boxVapor
public final SpeciesGeneral species
public final IntegratorMC integratorLiquid
public final IntegratorMC integratorVapor
public final IntegratorManagerMC integratorGEMC
protected final Potential2SoftSpherical p2
protected final P2SoftTruncated p2Truncated
protected double sigma
protected double temperature
protected double epsilon
protected double moment
protected double density
public VLESim(VLESim.GEMCParams params)