Uses of Class
org.djunits.value.vdouble.scalar.Energy
Packages that use 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
Methods in org.djunits.value.vdouble.matrix that return EnergyModifier and TypeMethodDescriptionEnergyMatrix.instantiateScalarSI(double valueSI, EnergyUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type EnergyConstructors in org.djunits.value.vdouble.matrix with parameters of type EnergyModifierConstructorDescriptionEnergyMatrix(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.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type EnergyModifierConstructorDescriptionEnergyMatrix(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
Fields in org.djunits.value.vdouble.scalar declared as EnergyModifier and TypeFieldDescriptionstatic final EnergyEnergy.NaNConstant with value NaN.static final EnergyEnergy.NEG_MAXVALUEConstant with value -MAX_VALUE.static final EnergyEnergy.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final EnergyEnergy.ONEConstant with value one.static final EnergyEnergy.POS_MAXVALUEConstant with value MAX_VALUE.static final EnergyEnergy.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final EnergyEnergy.ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return EnergyModifier and TypeMethodDescriptionfinal EnergySIScalar.asEnergy()Return the current scalar as a energy.final EnergySIScalar.asEnergy(EnergyUnit displayUnit) Return the current scalar as a energy, and provide a display unit.static EnergyEnergy.divide(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type Energy.final EnergyForce.divide(LinearDensity v) Calculate the division of Force and LinearDensity, which results in a Energy scalar.final EnergyCalculate the division of Power and Frequency, which results in a Energy scalar.final EnergyEnergy.instantiateRel(double value, EnergyUnit unit) static EnergyEnergy.interpolate(Energy zero, Energy one, double ratio) Interpolate between two values.static EnergyReturn the maximum value of two relative scalars.static EnergyReturn the maximum value of more than two relative scalars.static EnergyReturn the minimum value of two relative scalars.static EnergyReturn the minimum value of more than two relative scalars.static EnergyEnergy.multiply(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type Energy.static EnergyReturns a Energy based on a value and the textual representation of the unit, which can be localized.static final EnergyEnergy.ofSI(double value) Construct Energy scalar based on an SI value.final EnergyCalculate the multiplication of Dimensionless and Energy, which results in a Energy scalar.final EnergyCalculate the multiplication of Duration and Power, which results in a Energy scalar.final EnergyCalculate the multiplication of Force and Length, which results in a Energy scalar.final EnergyCalculate the multiplication of Length and Force, which results in a Energy scalar.final EnergyCalculate the multiplication of Momentum and Speed, which results in a Energy scalar.final EnergyCalculate the multiplication of Power and Duration, which results in a Energy scalar.final EnergyCalculate the multiplication of Pressure and Volume, which results in a Energy scalar.final EnergyCalculate the multiplication of Speed and Momentum, which results in a Energy scalar.final EnergyCalculate the multiplication of Volume and Pressure, which results in a Energy scalar.static EnergyReturns a Energy representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type EnergyModifier and TypeMethodDescriptionfinal DimensionlessCalculate the division of Energy and Energy, which results in a Dimensionless scalar.final LinearDensityCalculate the division of Force and Energy, which results in a LinearDensity scalar.final FrequencyCalculate the division of Power and Energy, which results in a Frequency scalar.static EnergyEnergy.interpolate(Energy zero, Energy one, double ratio) Interpolate between two values.static EnergyReturn the maximum value of two relative scalars.static EnergyReturn the maximum value of more than two relative scalars.static EnergyReturn the minimum value of two relative scalars.static EnergyReturn the minimum value of more than two relative scalars.final EnergyCalculate the multiplication of Dimensionless and Energy, which results in a Energy scalar.final PowerCalculate the multiplication of Frequency and Energy, which results in a Power scalar.final ForceCalculate the multiplication of LinearDensity and Energy, which results in a Force scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Energy -
Uses of Energy in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return EnergyModifier and TypeMethodDescriptionEnergyVector.instantiateScalarSI(double valueSI, EnergyUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type EnergyConstructors in org.djunits.value.vdouble.vector with parameters of type EnergyModifierConstructorDescriptionEnergyVector(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.