etomica.units
Class Temperature
java.lang.Object
etomica.units.Dimension
etomica.units.Temperature
- All Implemented Interfaces:
- Serializable
public final class Temperature
- extends Dimension
The temperature dimension. Internally, temperature always represents kT,
that is, the temperature multiplied by Boltzmann's constant; this gives a
quantity having dimensions of energy, and thus is in units of D-A^2/ps^2. However,
temperature is treated as fundamental when defining its Dimension.
- See Also:
- Serialized Form
|
Field Summary |
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. |
|
Method Summary |
Unit |
getUnit(UnitSystem unitSystem)
Returns the unit of this dimension as derived in the given system of units. |
DIMENSION
public static final Dimension DIMENSION
- Singleton instance of this class.
SIM_UNIT
public static final Unit SIM_UNIT
- The simulation unit for temperature, which as kT has dimensions
of energy and is D-A^2/ps^2.
getUnit
public Unit getUnit(UnitSystem unitSystem)
- Description copied from class:
Dimension
- Returns the unit of this dimension as derived in the given system of units.
Default constructs a CompoundUnit using the base units of the unit system.
- Overrides:
getUnit in class Dimension