Uses of Class
org.djunits.quantity.Energy
Packages that use Energy
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of Energy in org.djunits.quantity
Fields in org.djunits.quantity 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.quantity that return EnergyModifier and TypeMethodDescriptionfinal EnergyForce.divide(LinearObjectDensity v) Calculate the division of Force and LinearObjectDensity, which results in a Energy scalar.final EnergyCalculate the division of Power and Frequency, which results in a Energy scalar.Energy.instantiate(double si) 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 quantity.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 based on a value and the textual representation of the unit, which can be localized.static EnergyEnergy.ofSi(double si) Return a Energy instance based on an SI value.Energy.Unit.ofSi(double si) static EnergyReturns a Energy representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type EnergyModifier and TypeMethodDescriptionfinal DimensionlessCalculate the division of Energy and Energy, which results in a Dimensionless quantity.final LinearObjectDensityCalculate the division of Force and Energy, which results in a LinearObjectDensity scalar.final FrequencyCalculate the division of Power and Energy, which results in a Frequency scalar.final PowerCalculate the multiplication of Frequency and Energy, which results in a Power scalar.final ForceCalculate the multiplication of LinearObjectDensity and Energy, which results in a Force scalar.Constructors in org.djunits.quantity with parameters of type Energy