Uses of Class
org.djunits.value.vdouble.scalar.Energy
Package
Description
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.
-
Uses of Energy in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionEnergyMatrix.instantiateScalarSI
(double valueSI, EnergyUnit displayUnit) ModifierConstructorDescriptionEnergyMatrix
(Energy[][] data) Construct a EnergyMatrix from an array of an array of Energy objects.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.EnergyMatrix
(Energy[][] data, 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 Energy in org.djunits.value.vdouble.scalar
Modifier and TypeFieldDescriptionstatic final Energy
Energy.NaN
Constant with value NaN.static final Energy
Energy.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final Energy
Energy.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final Energy
Energy.ONE
Constant with value one.static final Energy
Energy.POS_MAXVALUE
Constant with value MAX_VALUE.static final Energy
Energy.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final Energy
Energy.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal Energy
SIScalar.asEnergy()
Return the current scalar as a energy.final Energy
SIScalar.asEnergy
(EnergyUnit displayUnit) Return the current scalar as a energy, and provide a display unit.final Energy
Force.divide
(LinearDensity v) Calculate the division of Force and LinearDensity, which results in a Energy scalar.final Energy
Calculate the division of Power and Frequency, which results in a Energy scalar.final Energy
Energy.instantiateRel
(double value, EnergyUnit unit) static final Energy
Energy.instantiateSI
(double value) Construct Energy scalar.static Energy
Energy.interpolate
(Energy zero, Energy one, double ratio) Interpolate between two values.static Energy
Return the maximum value of two relative scalars.static Energy
Return the maximum value of more than two relative scalars.static Energy
Return the minimum value of two relative scalars.static Energy
Return the minimum value of more than two relative scalars.static Energy
Returns a Energy based on a value and the textual representation of the unit, which can be localized.final Energy
Calculate the multiplication of Dimensionless and Energy, which results in a Energy scalar.final Energy
Calculate the multiplication of Duration and Power, which results in a Energy scalar.final Energy
Calculate the multiplication of Force and Length, which results in a Energy scalar.final Energy
Calculate the multiplication of Length and Force, which results in a Energy scalar.final Energy
Calculate the multiplication of Momentum and Speed, which results in a Energy scalar.final Energy
Calculate the multiplication of Power and Duration, which results in a Energy scalar.final Energy
Calculate the multiplication of Pressure and Volume, which results in a Energy scalar.final Energy
Calculate the multiplication of Speed and Momentum, which results in a Energy scalar.final Energy
Calculate the multiplication of Volume and Pressure, which results in a Energy scalar.static Energy
Returns a Energy representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal Dimensionless
Calculate the division of Energy and Energy, which results in a Dimensionless scalar.final LinearDensity
Calculate the division of Force and Energy, which results in a LinearDensity scalar.final Frequency
Calculate the division of Power and Energy, which results in a Frequency scalar.static Energy
Energy.interpolate
(Energy zero, Energy one, double ratio) Interpolate between two values.static Energy
Return the maximum value of two relative scalars.static Energy
Return the maximum value of more than two relative scalars.static Energy
Return the minimum value of two relative scalars.static Energy
Return the minimum value of more than two relative scalars.final Energy
Calculate the multiplication of Dimensionless and Energy, which results in a Energy scalar.final Power
Calculate the multiplication of Frequency and Energy, which results in a Power scalar.final Force
Calculate the multiplication of LinearDensity and Energy, which results in a Force scalar. -
Uses of Energy in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionEnergyVector.instantiateScalarSI
(double valueSI, EnergyUnit displayUnit) ModifierConstructorDescriptionEnergyVector
(Energy[] data) Construct an EnergyVector from an array 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
(Energy[] data, StorageType storageType) Construct an EnergyVector from an array of Energy objects.