Uses of Class
org.djunits.quantity.FlowVolume
Packages that use FlowVolume
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of FlowVolume in org.djunits.quantity
Fields in org.djunits.quantity declared as FlowVolumeModifier and TypeFieldDescriptionstatic final FlowVolumeFlowVolume.NaNConstant with value NaN.static final FlowVolumeFlowVolume.NEG_MAXVALUEConstant with value -MAX_VALUE.static final FlowVolumeFlowVolume.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final FlowVolumeFlowVolume.ONEConstant with value one.static final FlowVolumeFlowVolume.POS_MAXVALUEConstant with value MAX_VALUE.static final FlowVolumeFlowVolume.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final FlowVolumeFlowVolume.ZEROConstant with value zero.Methods in org.djunits.quantity that return FlowVolumeModifier and TypeMethodDescriptionfinal FlowVolumeCalculate the division of FlowMass and Density, which results in a FlowVolume scalar.final FlowVolumeCalculate the division of Volume and Duration, which results in a FlowVolume scalar.FlowVolume.instantiate(double si) final FlowVolumeCalculate the multiplication of Area and Speed, which results in a FlowVolume scalar.final FlowVolumeCalculate the multiplication of Speed and Area, which results in a FlowVolume scalar.static FlowVolumeReturns a FlowVolume based on a value and the textual representation of the unit, which can be localized.static FlowVolumeFlowVolume.ofSi(double si) Return a FlowVolume instance based on an SI value.FlowVolume.Unit.ofSi(double si) static FlowVolumeReturns a FlowVolume representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type FlowVolumeModifier and TypeMethodDescriptionfinal DensityFlowMass.divide(FlowVolume v) Calculate the division of FlowMass and FlowVolume, which results in a Density scalar.final DimensionlessFlowVolume.divide(FlowVolume v) Calculate the division of FlowVolume and FlowVolume, which results in a Dimensionless quantity.final DurationVolume.divide(FlowVolume v) Calculate the division of Volume and FlowVolume, which results in a Duration scalar.final FlowMassDensity.multiply(FlowVolume v) Calculate the multiplication of Density and FlowVolume, which results in a FlowMass scalar.final VolumeDuration.multiply(FlowVolume v) Calculate the multiplication of Duration and FlowVolume, which results in a Volume scalar.Constructors in org.djunits.quantity with parameters of type FlowVolume