public final class Temperature extends Dimension
Modifier and Type | Field | Description |
---|---|---|
static Dimension |
DIMENSION |
Singleton instance of this class.
|
static Unit |
SIM_UNIT |
The simulation unit for temperature, which as kT has dimensions
of energy and is D-A^2/ps^2.
|
Modifier and Type | Method | Description |
---|---|---|
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