Uses of Class
org.djunits.unit.EnergyUnit
Package
Description
Units for version 4 of DJUNITS.
Utility classes for the unit package.
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Scalar storage and calculations with units, absolute/relative.
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of EnergyUnit in org.djunits.unit
Modifier and TypeFieldDescriptionstatic final EnergyUnit
EnergyUnit.BTU_ISO
British thermal unit (ISO).static final EnergyUnit
EnergyUnit.BTU_IT
British thermal unit (International Table).static final EnergyUnit
EnergyUnit.CALORIE
calorie.static final EnergyUnit
EnergyUnit.CALORIE_IT
calorie (International Table).static final EnergyUnit
EnergyUnit.ELECTRONVOLT
electronvolt.static final EnergyUnit
EnergyUnit.ERG
erg (cgs).static final EnergyUnit
EnergyUnit.FOOT_POUND_FORCE
foot-pound force.static final EnergyUnit
EnergyUnit.GIGAELECTRONVOLT
giga-electronvolt.static final EnergyUnit
EnergyUnit.GIGAJOULE
gigajoule.static final EnergyUnit
EnergyUnit.GIGAWATT_HOUR
gigawatt-hour.static final EnergyUnit
EnergyUnit.INCH_POUND_FORCE
inch-pound force.static final EnergyUnit
EnergyUnit.JOULE
Joule.static final EnergyUnit
EnergyUnit.KILOCALORIE
kilocalorie.static final EnergyUnit
EnergyUnit.KILOELECTRONVOLT
kilo-electronvolt.static final EnergyUnit
EnergyUnit.KILOJOULE
kilojoule.static final EnergyUnit
EnergyUnit.KILOWATT_HOUR
kilowatt-hour.static final EnergyUnit
EnergyUnit.MEGAELECTRONVOLT
mega-electronvolt.static final EnergyUnit
EnergyUnit.MEGAJOULE
megajoule.static final EnergyUnit
EnergyUnit.MEGAWATT_HOUR
megawatt-hour.static final EnergyUnit
EnergyUnit.MICROELECTRONVOLT
micro-electronvolt.static final EnergyUnit
EnergyUnit.MICROJOULE
microjoule.static final EnergyUnit
EnergyUnit.MICROWATT_HOUR
microwatt-hour.static final EnergyUnit
EnergyUnit.MILLIELECTRONVOLT
milli-electronvolt.static final EnergyUnit
EnergyUnit.MILLIJOULE
millijoule.static final EnergyUnit
EnergyUnit.MILLIWATT_HOUR
milliwatt-hour.static final EnergyUnit
EnergyUnit.PETAJOULE
petajoule.static final EnergyUnit
EnergyUnit.PETAWATT_HOUR
petawatt-hour.static final EnergyUnit
EnergyUnit.SI
The SI unit for energy is Joule (J) = kgm2/s2.static final EnergyUnit
EnergyUnit.STHENE_METER
sthene-meter (mts).static final EnergyUnit
EnergyUnit.TERAJOULE
terajoule.static final EnergyUnit
EnergyUnit.TERAWATT_HOUR
terawatt-hour.static final EnergyUnit
EnergyUnit.WATT_HOUR
watt-hour.Modifier and TypeFieldDescriptionstatic final Quantity<EnergyUnit>
EnergyUnit.BASE
The base, with "kgm2/s2" as the SI signature. -
Uses of EnergyUnit in org.djunits.unit.util
Modifier and TypeFieldDescriptionstatic final EnergyUnit
UNITS.BTU_ISO
static final EnergyUnit
UNITS.BTU_IT
static final EnergyUnit
UNITS.CALORIE
static final EnergyUnit
UNITS.CALORIE_IT
static final EnergyUnit
UNITS.ENERGY_ELECTRONVOLT
static final EnergyUnit
UNITS.ENERGY_GIGAELECTRONVOLT
static final EnergyUnit
UNITS.ENERGY_KILOELECTRONVOLT
static final EnergyUnit
UNITS.ENERGY_MEGAELECTRONVOLT
static final EnergyUnit
UNITS.ENERGY_MICROELECTRONVOLT
static final EnergyUnit
UNITS.ENERGY_MILLIELECTRONVOLT
static final EnergyUnit
UNITS.ERG
static final EnergyUnit
UNITS.FOOT_POUND_FORCE
static final EnergyUnit
UNITS.GIGAJOULE
static final EnergyUnit
UNITS.GIGAWATT_HOUR
static final EnergyUnit
UNITS.INCH_POUND_FORCE
static final EnergyUnit
UNITS.JOULE
static final EnergyUnit
UNITS.KILOCALORIE
static final EnergyUnit
UNITS.KILOJOULE
static final EnergyUnit
UNITS.KILOWATT_HOUR
static final EnergyUnit
UNITS.MEGAJOULE
static final EnergyUnit
UNITS.MEGAWATT_HOUR
static final EnergyUnit
UNITS.MICROJOULE
static final EnergyUnit
UNITS.MICROWATT_HOUR
static final EnergyUnit
UNITS.MILLIJOULE
static final EnergyUnit
UNITS.MILLIWATT_HOUR
static final EnergyUnit
UNITS.PETAJOULE
static final EnergyUnit
UNITS.PETAWATT_HOUR
static final EnergyUnit
UNITS.STHENE_METER
static final EnergyUnit
UNITS.TERAJOULE
static final EnergyUnit
UNITS.TERAWATT_HOUR
static final EnergyUnit
UNITS.WATT_HOUR
-
Uses of EnergyUnit in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionfinal EnergyMatrix
SIMatrix.asEnergy
(EnergyUnit displayUnit) Return the current matrix as a energy matrix, and provide a display unit.EnergyMatrix.instantiateMatrix
(DoubleMatrixData dmd, EnergyUnit displayUnit) EnergyMatrix.instantiateScalarSI
(double valueSI, EnergyUnit displayUnit) EnergyMatrix.instantiateVector
(DoubleVectorData dvd, EnergyUnit displayUnit) ModifierConstructorDescriptionEnergyMatrix
(double[][] data, EnergyUnit displayUnit) Construct a EnergyMatrix from a double[][] object.EnergyMatrix
(double[][] data, EnergyUnit displayUnit, StorageType storageType) Construct a EnergyMatrix from a double[][] object.EnergyMatrix
(Collection<DoubleSparseValue<EnergyUnit, Energy>> data, EnergyUnit displayUnit, int rows, int cols) Construct a EnergyMatrix from a (sparse) collection of DoubleSparseValue objects.EnergyMatrix
(Collection<DoubleSparseValue<EnergyUnit, Energy>> data, EnergyUnit displayUnit, int rows, int cols, StorageType storageType) Construct a EnergyMatrix from a (sparse) collection of DoubleSparseValue objects.EnergyMatrix
(DoubleMatrixData data, EnergyUnit displayUnit) Construct a EnergyMatrix from an internal data object.EnergyMatrix
(Energy[][] data, EnergyUnit displayUnit) Construct a EnergyMatrix from an array of an array of Energy objects.EnergyMatrix
(Energy[][] data, EnergyUnit displayUnit, StorageType storageType) Construct a EnergyMatrix from an array of an array of Energy objects.ModifierConstructorDescriptionEnergyMatrix
(Collection<DoubleSparseValue<EnergyUnit, Energy>> data, int rows, int cols) Construct a EnergyMatrix from a (sparse) collection of DoubleSparseValue objects.EnergyMatrix
(Collection<DoubleSparseValue<EnergyUnit, Energy>> data, int rows, int cols, StorageType storageType) Construct a EnergyMatrix from a (sparse) collection of DoubleSparseValue objects.EnergyMatrix
(Collection<DoubleSparseValue<EnergyUnit, Energy>> data, EnergyUnit displayUnit, int rows, int cols) Construct a EnergyMatrix from a (sparse) collection of DoubleSparseValue objects.EnergyMatrix
(Collection<DoubleSparseValue<EnergyUnit, Energy>> data, EnergyUnit displayUnit, int rows, int cols, StorageType storageType) Construct a EnergyMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of EnergyUnit in org.djunits.value.vdouble.scalar
Modifier and TypeMethodDescriptionfinal Energy
SIScalar.asEnergy
(EnergyUnit displayUnit) Return the current scalar as a energy, and provide a display unit.final Energy
Energy.instantiateRel
(double value, EnergyUnit unit) -
Uses of EnergyUnit in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionfinal EnergyVector
SIVector.asEnergy
(EnergyUnit displayUnit) Return the current vector as a energy vector, and provide a display unit.EnergyVector.instantiateScalarSI
(double valueSI, EnergyUnit displayUnit) EnergyVector.instantiateVector
(DoubleVectorData dvd, EnergyUnit displayUnit) ModifierConstructorDescriptionEnergyVector
(double[] data, EnergyUnit displayUnit) Construct an EnergyVector from a double[] object.EnergyVector
(double[] data, EnergyUnit displayUnit, StorageType storageType) Construct an EnergyVector from a double[] object.EnergyVector
(List<? extends Number> data, EnergyUnit displayUnit) Construct an EnergyVector from a list of Number objects or a list of Energy objects.EnergyVector
(List<? extends Number> data, EnergyUnit displayUnit, StorageType storageType) Construct an EnergyVector from a list of Number objects or a list of Energy objects.EnergyVector
(Map<Integer, ? extends Number> data, int size, EnergyUnit displayUnit) Construct an EnergyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Energy objects.EnergyVector
(Map<Integer, ? extends Number> data, int size, EnergyUnit displayUnit, StorageType storageType) Construct an EnergyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Energy objects.EnergyVector
(Energy[] data, EnergyUnit displayUnit) Construct an EnergyVector from an array of Energy objects.EnergyVector
(Energy[] data, EnergyUnit displayUnit, StorageType storageType) Construct an EnergyVector from an array of Energy objects.EnergyVector
(DoubleVectorData data, EnergyUnit displayUnit) Construct an EnergyVector from an internal data object. -
Uses of EnergyUnit in org.djunits.value.vfloat.matrix
Modifier and TypeMethodDescriptionfinal FloatEnergyMatrix
FloatSIMatrix.asEnergy
(EnergyUnit displayUnit) Return the current matrix as a energy matrix, and provide a display unit.FloatEnergyMatrix.instantiateMatrix
(FloatMatrixData fmd, EnergyUnit displayUnit) FloatEnergyMatrix.instantiateScalarSI
(float valueSI, EnergyUnit displayUnit) FloatEnergyMatrix.instantiateVector
(FloatVectorData fvd, EnergyUnit displayUnit) ModifierConstructorDescriptionFloatEnergyMatrix
(float[][] data, EnergyUnit displayUnit) Construct a FloatEnergyMatrix from a float[][] object.FloatEnergyMatrix
(float[][] data, EnergyUnit displayUnit, StorageType storageType) Construct a FloatEnergyMatrix from a float[][] object.FloatEnergyMatrix
(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>> data, EnergyUnit displayUnit, int rows, int cols) Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects.FloatEnergyMatrix
(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>> data, EnergyUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects.FloatEnergyMatrix
(FloatMatrixData data, EnergyUnit displayUnit) Construct a FloatEnergyMatrix from an internal data object.FloatEnergyMatrix
(FloatEnergy[][] data, EnergyUnit displayUnit) Construct a FloatEnergyMatrix from an array of an array of FloatEnergy objects.FloatEnergyMatrix
(FloatEnergy[][] data, EnergyUnit displayUnit, StorageType storageType) Construct a FloatEnergyMatrix from an array of an array of FloatEnergy objects.ModifierConstructorDescriptionFloatEnergyMatrix
(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>> data, int rows, int cols) Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects.FloatEnergyMatrix
(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>> data, int rows, int cols, StorageType storageType) Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects.FloatEnergyMatrix
(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>> data, EnergyUnit displayUnit, int rows, int cols) Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects.FloatEnergyMatrix
(Collection<FloatSparseValue<EnergyUnit, FloatEnergy>> data, EnergyUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatEnergyMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of EnergyUnit in org.djunits.value.vfloat.scalar
Modifier and TypeMethodDescriptionfinal FloatEnergy
FloatSIScalar.asEnergy
(EnergyUnit displayUnit) Return the current scalar as a energy, and provide a display unit.final FloatEnergy
FloatEnergy.instantiateRel
(float value, EnergyUnit unit) ModifierConstructorDescriptionFloatEnergy
(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
Modifier and TypeMethodDescriptionfinal FloatEnergyVector
FloatSIVector.asEnergy
(EnergyUnit displayUnit) Return the current vector as a energy vector, and provide a display unit.FloatEnergyVector.instantiateScalarSI
(float valueSI, EnergyUnit displayUnit) FloatEnergyVector.instantiateVector
(FloatVectorData fvd, EnergyUnit displayUnit) ModifierConstructorDescriptionFloatEnergyVector
(float[] data, EnergyUnit displayUnit) Construct a FloatEnergyVector from a float[] object.FloatEnergyVector
(float[] data, EnergyUnit displayUnit, StorageType storageType) Construct a FloatEnergyVector from a float[] object.FloatEnergyVector
(List<? extends Number> data, EnergyUnit displayUnit) Construct a FloatEnergyVector from a list of Number objects or a list of FloatEnergy objects.FloatEnergyVector
(List<? extends Number> data, EnergyUnit displayUnit, StorageType storageType) Construct a FloatEnergyVector from a list of Number objects or a list of FloatEnergy objects.FloatEnergyVector
(Map<Integer, ? extends Number> data, int size, EnergyUnit displayUnit) Construct a FloatEnergyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatEnergy objects.FloatEnergyVector
(Map<Integer, ? extends Number> data, int size, EnergyUnit displayUnit, StorageType storageType) Construct a FloatEnergyVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatEnergy objects.FloatEnergyVector
(FloatEnergy[] data, EnergyUnit displayUnit) Construct a FloatEnergyVector from an array of FloatEnergy objects.FloatEnergyVector
(FloatEnergy[] data, EnergyUnit displayUnit, StorageType storageType) Construct a FloatEnergyVector from an array of FloatEnergy objects.FloatEnergyVector
(FloatVectorData data, EnergyUnit displayUnit) Construct a FloatEnergyVector from an internal data object.