|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcore.SimSystem
Contains the information for simulation system, such as number of dimensions, box dimension.
Particles| Field Summary | |
Angles |
ang
All Angles involving non-hydrogen atoms. |
Angles |
angh
All Angles involving hydrogen atoms. |
Bonds |
bond
All Bonds involving non-hydrogen atoms. |
Bonds |
bondh
All Bonds involving hydrogen atoms. |
double[] |
box
Box dimension. |
Dihedrals |
dih
All Dihedrals involving non-hydrogen atoms. |
Dihedrals |
dihh
All Dihedrals involving hydrogen atoms. |
static int |
DIM
Number of dimensions used. |
DenseExclusions |
exclusionmap
HashMap for Exclusions. |
double |
FPEPSI
1.0/(4.0*PI*EPS0) (EPS0 is the permittivity of vacuum) $\frac{1}{{4\pi \varepsilon _0 }}$ |
double |
HBAR
Planck's constant @f$\hbar @f$. |
ImproperDihedrals |
idih
All ImproperDihedrals involving non-hydrogen atoms. |
ImproperDihedrals |
idihh
All ImproperDihedrals involving hydrogen atoms. |
LJ14HashMap |
lj14map
HashMap for LJ14. |
LJTypeHashMap |
ljmap
HashMap for LJType look-up. |
double |
radP
water probe radius; default 0.14 nm. |
| Constructor Summary | |
SimSystem()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public LJTypeHashMap ljmap
public DenseExclusions exclusionmap
public LJ14HashMap lj14map
public double[] box
public Bonds bondh
public Bonds bond
public Angles angh
public Angles ang
public ImproperDihedrals idihh
public ImproperDihedrals idih
public Dihedrals dihh
public Dihedrals dih
public static final int DIM
public double HBAR
public double FPEPSI
public double radP
| Constructor Detail |
public SimSystem()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||