|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectetomica.util.Constants
public final class Constants
Collection of assorted physical constants. All values are in simulations units in which time is in picoseconds, length is in Angstroms, and mass is in Daltons (amu). Also defines several enumerated-type constants.
| Nested Class Summary | |
|---|---|
static class |
Constants.Alignment
Enumerated type for specifying HORIZONTAL/VERTICAL alignment. |
static class |
Constants.CompassDirection
Enumerated type for the compass directions NORTH, SOUTH, EAST, WEST. |
static class |
Constants.Direction
Enumerated type for the directions TOP, BOTTOM, LEFT, RIGHT, FRONT, BACK. |
| Field Summary | |
|---|---|
static double |
AVOGADRO
Avogadro's number, 6.0221415e23 molecules/mole. |
static double |
BOLTZMANN_K
Boltzmann's constant, in (sim units)/kelvin. |
static double |
EPSILON_0
The permittivity of a vacuum, in (sim units) (electron charge)^2. |
static double |
G
The gravitational constant, in simulation units. |
static double |
G_EARTH
The standard acceleration of gravity on Earth. |
static double |
LIGHT_SPEED
The speed of light, in simulation units. |
static double |
PLANCK_H
Planck's constant, in simulation units. |
static double |
TWO_PI
|
| Method Summary | |
|---|---|
static void |
main(String[] arg)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final double TWO_PI
public static final double AVOGADRO
public static final double G_EARTH
public static final double BOLTZMANN_K
public static final double PLANCK_H
public static final double EPSILON_0
public static final double LIGHT_SPEED
public static final double G
| Method Detail |
|---|
public static void main(String[] arg)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||