public class SimLJHTTISuperSFMD extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
SimLJHTTISuperSFMD.SimOverlapParam |
Inner class for parameters understood by the HSMD3D constructor
|
Modifier and Type | Field | Description |
---|---|---|
Basis |
basis |
|
Boundary |
boundary |
|
Box |
box |
|
CoordinateDefinition |
coordinateDefinition |
|
IntegratorMD |
integrator |
|
int[] |
nCells |
|
Potential2SoftSpherical |
potential |
|
PotentialMasterList |
potentialMaster |
|
Primitive |
primitive |
|
SpeciesGeneral |
species |
eventManager, random, seeds, space
Constructor | Description |
---|---|
SimLJHTTISuperSFMD(Space _space,
int numAtoms,
double density,
double temperature,
double rc,
int[] seeds) |
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 CoordinateDefinition coordinateDefinition
public IntegratorMD integrator
public Box box
public Boundary boundary
public int[] nCells
public Basis basis
public Primitive primitive
public PotentialMasterList potentialMaster
public Potential2SoftSpherical potential
public SpeciesGeneral species
public SimLJHTTISuperSFMD(Space _space, int numAtoms, double density, double temperature, double rc, int[] seeds)