|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectetomica.units.Dimension
etomica.units.Pressure
public final class Pressure
Dimension for (3D) pressure.
| Field Summary | |
|---|---|
static Dimension |
DIMENSION
Singleton instance of this class. |
static Unit |
SIM_UNIT
Simulation unit of pressure is (D-A/ps^2)/A^2 = D/(A-ps^2). |
| Fields inherited from class etomica.units.Dimension |
|---|
MIXED, N_BASE |
| Method Summary | |
|---|---|
static Dimension |
dimension(int D)
Returns the Dimension instance for the "pressure" appropriate to the given dimension. |
Unit |
getUnit(UnitSystem unitSystem)
Returns the unit of this dimension as derived in the given system of units. |
| Methods inherited from class etomica.units.Dimension |
|---|
equals, introspect, signature, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Dimension DIMENSION
public static final Unit SIM_UNIT
| Method Detail |
|---|
public Unit getUnit(UnitSystem unitSystem)
Dimension
getUnit in class Dimensionpublic static Dimension dimension(int D)
IllegalArgumentException - if D is not equal to 2, or 3.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||