public final class Pressure extends Dimension
Modifier and Type | Field | Description |
---|---|---|
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).
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
equals, introspect, signature, toString
public static final Dimension DIMENSION
public static final Unit SIM_UNIT
public Unit getUnit(UnitSystem unitSystem)
Dimension
public static Dimension dimension(int D)
java.lang.IllegalArgumentException
- if D is not equal to 2, or 3.