public class LJMD3DThreaded extends Simulation
Modifier and Type | Field and Description |
---|---|
ActivityIntegrate |
activityIntegrate |
IBox |
box |
Controller |
controller |
IntegratorVelocityVerlet |
integrator |
MCMoveAtom |
mcMoveAtom |
P2LennardJones |
p2lj |
P2SoftSphericalTruncated[] |
potential |
PotentialThreaded |
potentialThreaded |
SpeciesSpheresMono |
species |
eventManager, random, seeds, space
Constructor and Description |
---|
LJMD3DThreaded() |
LJMD3DThreaded(int numAtoms,
int numThreads) |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
addBox, addSpecies, atomTypeAddedNotify, atomTypeRemovedNotify, getBox, getBoxCount, getController, getEventManager, getIntegrator, getRandom, getRandomSeeds, getSpace, getSpecies, getSpeciesCount, makeUniqueElementSymbol, removeBox, removeSpecies, setRandom
public IntegratorVelocityVerlet integrator
public MCMoveAtom mcMoveAtom
public SpeciesSpheresMono species
public IBox box
public P2LennardJones p2lj
public P2SoftSphericalTruncated[] potential
public PotentialThreaded potentialThreaded
public Controller controller
public ActivityIntegrate activityIntegrate