Uses of Class
org.djunits.quantity.Volume
Packages that use Volume
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of Volume in org.djunits.quantity
Fields in org.djunits.quantity declared as VolumeModifier and TypeFieldDescriptionstatic final VolumeVolume.NaNConstant with value NaN.static final VolumeVolume.NEG_MAXVALUEConstant with value -MAX_VALUE.static final VolumeVolume.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final VolumeVolume.ONEConstant with value one.static final VolumeVolume.POS_MAXVALUEConstant with value MAX_VALUE.static final VolumeVolume.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final VolumeVolume.ZEROConstant with value zero.Methods in org.djunits.quantity that return VolumeModifier and TypeMethodDescriptionArea.divide(LinearObjectDensity v) Calculate the division of Area and LinearObjectDensity, which results in a Volume scalar.Calculate the division of Energy and Pressure, which results in a Volume scalar.Calculate the division of FlowVolume and Frequency, which results in a Volume scalar.Calculate the division of Mass and Density, which results in a Volume scalar.Calculate the division of Torque and Pressure, which results in a Volume scalar.Volume.instantiateSi(double siValue, UnitInterface<Volume> displayUnit) Calculate the multiplication of Area and Length, which results in a Volume scalar.Duration.multiply(FlowVolume v) Calculate the multiplication of Duration and FlowVolume, which results in a Volume scalar.Calculate the multiplication of FlowVolume and Duration, which results in a Volume scalar.Calculate the multiplication of Length and Area, which results in a Volume quantity.static VolumeReturns a Volume based on a value and the textual representation of the unit, which can be localized.static VolumeVolume.of(double valueInUnit, Volume.Unit unit) Returns a Volume based on a value expressed in the unit.static VolumeVolume.ofSi(double si) Return a Volume instance based on an SI value.static VolumeVolume.ofSi(double siValue, Volume.Unit displayUnit) Instantiate a Volume quantity with an SI or base value and a display unit.Volume.Unit.ofSi(double si, UnitInterface<Volume> displayUnit) VolumetricObjectDensity.reciprocal()static VolumeReturns a Volume representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type VolumeModifier and TypeMethodDescriptionCalculate the division of Area and Volume, which results in a LinearObjectDensity scalar.Calculate the division of Energy and Volume, which results in a Pressure scalar.Calculate the division of FlowVolume and Volume, which results in a Frequency scalar.Calculate the division of Mass and Volume, which results in a Density scalar.Calculate the division of Torque and Volume, which results in a Pressure scalar.Calculate the division of Volume and Volume, which results in a Dimensionless scalar.Calculate the multiplication of Density and Volume, which results in a Mass scalar.Calculate the multiplication of Pressure and Volume, which results in a Energy scalar.Multiplies this volumetric object density by a volume to yield a dimensionless count.Method parameters in org.djunits.quantity with type arguments of type VolumeModifier and TypeMethodDescriptionVolume.instantiateSi(double siValue, UnitInterface<Volume> displayUnit) Volume.Unit.ofSi(double si, UnitInterface<Volume> displayUnit)