public class SimHarmonicUmbrella extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
SimHarmonicUmbrella.SimBennetParam |
Modifier and Type | Field | Description |
---|---|---|
Basis |
basis |
|
Boundary |
boundary |
|
Box |
box |
|
CoordinateDefinition |
coordinateDefinition |
|
IntegratorMC |
integrator |
|
double |
latticeEnergy |
|
MeterHarmonicEnergy |
meterHarmonicEnergy |
|
int[] |
nCells |
|
NormalModes |
normalModes |
|
PotentialMasterMonatomic |
potentialMasterMonatomic |
|
Primitive |
primitive |
|
double |
refPref |
|
SpeciesGeneral |
species |
eventManager, random, seeds, space
Constructor | Description |
---|---|
SimHarmonicUmbrella(Space _space,
int numAtoms,
double density,
double temperature,
java.lang.String filename,
int exponent) |
Modifier and Type | Method | Description |
---|---|---|
double |
getRefPref() |
|
static void |
main(java.lang.String[] args) |
|
void |
setRefPref(double refPref) |
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 IntegratorMC integrator
public Box box
public Boundary boundary
public Basis basis
public SpeciesGeneral species
public NormalModes normalModes
public int[] nCells
public CoordinateDefinition coordinateDefinition
public Primitive primitive
public PotentialMasterMonatomic potentialMasterMonatomic
public double latticeEnergy
public MeterHarmonicEnergy meterHarmonicEnergy
public double refPref
public SimHarmonicUmbrella(Space _space, int numAtoms, double density, double temperature, java.lang.String filename, int exponent)