public class ColloidSim extends Simulation
Modifier and Type | Class and Description |
---|---|
static class |
ColloidSim.CriterionNone |
eventManager, random, seeds, space
Constructor and Description |
---|
ColloidSim(Space _space) |
Modifier and Type | Method and Description |
---|---|
int |
getChainLength() |
double |
getColloidSigma() |
static void |
main(java.lang.String[] args) |
void |
setChainLength(int newChainLength) |
void |
setColloidSigma(double newColloidSigma) |
void |
setNumGraft(int newNumGraft) |
addBox, addSpecies, atomTypeAddedNotify, atomTypeRemovedNotify, getBox, getBoxCount, getController, getEventManager, getIntegrator, getRandom, getRandomSeeds, getSpace, getSpecies, getSpeciesCount, makeUniqueElementSymbol, removeBox, removeSpecies, setRandom
public PotentialMasterList potentialMaster
public SpeciesSpheresMono species
public SpeciesSpheresMono speciesColloid
public IBox box
public IntegratorHard integrator
public P2HardWrapper potentialWrapper
public ActivityIntegrate activityIntegrate
public ConfigurationColloid configuration
public AtomLeafAgentManager<AtomArrayList> colloidMonomerBondManager
public AtomLeafAgentManager<AtomArrayList> monomerMonomerBondManager
public P2SquareWellMonomer p2mm
public P2HardSphereMC p2mc
public P2HardSphere p2pseudo
public int nGraft
public int chainLength
public P1Wall p1WallMonomer
public P1Wall p1WallColloid
public double epsWallWall
public CriterionPositionWall criterionWallMonomer
public ColloidSim(Space _space)
public void setNumGraft(int newNumGraft)
public void setChainLength(int newChainLength)
public int getChainLength()
public void setColloidSigma(double newColloidSigma)
public double getColloidSigma()
public static void main(java.lang.String[] args)