public class SimFluidSoftSphere extends Simulation
Modifier and Type | Field | Description |
---|---|---|
Box |
box |
|
static java.lang.String |
filename |
|
IntegratorMC |
integrator |
|
PotentialMaster |
potentialMaster |
|
SpeciesGeneral |
species |
eventManager, random, seeds, space
Constructor | Description |
---|---|
SimFluidSoftSphere(Space _space,
int numAtoms,
double density,
double temperature,
int exponent) |
Modifier and Type | Method | Description |
---|---|---|
void |
initializeConfigFromFile(java.lang.String fname) |
|
static void |
main(java.lang.String[] args) |
|
void |
rescaleBox(double d) |
|
void |
writeConfiguration(java.lang.String fname) |
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 java.lang.String filename
public IntegratorMC integrator
public SpeciesGeneral species
public Box box
public PotentialMaster potentialMaster
public SimFluidSoftSphere(Space _space, int numAtoms, double density, double temperature, int exponent)