Uses of Class
org.djunits.unit.FlowVolumeUnit
Package
Description
Units for version 4 of DJUNITS.
Utility classes for the unit package.
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.
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Scalar storage and calculations with units, absolute/relative.
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of FlowVolumeUnit in org.djunits.unit
Modifier and TypeFieldDescriptionstatic final FlowVolumeUnit
FlowVolumeUnit.CUBIC_FEET_PER_MINUTE
ft^3/min.static final FlowVolumeUnit
FlowVolumeUnit.CUBIC_FEET_PER_SECOND
ft^3/s.static final FlowVolumeUnit
FlowVolumeUnit.CUBIC_INCH_PER_MINUTE
in^3/min.static final FlowVolumeUnit
FlowVolumeUnit.CUBIC_INCH_PER_SECOND
in^3/s.static final FlowVolumeUnit
FlowVolumeUnit.CUBIC_METER_PER_DAY
m^3/day.static final FlowVolumeUnit
FlowVolumeUnit.CUBIC_METER_PER_HOUR
m^3/hour.static final FlowVolumeUnit
FlowVolumeUnit.CUBIC_METER_PER_MINUTE
m^3/min.static final FlowVolumeUnit
FlowVolumeUnit.CUBIC_METER_PER_SECOND
m^3/s.static final FlowVolumeUnit
FlowVolumeUnit.GALLON_US_PER_DAY
gallon/day (US).static final FlowVolumeUnit
FlowVolumeUnit.GALLON_US_PER_HOUR
gallon/hour (US).static final FlowVolumeUnit
FlowVolumeUnit.GALLON_US_PER_MINUTE
gallon/min (US).static final FlowVolumeUnit
FlowVolumeUnit.GALLON_US_PER_SECOND
gallon/s (US).static final FlowVolumeUnit
FlowVolumeUnit.LITER_PER_DAY
L/day.static final FlowVolumeUnit
FlowVolumeUnit.LITER_PER_HOUR
L/hour.static final FlowVolumeUnit
FlowVolumeUnit.LITER_PER_MINUTE
L/min.static final FlowVolumeUnit
FlowVolumeUnit.LITER_PER_SECOND
L/s.static final FlowVolumeUnit
FlowVolumeUnit.SI
The SI unit for volume flow rate is m^3/s.Modifier and TypeFieldDescriptionstatic final Quantity<FlowVolumeUnit>
FlowVolumeUnit.BASE
The base, with "kg/s" as the SI signature. -
Uses of FlowVolumeUnit in org.djunits.unit.util
Modifier and TypeFieldDescriptionstatic final FlowVolumeUnit
UNITS.CUBIC_FEET_PER_MINUTE
static final FlowVolumeUnit
UNITS.CUBIC_FEET_PER_SECOND
static final FlowVolumeUnit
UNITS.CUBIC_INCH_PER_MINUTE
static final FlowVolumeUnit
UNITS.CUBIC_INCH_PER_SECOND
static final FlowVolumeUnit
UNITS.CUBIC_METER_PER_DAY
static final FlowVolumeUnit
UNITS.CUBIC_METER_PER_HOUR
static final FlowVolumeUnit
UNITS.CUBIC_METER_PER_MINUTE
static final FlowVolumeUnit
UNITS.CUBIC_METER_PER_SECOND
static final FlowVolumeUnit
UNITS.GALLON_US_PER_DAY
static final FlowVolumeUnit
UNITS.GALLON_US_PER_HOUR
static final FlowVolumeUnit
UNITS.GALLON_US_PER_MINUTE
static final FlowVolumeUnit
UNITS.GALLON_US_PER_SECOND
static final FlowVolumeUnit
UNITS.LITER_PER_DAY
static final FlowVolumeUnit
UNITS.LITER_PER_HOUR
static final FlowVolumeUnit
UNITS.LITER_PER_MINUTE
static final FlowVolumeUnit
UNITS.LITER_PER_SECOND
-
Uses of FlowVolumeUnit in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionfinal FlowVolumeMatrix
SIMatrix.asFlowVolume
(FlowVolumeUnit displayUnit) Return the current matrix as a flowvolume matrix, and provide a display unit.FlowVolumeMatrix.instantiateMatrix
(DoubleMatrixData dmd, FlowVolumeUnit displayUnit) FlowVolumeMatrix.instantiateScalarSI
(double valueSI, FlowVolumeUnit displayUnit) FlowVolumeMatrix.instantiateVector
(DoubleVectorData dvd, FlowVolumeUnit displayUnit) ModifierConstructorDescriptionFlowVolumeMatrix
(double[][] data, FlowVolumeUnit displayUnit) Construct a FlowVolumeMatrix from a double[][] object.FlowVolumeMatrix
(double[][] data, FlowVolumeUnit displayUnit, StorageType storageType) Construct a FlowVolumeMatrix from a double[][] object.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.FlowVolumeMatrix
(DoubleMatrixData data, FlowVolumeUnit displayUnit) Construct a FlowVolumeMatrix from an internal data object.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.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 FlowVolumeUnit in org.djunits.value.vdouble.scalar
Modifier and TypeMethodDescriptionfinal FlowVolume
SIScalar.asFlowVolume
(FlowVolumeUnit displayUnit) Return the current scalar as a flowvolume, and provide a display unit.final FlowVolume
FlowVolume.instantiateRel
(double value, FlowVolumeUnit unit) ModifierConstructorDescriptionFlowVolume
(double value, FlowVolumeUnit unit) Construct FlowVolume scalar. -
Uses of FlowVolumeUnit in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionfinal FlowVolumeVector
SIVector.asFlowVolume
(FlowVolumeUnit displayUnit) Return the current vector as a flowvolume vector, and provide a display unit.FlowVolumeVector.instantiateScalarSI
(double valueSI, FlowVolumeUnit displayUnit) FlowVolumeVector.instantiateVector
(DoubleVectorData dvd, FlowVolumeUnit displayUnit) ModifierConstructorDescriptionFlowVolumeVector
(double[] data, FlowVolumeUnit displayUnit) Construct an FlowVolumeVector from a double[] object.FlowVolumeVector
(double[] data, FlowVolumeUnit displayUnit, StorageType storageType) Construct an FlowVolumeVector from a double[] object.FlowVolumeVector
(List<? extends Number> data, FlowVolumeUnit displayUnit) Construct an FlowVolumeVector from a list of Number objects or a list of FlowVolume objects.FlowVolumeVector
(List<? extends Number> data, FlowVolumeUnit displayUnit, StorageType storageType) Construct an FlowVolumeVector from a list of Number objects or a list of FlowVolume objects.FlowVolumeVector
(Map<Integer, ? extends Number> data, int size, FlowVolumeUnit displayUnit) Construct an FlowVolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FlowVolume objects.FlowVolumeVector
(Map<Integer, ? extends Number> data, int size, FlowVolumeUnit displayUnit, StorageType storageType) Construct an FlowVolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to 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
(DoubleVectorData data, FlowVolumeUnit displayUnit) Construct an FlowVolumeVector from an internal data object. -
Uses of FlowVolumeUnit in org.djunits.value.vfloat.matrix
Modifier and TypeMethodDescriptionfinal FloatFlowVolumeMatrix
FloatSIMatrix.asFlowVolume
(FlowVolumeUnit displayUnit) Return the current matrix as a flowvolume matrix, and provide a display unit.FloatFlowVolumeMatrix.instantiateMatrix
(FloatMatrixData fmd, FlowVolumeUnit displayUnit) FloatFlowVolumeMatrix.instantiateScalarSI
(float valueSI, FlowVolumeUnit displayUnit) FloatFlowVolumeMatrix.instantiateVector
(FloatVectorData fvd, FlowVolumeUnit displayUnit) ModifierConstructorDescriptionFloatFlowVolumeMatrix
(float[][] data, FlowVolumeUnit displayUnit) Construct a FloatFlowVolumeMatrix from a float[][] object.FloatFlowVolumeMatrix
(float[][] data, FlowVolumeUnit displayUnit, StorageType storageType) Construct a FloatFlowVolumeMatrix from a float[][] object.FloatFlowVolumeMatrix
(Collection<FloatSparseValue<FlowVolumeUnit, FloatFlowVolume>> data, FlowVolumeUnit displayUnit, int rows, int cols) Construct a FloatFlowVolumeMatrix from a (sparse) collection of FloatSparseValue objects.FloatFlowVolumeMatrix
(Collection<FloatSparseValue<FlowVolumeUnit, FloatFlowVolume>> data, FlowVolumeUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatFlowVolumeMatrix from a (sparse) collection of FloatSparseValue objects.FloatFlowVolumeMatrix
(FloatMatrixData data, FlowVolumeUnit displayUnit) Construct a FloatFlowVolumeMatrix from an internal data object.FloatFlowVolumeMatrix
(FloatFlowVolume[][] data, FlowVolumeUnit displayUnit) Construct a FloatFlowVolumeMatrix from an array of an array of FloatFlowVolume objects.FloatFlowVolumeMatrix
(FloatFlowVolume[][] data, FlowVolumeUnit displayUnit, StorageType storageType) Construct a FloatFlowVolumeMatrix from an array of an array of FloatFlowVolume objects.ModifierConstructorDescriptionFloatFlowVolumeMatrix
(Collection<FloatSparseValue<FlowVolumeUnit, FloatFlowVolume>> data, int rows, int cols) Construct a FloatFlowVolumeMatrix from a (sparse) collection of FloatSparseValue objects.FloatFlowVolumeMatrix
(Collection<FloatSparseValue<FlowVolumeUnit, FloatFlowVolume>> data, int rows, int cols, StorageType storageType) Construct a FloatFlowVolumeMatrix from a (sparse) collection of FloatSparseValue objects.FloatFlowVolumeMatrix
(Collection<FloatSparseValue<FlowVolumeUnit, FloatFlowVolume>> data, FlowVolumeUnit displayUnit, int rows, int cols) Construct a FloatFlowVolumeMatrix from a (sparse) collection of FloatSparseValue objects.FloatFlowVolumeMatrix
(Collection<FloatSparseValue<FlowVolumeUnit, FloatFlowVolume>> data, FlowVolumeUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatFlowVolumeMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of FlowVolumeUnit in org.djunits.value.vfloat.scalar
Modifier and TypeMethodDescriptionfinal FloatFlowVolume
FloatSIScalar.asFlowVolume
(FlowVolumeUnit displayUnit) Return the current scalar as a flowvolume, and provide a display unit.final FloatFlowVolume
FloatFlowVolume.instantiateRel
(float value, FlowVolumeUnit unit) ModifierConstructorDescriptionFloatFlowVolume
(double value, FlowVolumeUnit unit) Construct FloatFlowVolume scalar using a double value.FloatFlowVolume
(float value, FlowVolumeUnit unit) Construct FloatFlowVolume scalar. -
Uses of FlowVolumeUnit in org.djunits.value.vfloat.vector
Modifier and TypeMethodDescriptionfinal FloatFlowVolumeVector
FloatSIVector.asFlowVolume
(FlowVolumeUnit displayUnit) Return the current vector as a flowvolume vector, and provide a display unit.FloatFlowVolumeVector.instantiateScalarSI
(float valueSI, FlowVolumeUnit displayUnit) FloatFlowVolumeVector.instantiateVector
(FloatVectorData fvd, FlowVolumeUnit displayUnit) ModifierConstructorDescriptionFloatFlowVolumeVector
(float[] data, FlowVolumeUnit displayUnit) Construct a FloatFlowVolumeVector from a float[] object.FloatFlowVolumeVector
(float[] data, FlowVolumeUnit displayUnit, StorageType storageType) Construct a FloatFlowVolumeVector from a float[] object.FloatFlowVolumeVector
(List<? extends Number> data, FlowVolumeUnit displayUnit) Construct a FloatFlowVolumeVector from a list of Number objects or a list of FloatFlowVolume objects.FloatFlowVolumeVector
(List<? extends Number> data, FlowVolumeUnit displayUnit, StorageType storageType) Construct a FloatFlowVolumeVector from a list of Number objects or a list of FloatFlowVolume objects.FloatFlowVolumeVector
(Map<Integer, ? extends Number> data, int size, FlowVolumeUnit displayUnit) Construct a FloatFlowVolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatFlowVolume objects.FloatFlowVolumeVector
(Map<Integer, ? extends Number> data, int size, FlowVolumeUnit displayUnit, StorageType storageType) Construct a FloatFlowVolumeVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatFlowVolume objects.FloatFlowVolumeVector
(FloatFlowVolume[] data, FlowVolumeUnit displayUnit) Construct a FloatFlowVolumeVector from an array of FloatFlowVolume objects.FloatFlowVolumeVector
(FloatFlowVolume[] data, FlowVolumeUnit displayUnit, StorageType storageType) Construct a FloatFlowVolumeVector from an array of FloatFlowVolume objects.FloatFlowVolumeVector
(FloatVectorData data, FlowVolumeUnit displayUnit) Construct a FloatFlowVolumeVector from an internal data object.