IPotential, IPotentialMolecularpublic class PotentialDLPOLY extends PotentialMolecular
nBody, space| Constructor | Description |
|---|---|
PotentialDLPOLY(Space space) |
| Modifier and Type | Method | Description |
|---|---|---|
double |
energy(IMoleculeList atoms) |
Returns the interaction energy between the given molecules.
|
WriteConfigurationDLPOLY |
getConfigDLPOLY() |
|
double |
getRange() |
Returns the range over which the potential applies.
|
void |
setBox(Box box) |
Informs the potential of the box on which it acts.
|
void |
setConfigDLPOLY(WriteConfigurationDLPOLY configDLPOLY) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnBodypublic PotentialDLPOLY(Space space)
public double energy(IMoleculeList atoms)
PotentialMolecularenergy in interface IPotentialMolecularenergy in class PotentialMolecularpublic double getRange()
IPotentialgetRange in interface IPotentialgetRange in class PotentialMolecularpublic void setBox(Box box)
PotentialMolecularsetBox in interface IPotentialsetBox in class PotentialMolecularpublic WriteConfigurationDLPOLY getConfigDLPOLY()
public void setConfigDLPOLY(WriteConfigurationDLPOLY configDLPOLY)