public class SimGlass extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
SimGlass.GlassParams |
|
static class |
SimGlass.PotentialChoice |
Modifier and Type | Field | Description |
---|---|---|
Box |
box |
|
protected int |
chs |
|
IntegratorMD |
integrator |
|
IntegratorMC |
integratorMC |
|
protected P2SquareWell |
p2AA |
|
SimGlass.PotentialChoice |
potentialChoice |
|
double |
sigmaB |
|
SpeciesGeneral |
speciesA |
|
SpeciesGeneral |
speciesB |
|
MCMoveSwap |
swapMove |
eventManager, random, seeds, space
Constructor | Description |
---|---|
SimGlass(int D,
int nA,
int nB,
double density,
double temperature,
boolean doSwap,
SimGlass.PotentialChoice pc,
double tStep) |
|
SimGlass(int D,
int nA,
int nB,
double density,
double temperature,
boolean doSwap,
SimGlass.PotentialChoice pc,
double tStep,
int[] randSeeds) |
Modifier and Type | Method | Description |
---|---|---|
IntegratorMD |
getIntegrator() |
|
void |
initConfig() |
|
static void |
main(java.lang.String[] args) |
|
Activity |
makeInitConfigActivity() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addBox, addSpecies, box, getBox, getBoxCount, getBoxes, getController, getEventManager, getRandom, getRandomSeeds, getSpace, getSpecies, getSpeciesCount, getSpeciesList, makeBox, makeBox, makeUniqueElementSymbol, removeBox, setRandom, species
public SpeciesGeneral speciesA
public SpeciesGeneral speciesB
public Box box
public IntegratorMD integrator
public final MCMoveSwap swapMove
public final IntegratorMC integratorMC
public final SimGlass.PotentialChoice potentialChoice
protected P2SquareWell p2AA
public double sigmaB
protected int chs
public SimGlass(int D, int nA, int nB, double density, double temperature, boolean doSwap, SimGlass.PotentialChoice pc, double tStep)
public SimGlass(int D, int nA, int nB, double density, double temperature, boolean doSwap, SimGlass.PotentialChoice pc, double tStep, int[] randSeeds)
public Activity makeInitConfigActivity()
public void initConfig()
public IntegratorMD getIntegrator()
getIntegrator
in class Simulation
public static void main(java.lang.String[] args)