public class SimOverlapSoftSphereEin extends Simulation
Modifier and Type | Class | Description |
---|---|---|
protected static class |
SimOverlapSoftSphereEin.MeterPotentialEnergyComposite |
|
static class |
SimOverlapSoftSphereEin.SimOverlapParam |
Inner class for parameters understood by the HSMD3D constructor
|
Modifier and Type | Field | Description |
---|---|---|
AccumulatorAverageFixed |
accumulator |
|
DataPumpListener |
accumulatorPump |
|
MCMoveAtomCoupled |
atomMove |
|
Basis |
basis |
|
Boundary |
boundary |
|
Box |
box |
|
IntegratorMC |
integrator |
|
double |
latticeEnergy |
|
MeterOverlapSwitch |
meter |
|
int[] |
nCells |
|
PotentialMasterList |
potentialMaster |
|
PotentialMasterMonatomic |
potentialMasterHarmonic |
|
Primitive |
primitive |
eventManager, random, seeds, space
Constructor | Description |
---|---|
SimOverlapSoftSphereEin(Space _space,
int numAtoms,
double density,
boolean slanty,
double temperature,
double spring,
double frac,
double[] otherFrac,
double[] alpha,
int exponent,
int numAlpha,
double alphaSpan,
long numSteps,
double rc) |
Modifier and Type | Method | Description |
---|---|---|
void |
initialize(long initSteps) |
|
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 PotentialMasterList potentialMaster
public final PotentialMasterMonatomic potentialMasterHarmonic
public final double latticeEnergy
public IntegratorMC integrator
public Box box
public Boundary boundary
public int[] nCells
public Basis basis
public Primitive primitive
public AccumulatorAverageFixed accumulator
public DataPumpListener accumulatorPump
public MeterOverlapSwitch meter
public MCMoveAtomCoupled atomMove
public SimOverlapSoftSphereEin(Space _space, int numAtoms, double density, boolean slanty, double temperature, double spring, double frac, double[] otherFrac, double[] alpha, int exponent, int numAlpha, double alphaSpan, long numSteps, double rc)
public static void main(java.lang.String[] args)
args
- filename containing simulation parametersSimOverlapSoftSphereEin.SimOverlapParam
public void initialize(long initSteps)