public class MinimizeHCP extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
MinimizeHCP.SimOverlapParam |
Inner class for parameters understood by the HSMD3D constructor
|
Modifier and Type | Field | Description |
---|---|---|
Box |
box |
|
double |
density |
|
int |
numMolecules |
|
PotentialMaster |
potentialMaster |
eventManager, random, seeds, space
Constructor | Description |
---|---|
MinimizeHCP(Space _space,
int numAtoms,
double density,
int exponent,
double rc,
double initC) |
Modifier and Type | Method | Description |
---|---|---|
double |
findcf(double initC,
double maxcf,
double mincf) |
|
static void |
main(java.lang.String[] args) |
|
void |
setC(double newC,
double density) |
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 Box box
public final PotentialMaster potentialMaster
public final double density
public final int numMolecules
public MinimizeHCP(Space _space, int numAtoms, double density, int exponent, double rc, double initC)
public static void main(java.lang.String[] args)
args
- filename containing simulation parametersMinimizeHCP.SimOverlapParam
public void setC(double newC, double density)
public double findcf(double initC, double maxcf, double mincf)