public class HSDimerNPT extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
HSDimerNPT.HSMD3DParameters |
Modifier and Type | Field | Description |
---|---|---|
Box |
box |
|
CoordinateDefinitionHSDimer |
coordinateDefinition |
|
static boolean |
doFancyMonoclinic |
|
static boolean |
doFancyOriented |
|
static boolean |
doGraphics |
|
static boolean |
doRot |
|
static boolean |
doShape |
|
IntegratorMC |
integrator |
|
Box |
latticeBox |
|
PotentialMasterList |
potentialMaster |
|
SpeciesGeneral |
species |
|
double |
theta |
eventManager, random, seeds, space
Constructor | Description |
---|---|
HSDimerNPT(Space space,
int numMolecules,
boolean fancyMove,
double pSet,
double rho,
int[] nC,
int cp,
double L,
double thetaFrac,
double targetAcc) |
Modifier and Type | Method | Description |
---|---|---|
static void |
main(java.lang.String[] args) |
Demonstrates how this class is implemented.
|
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 static boolean doFancyMonoclinic
public static boolean doFancyOriented
public static boolean doRot
public static boolean doShape
public static boolean doGraphics
public final PotentialMasterList potentialMaster
public final IntegratorMC integrator
public final SpeciesGeneral species
public final Box box
public final Box latticeBox
public final CoordinateDefinitionHSDimer coordinateDefinition
public final double theta
public HSDimerNPT(Space space, int numMolecules, boolean fancyMove, double pSet, double rho, int[] nC, int cp, double L, double thetaFrac, double targetAcc)