public class StarPolymerMD extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
StarPolymerMD.PolymerParam |
Modifier and Type | Field | Description |
---|---|---|
Box |
box |
|
int |
f |
|
IntegratorBox |
integrator |
|
IntegratorVelocityVerlet |
integratorMD |
|
int |
l |
|
P2Fene |
potentialFene |
|
PotentialMaster |
potentialMaster |
|
P2WCA |
potentialWCA |
|
SpeciesGeneral |
species |
eventManager, random, seeds, space
Constructor | Description |
---|---|
StarPolymerMD(int f,
int l,
double temperature,
double tStep,
boolean useNbrs) |
Modifier and Type | Method | Description |
---|---|---|
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 Box box
public int f
public int l
public SpeciesGeneral species
public IntegratorBox integrator
public IntegratorVelocityVerlet integratorMD
public P2Fene potentialFene
public P2WCA potentialWCA
public PotentialMaster potentialMaster