Uses of Class
org.djunits.unit.EnergyUnit
Package | Description |
---|---|
org.djunits.unit |
Units for version 4 of DJUNITS.
|
org.djunits.unit.util |
Utility classes for the unit package.
|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of EnergyUnit in org.djunits.unit
Fields in org.djunits.unit declared as EnergyUnit Modifier and Type Field Description static EnergyUnit
EnergyUnit. BTU_ISO
British thermal unit (ISO).static EnergyUnit
EnergyUnit. BTU_IT
British thermal unit (International Table).static EnergyUnit
EnergyUnit. CALORIE
calorie.static EnergyUnit
EnergyUnit. CALORIE_IT
calorie (International Table).static EnergyUnit
EnergyUnit. ELECTRONVOLT
electronvolt.static EnergyUnit
EnergyUnit. ERG
erg (cgs).static EnergyUnit
EnergyUnit. FOOT_POUND_FORCE
foot-pound force.static EnergyUnit
EnergyUnit. GIGAELECTRONVOLT
giga-electronvolt.static EnergyUnit
EnergyUnit. GIGAJOULE
gigajoule.static EnergyUnit
EnergyUnit. GIGAWATT_HOUR
gigawatt-hour.static EnergyUnit
EnergyUnit. INCH_POUND_FORCE
inch-pound force.static EnergyUnit
EnergyUnit. JOULE
Joule.static EnergyUnit
EnergyUnit. KILOCALORIE
kilocalorie.static EnergyUnit
EnergyUnit. KILOELECTRONVOLT
kilo-electronvolt.static EnergyUnit
EnergyUnit. KILOJOULE
kilojoule.static EnergyUnit
EnergyUnit. KILOWATT_HOUR
kilowatt-hour.static EnergyUnit
EnergyUnit. MEGAELECTRONVOLT
mega-electronvolt.static EnergyUnit
EnergyUnit. MEGAJOULE
megajoule.static EnergyUnit
EnergyUnit. MEGAWATT_HOUR
megawatt-hour.static EnergyUnit
EnergyUnit. MICROELECTRONVOLT
micro-electronvolt.static EnergyUnit
EnergyUnit. MICROJOULE
microjoule.static EnergyUnit
EnergyUnit. MICROWATT_HOUR
microwatt-hour.static EnergyUnit
EnergyUnit. MILLIELECTRONVOLT
milli-electronvolt.static EnergyUnit
EnergyUnit. MILLIJOULE
millijoule.static EnergyUnit
EnergyUnit. MILLIWATT_HOUR
milliwatt-hour.static EnergyUnit
EnergyUnit. PETAJOULE
petajoule.static EnergyUnit
EnergyUnit. PETAWATT_HOUR
petawatt-hour.static EnergyUnit
EnergyUnit. SI
The SI unit for energy is Joule (J) = kgm2/s2.static EnergyUnit
EnergyUnit. STHENE_METER
sthene-meter (mts).static EnergyUnit
EnergyUnit. TERAJOULE
terajoule.static EnergyUnit
EnergyUnit. TERAWATT_HOUR
terawatt-hour.static EnergyUnit
EnergyUnit. WATT_HOUR
watt-hour.Fields in org.djunits.unit with type parameters of type EnergyUnit Modifier and Type Field Description static Quantity<EnergyUnit>
EnergyUnit. BASE
The base, with "kgm2/s2" as the SI signature. -
Uses of EnergyUnit in org.djunits.unit.util
-
Uses of EnergyUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type EnergyUnit Modifier and Type Method Description EnergyMatrix
SIMatrix. asEnergy(EnergyUnit displayUnit)
Return the current matrix as a energy matrix, and provide a display unit.EnergyMatrix
EnergyMatrix. instantiateMatrix(DoubleMatrixData dmd, EnergyUnit displayUnit)
Instantiate a new matrix of the class of this matrix.Energy
EnergyMatrix. instantiateScalarSI(double valueSI, EnergyUnit displayUnit)
Instantiate a new scalar for the class of this matrix.EnergyVector
EnergyMatrix. instantiateVector(DoubleVectorData dvd, EnergyUnit displayUnit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type EnergyUnit Constructor Description EnergyMatrix(DoubleMatrixData data, EnergyUnit unit)
-
Uses of EnergyUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type EnergyUnit Modifier and Type Method Description Energy
SIScalar. asEnergy(EnergyUnit displayUnit)
Return the current scalar as a energy, and provide a display unit.Energy
Energy. instantiateRel(double value, EnergyUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.Constructors in org.djunits.value.vdouble.scalar with parameters of type EnergyUnit Constructor Description Energy(double value, EnergyUnit unit)
Construct Energy scalar. -
Uses of EnergyUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type EnergyUnit Modifier and Type Method Description EnergyVector
SIVector. asEnergy(EnergyUnit displayUnit)
Return the current vector as a energy vector, and provide a display unit.Energy
EnergyVector. instantiateScalarSI(double valueSI, EnergyUnit displayUnit)
Instantiate a new scalar for the class of this vector.EnergyVector
EnergyVector. instantiateVector(DoubleVectorData dvd, EnergyUnit displayUnit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vdouble.vector with parameters of type EnergyUnit Constructor Description EnergyVector(DoubleVectorData data, EnergyUnit displayUnit)
Construct an EnergyVector from an internal data object. -
Uses of EnergyUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type EnergyUnit Modifier and Type Method Description FloatEnergyMatrix
FloatSIMatrix. asEnergy(EnergyUnit displayUnit)
Return the current matrix as a energy matrix, and provide a display unit.FloatEnergyMatrix
FloatEnergyMatrix. instantiateMatrix(FloatMatrixData fmd, EnergyUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FloatEnergy
FloatEnergyMatrix. instantiateScalarSI(float valueSI, EnergyUnit displayUnit)
Instantiate a new scalar for the class of this matrix.FloatEnergyVector
FloatEnergyMatrix. instantiateVector(FloatVectorData fvd, EnergyUnit displayUnit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type EnergyUnit Constructor Description FloatEnergyMatrix(FloatMatrixData data, EnergyUnit unit)
-
Uses of EnergyUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type EnergyUnit Modifier and Type Method Description FloatEnergy
FloatSIScalar. asEnergy(EnergyUnit displayUnit)
Return the current scalar as a energy, and provide a display unit.FloatEnergy
FloatEnergy. instantiateRel(float value, EnergyUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.Constructors in org.djunits.value.vfloat.scalar with parameters of type EnergyUnit Constructor Description FloatEnergy(double value, EnergyUnit unit)
Construct FloatEnergy scalar using a double value.FloatEnergy(float value, EnergyUnit unit)
Construct FloatEnergy scalar. -
Uses of EnergyUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type EnergyUnit Modifier and Type Method Description FloatEnergyVector
FloatSIVector. asEnergy(EnergyUnit displayUnit)
Return the current vector as a energy vector, and provide a display unit.FloatEnergy
FloatEnergyVector. instantiateScalarSI(float valueSI, EnergyUnit displayUnit)
Instantiate a new scalar for the class of this vector.FloatEnergyVector
FloatEnergyVector. instantiateVector(FloatVectorData fvd, EnergyUnit displayUnit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vfloat.vector with parameters of type EnergyUnit Constructor Description FloatEnergyVector(FloatVectorData data, EnergyUnit unit)
Construct an FloatEnergyVector from an internal data object.