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 TypeMethodDescriptionCalculate the division of FlowMass and Density, which results in a FlowVolume scalar.Calculate the division of Volume and Duration, which results in a FlowVolume scalar.FlowVolume.instantiateSi(double siValue, UnitInterface<FlowVolume> displayUnit) Calculate the multiplication of Area and Speed, which results in a FlowVolume scalar.Calculate 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.of(double valueInUnit, FlowVolume.Unit unit) Returns a FlowVolume based on a value expressed in the unit.static FlowVolumeFlowVolume.ofSi(double si) Return a FlowVolume instance based on an SI value.static FlowVolumeFlowVolume.ofSi(double siValue, FlowVolume.Unit displayUnit) Instantiate a FlowVolume quantity with an SI or base value and a display unit.FlowVolume.Unit.ofSi(double si, UnitInterface<FlowVolume> displayUnit) 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 TypeMethodDescriptionFlowMass.divide(FlowVolume v) Calculate the division of FlowMass and FlowVolume, which results in a Density scalar.FlowVolume.divide(FlowVolume v) Calculate the division of FlowVolume and FlowVolume, which results in a Dimensionless quantity.Volume.divide(FlowVolume v) Calculate the division of Volume and FlowVolume, which results in a Duration scalar.Density.multiply(FlowVolume v) Calculate the multiplication of Density and FlowVolume, which results in a FlowMass scalar.Duration.multiply(FlowVolume v) Calculate the multiplication of Duration and FlowVolume, which results in a Volume scalar.Method parameters in org.djunits.quantity with type arguments of type FlowVolumeModifier and TypeMethodDescriptionFlowVolume.instantiateSi(double siValue, UnitInterface<FlowVolume> displayUnit) FlowVolume.Unit.ofSi(double si, UnitInterface<FlowVolume> displayUnit)