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 EnergyUnitEnergyUnit. BTU_ISOBritish thermal unit (ISO).static EnergyUnitEnergyUnit. BTU_ITBritish thermal unit (International Table).static EnergyUnitEnergyUnit. CALORIEcalorie.static EnergyUnitEnergyUnit. CALORIE_ITcalorie (International Table).static EnergyUnitEnergyUnit. ELECTRONVOLTelectronvolt.static EnergyUnitEnergyUnit. ERGerg (cgs).static EnergyUnitEnergyUnit. FOOT_POUND_FORCEfoot-pound force.static EnergyUnitEnergyUnit. GIGAELECTRONVOLTgiga-electronvolt.static EnergyUnitEnergyUnit. GIGAJOULEgigajoule.static EnergyUnitEnergyUnit. GIGAWATT_HOURgigawatt-hour.static EnergyUnitEnergyUnit. INCH_POUND_FORCEinch-pound force.static EnergyUnitEnergyUnit. JOULEJoule.static EnergyUnitEnergyUnit. KILOCALORIEkilocalorie.static EnergyUnitEnergyUnit. KILOELECTRONVOLTkilo-electronvolt.static EnergyUnitEnergyUnit. KILOJOULEkilojoule.static EnergyUnitEnergyUnit. KILOWATT_HOURkilowatt-hour.static EnergyUnitEnergyUnit. MEGAELECTRONVOLTmega-electronvolt.static EnergyUnitEnergyUnit. MEGAJOULEmegajoule.static EnergyUnitEnergyUnit. MEGAWATT_HOURmegawatt-hour.static EnergyUnitEnergyUnit. MICROELECTRONVOLTmicro-electronvolt.static EnergyUnitEnergyUnit. MICROJOULEmicrojoule.static EnergyUnitEnergyUnit. MICROWATT_HOURmicrowatt-hour.static EnergyUnitEnergyUnit. MILLIELECTRONVOLTmilli-electronvolt.static EnergyUnitEnergyUnit. MILLIJOULEmillijoule.static EnergyUnitEnergyUnit. MILLIWATT_HOURmilliwatt-hour.static EnergyUnitEnergyUnit. PETAJOULEpetajoule.static EnergyUnitEnergyUnit. PETAWATT_HOURpetawatt-hour.static EnergyUnitEnergyUnit. SIThe SI unit for energy is Joule (J) = kgm2/s2.static EnergyUnitEnergyUnit. STHENE_METERsthene-meter (mts).static EnergyUnitEnergyUnit. TERAJOULEterajoule.static EnergyUnitEnergyUnit. TERAWATT_HOURterawatt-hour.static EnergyUnitEnergyUnit. WATT_HOURwatt-hour.Fields in org.djunits.unit with type parameters of type EnergyUnit Modifier and Type Field Description static Quantity<EnergyUnit>EnergyUnit. BASEThe 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 EnergyMatrixSIMatrix. asEnergy(EnergyUnit displayUnit)Return the current matrix as a energy matrix, and provide a display unit.EnergyMatrixEnergyMatrix. instantiateMatrix(DoubleMatrixData dmd, EnergyUnit displayUnit)Instantiate a new matrix of the class of this matrix.EnergyEnergyMatrix. instantiateScalarSI(double valueSI, EnergyUnit displayUnit)Instantiate a new scalar for the class of this matrix.EnergyVectorEnergyMatrix. 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 EnergySIScalar. asEnergy(EnergyUnit displayUnit)Return the current scalar as a energy, and provide a display unit.EnergyEnergy. 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 EnergyVectorSIVector. asEnergy(EnergyUnit displayUnit)Return the current vector as a energy vector, and provide a display unit.EnergyEnergyVector. instantiateScalarSI(double valueSI, EnergyUnit displayUnit)Instantiate a new scalar for the class of this vector.EnergyVectorEnergyVector. 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 FloatEnergyMatrixFloatSIMatrix. asEnergy(EnergyUnit displayUnit)Return the current matrix as a energy matrix, and provide a display unit.FloatEnergyMatrixFloatEnergyMatrix. instantiateMatrix(FloatMatrixData fmd, EnergyUnit displayUnit)Instantiate a new matrix of the class of this matrix.FloatEnergyFloatEnergyMatrix. instantiateScalarSI(float valueSI, EnergyUnit displayUnit)Instantiate a new scalar for the class of this matrix.FloatEnergyVectorFloatEnergyMatrix. 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 FloatEnergyFloatSIScalar. asEnergy(EnergyUnit displayUnit)Return the current scalar as a energy, and provide a display unit.FloatEnergyFloatEnergy. 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 FloatEnergyVectorFloatSIVector. asEnergy(EnergyUnit displayUnit)Return the current vector as a energy vector, and provide a display unit.FloatEnergyFloatEnergyVector. instantiateScalarSI(float valueSI, EnergyUnit displayUnit)Instantiate a new scalar for the class of this vector.FloatEnergyVectorFloatEnergyVector. 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.