Uses of Class
org.djunits.value.vdouble.scalar.FlowVolume
Package
Description
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of FlowVolume in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionFlowVolumeMatrix.instantiateScalarSI
(double valueSI, FlowVolumeUnit displayUnit) ModifierConstructorDescriptionFlowVolumeMatrix
(FlowVolume[][] data) Construct a FlowVolumeMatrix from an array of an array of FlowVolume objects.FlowVolumeMatrix
(FlowVolume[][] data, FlowVolumeUnit displayUnit) Construct a FlowVolumeMatrix from an array of an array of FlowVolume objects.FlowVolumeMatrix
(FlowVolume[][] data, FlowVolumeUnit displayUnit, StorageType storageType) Construct a FlowVolumeMatrix from an array of an array of FlowVolume objects.FlowVolumeMatrix
(FlowVolume[][] data, StorageType storageType) Construct a FlowVolumeMatrix from an array of an array of FlowVolume objects.ModifierConstructorDescriptionFlowVolumeMatrix
(Collection<DoubleSparseValue<FlowVolumeUnit, FlowVolume>> data, int rows, int cols) Construct a FlowVolumeMatrix from a (sparse) collection of DoubleSparseValue objects.FlowVolumeMatrix
(Collection<DoubleSparseValue<FlowVolumeUnit, FlowVolume>> data, int rows, int cols, StorageType storageType) Construct a FlowVolumeMatrix from a (sparse) collection of DoubleSparseValue objects.FlowVolumeMatrix
(Collection<DoubleSparseValue<FlowVolumeUnit, FlowVolume>> data, FlowVolumeUnit displayUnit, int rows, int cols) Construct a FlowVolumeMatrix from a (sparse) collection of DoubleSparseValue objects.FlowVolumeMatrix
(Collection<DoubleSparseValue<FlowVolumeUnit, FlowVolume>> data, FlowVolumeUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FlowVolumeMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of FlowVolume in org.djunits.value.vdouble.scalar
Modifier and TypeFieldDescriptionstatic final FlowVolume
FlowVolume.NaN
Constant with value NaN.static final FlowVolume
FlowVolume.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final FlowVolume
FlowVolume.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final FlowVolume
FlowVolume.ONE
Constant with value one.static final FlowVolume
FlowVolume.POS_MAXVALUE
Constant with value MAX_VALUE.static final FlowVolume
FlowVolume.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final FlowVolume
FlowVolume.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal FlowVolume
SIScalar.asFlowVolume()
Return the current scalar as a flowvolume.final FlowVolume
SIScalar.asFlowVolume
(FlowVolumeUnit displayUnit) Return the current scalar as a flowvolume, and provide a display unit.final FlowVolume
Calculate the division of FlowMass and Density, which results in a FlowVolume scalar.final FlowVolume
Calculate the division of Volume and Duration, which results in a FlowVolume scalar.final FlowVolume
FlowVolume.instantiateRel
(double value, FlowVolumeUnit unit) static final FlowVolume
FlowVolume.instantiateSI
(double value) Construct FlowVolume scalar.static FlowVolume
FlowVolume.interpolate
(FlowVolume zero, FlowVolume one, double ratio) Interpolate between two values.static FlowVolume
FlowVolume.max
(FlowVolume r1, FlowVolume r2) Return the maximum value of two relative scalars.static FlowVolume
FlowVolume.max
(FlowVolume r1, FlowVolume r2, FlowVolume... rn) Return the maximum value of more than two relative scalars.static FlowVolume
FlowVolume.min
(FlowVolume r1, FlowVolume r2) Return the minimum value of two relative scalars.static FlowVolume
FlowVolume.min
(FlowVolume r1, FlowVolume r2, FlowVolume... rn) Return the minimum value of more than two relative scalars.static FlowVolume
Returns a FlowVolume based on a value and the textual representation of the unit, which can be localized.final FlowVolume
Calculate the multiplication of Area and Speed, which results in a FlowVolume scalar.final FlowVolume
Dimensionless.times
(FlowVolume v) Calculate the multiplication of Dimensionless and FlowVolume, which results in a FlowVolume scalar.final FlowVolume
Calculate the multiplication of Speed and Area, which results in a FlowVolume scalar.static FlowVolume
Returns a FlowVolume representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal Density
FlowMass.divide
(FlowVolume v) Calculate the division of FlowMass and FlowVolume, which results in a Density scalar.final Dimensionless
FlowVolume.divide
(FlowVolume v) Calculate the division of FlowVolume and FlowVolume, which results in a Dimensionless scalar.final Duration
Volume.divide
(FlowVolume v) Calculate the division of Volume and FlowVolume, which results in a Duration scalar.static FlowVolume
FlowVolume.interpolate
(FlowVolume zero, FlowVolume one, double ratio) Interpolate between two values.static FlowVolume
FlowVolume.max
(FlowVolume r1, FlowVolume r2) Return the maximum value of two relative scalars.static FlowVolume
FlowVolume.max
(FlowVolume r1, FlowVolume r2, FlowVolume... rn) Return the maximum value of more than two relative scalars.static FlowVolume
FlowVolume.min
(FlowVolume r1, FlowVolume r2) Return the minimum value of two relative scalars.static FlowVolume
FlowVolume.min
(FlowVolume r1, FlowVolume r2, FlowVolume... rn) Return the minimum value of more than two relative scalars.final FlowMass
Density.times
(FlowVolume v) Calculate the multiplication of Density and FlowVolume, which results in a FlowMass scalar.final FlowVolume
Dimensionless.times
(FlowVolume v) Calculate the multiplication of Dimensionless and FlowVolume, which results in a FlowVolume scalar.final Volume
Duration.times
(FlowVolume v) Calculate the multiplication of Duration and FlowVolume, which results in a Volume scalar. -
Uses of FlowVolume in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionFlowVolumeVector.instantiateScalarSI
(double valueSI, FlowVolumeUnit displayUnit) ModifierConstructorDescriptionFlowVolumeVector
(FlowVolume[] data) Construct an FlowVolumeVector from an array of FlowVolume objects.FlowVolumeVector
(FlowVolume[] data, FlowVolumeUnit displayUnit) Construct an FlowVolumeVector from an array of FlowVolume objects.FlowVolumeVector
(FlowVolume[] data, FlowVolumeUnit displayUnit, StorageType storageType) Construct an FlowVolumeVector from an array of FlowVolume objects.FlowVolumeVector
(FlowVolume[] data, StorageType storageType) Construct an FlowVolumeVector from an array of FlowVolume objects.