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 TypeMethodDescriptionfinal VolumeArea.divide(LinearObjectDensity v) Calculate the division of Area and LinearObjectDensity, which results in a Volume scalar.final VolumeCalculate the division of Energy and Pressure, which results in a Volume scalar.final VolumeCalculate the division of FlowVolume and Frequency, which results in a Volume scalar.final VolumeCalculate the division of Mass and Density, which results in a Volume scalar.final VolumeCalculate the division of Torque and Pressure, which results in a Volume scalar.Volume.instantiate(double si) final VolumeCalculate the multiplication of Area and Length, which results in a Volume scalar.final VolumeDuration.multiply(FlowVolume v) Calculate the multiplication of Duration and FlowVolume, which results in a Volume scalar.final VolumeCalculate the multiplication of FlowVolume and Duration, which results in a Volume scalar.final VolumeCalculate 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.ofSi(double si) Return a Volume instance based on an SI value.Volume.Unit.ofSi(double si) 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 TypeMethodDescriptionfinal LinearObjectDensityCalculate the division of Area and Volume, which results in a LinearObjectDensity scalar.final PressureCalculate the division of Energy and Volume, which results in a Pressure scalar.final FrequencyCalculate the division of FlowVolume and Volume, which results in a Frequency scalar.final DensityCalculate the division of Mass and Volume, which results in a Density scalar.final PressureCalculate the division of Torque and Volume, which results in a Pressure scalar.final DimensionlessCalculate the division of Volume and Volume, which results in a Dimensionless scalar.final MassCalculate the multiplication of Density and Volume, which results in a Mass scalar.final EnergyCalculate the multiplication of Pressure and Volume, which results in a Energy scalar.final DimensionlessMultiplies this volumetric object density by a volume to yield a dimensionless count.Constructors in org.djunits.quantity with parameters of type Volume