etomica.models.water
Class ConformationWater3P

java.lang.Object
  extended by etomica.models.water.ConformationWater3P
All Implemented Interfaces:
IConformation
Direct Known Subclasses:
OrientationCalcWater3P

public class ConformationWater3P
extends Object
implements IConformation

Conformation for 3-point water molecule.


Field Summary
static double angleHOH
           
static double bondLengthOH
           
protected  ISpace space
           
 
Constructor Summary
ConformationWater3P(ISpace space)
           
 
Method Summary
 void initializePositions(IAtomList list)
          Defined by subclass to assign coordinates to the atoms in the given list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bondLengthOH

public static final double bondLengthOH
See Also:
Constant Field Values

angleHOH

public static final double angleHOH
See Also:
Constant Field Values

space

protected final ISpace space
Constructor Detail

ConformationWater3P

public ConformationWater3P(ISpace space)
Method Detail

initializePositions

public void initializePositions(IAtomList list)
Description copied from interface: IConformation
Defined by subclass to assign coordinates to the atoms in the given list.

Specified by:
initializePositions in interface IConformation