public class ColloidSim extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
ColloidSim.CriterionNone |
eventManager, random, seeds, space
Constructor | Description |
---|---|
ColloidSim() |
Modifier and Type | Method | Description |
---|---|---|
int |
getChainLength() |
|
double |
getColloidSigma() |
|
static void |
main(java.lang.String[] args) |
|
void |
setChainLength(int newChainLength) |
|
void |
setColloidSigma(double newColloidSigma) |
|
void |
setNumGraft(int newNumGraft) |
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 PotentialMasterList potentialMaster
public SpeciesGeneral species
public SpeciesGeneral speciesColloid
public Box box
public IntegratorHard integrator
public ConfigurationColloid configuration
public AtomLeafAgentManager<AtomArrayList> colloidMonomerBondManager
public AtomLeafAgentManager<AtomArrayList> monomerMonomerBondManager
public P2SquareWellMonomer p2mm
public P2HardSphereMC p2mc
public int nGraft
public int chainLength
public P1Wall p1WallMonomer
public P1Wall p1WallColloid
public double epsWallWall
public CriterionPositionWall criterionWallMonomer
public static void main(java.lang.String[] args)
public void setNumGraft(int newNumGraft)
public int getChainLength()
public void setChainLength(int newChainLength)
public double getColloidSigma()
public void setColloidSigma(double newColloidSigma)