Uses of Class
org.djunits.unit.FlowVolumeUnit
Packages that use 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
Fields in org.djunits.unit declared as FlowVolumeUnitModifier and TypeFieldDescriptionstatic final FlowVolumeUnitFlowVolumeUnit.CUBIC_FEET_PER_MINUTEft^3/min.static final FlowVolumeUnitFlowVolumeUnit.CUBIC_FEET_PER_SECONDft^3/s.static final FlowVolumeUnitFlowVolumeUnit.CUBIC_INCH_PER_MINUTEin^3/min.static final FlowVolumeUnitFlowVolumeUnit.CUBIC_INCH_PER_SECONDin^3/s.static final FlowVolumeUnitFlowVolumeUnit.CUBIC_METER_PER_DAYm^3/day.static final FlowVolumeUnitFlowVolumeUnit.CUBIC_METER_PER_HOURm^3/hour.static final FlowVolumeUnitFlowVolumeUnit.CUBIC_METER_PER_MINUTEm^3/min.static final FlowVolumeUnitFlowVolumeUnit.CUBIC_METER_PER_SECONDm^3/s.static final FlowVolumeUnitFlowVolumeUnit.GALLON_US_PER_DAYgallon/day (US).static final FlowVolumeUnitFlowVolumeUnit.GALLON_US_PER_HOURgallon/hour (US).static final FlowVolumeUnitFlowVolumeUnit.GALLON_US_PER_MINUTEgallon/min (US).static final FlowVolumeUnitFlowVolumeUnit.GALLON_US_PER_SECONDgallon/s (US).static final FlowVolumeUnitFlowVolumeUnit.LITER_PER_DAYL/day.static final FlowVolumeUnitFlowVolumeUnit.LITER_PER_HOURL/hour.static final FlowVolumeUnitFlowVolumeUnit.LITER_PER_MINUTEL/min.static final FlowVolumeUnitFlowVolumeUnit.LITER_PER_SECONDL/s.static final FlowVolumeUnitFlowVolumeUnit.SIThe SI unit for volume flow rate is m^3/s.Fields in org.djunits.unit with type parameters of type FlowVolumeUnitModifier and TypeFieldDescriptionstatic final Quantity<FlowVolumeUnit>FlowVolumeUnit.BASEThe base, with "kg/s" as the SI signature. -
Uses of FlowVolumeUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as FlowVolumeUnitModifier and TypeFieldDescriptionstatic final FlowVolumeUnitUNITS.CUBIC_FEET_PER_MINUTEstatic final FlowVolumeUnitUNITS.CUBIC_FEET_PER_SECONDstatic final FlowVolumeUnitUNITS.CUBIC_INCH_PER_MINUTEstatic final FlowVolumeUnitUNITS.CUBIC_INCH_PER_SECONDstatic final FlowVolumeUnitUNITS.CUBIC_METER_PER_DAYstatic final FlowVolumeUnitUNITS.CUBIC_METER_PER_HOURstatic final FlowVolumeUnitUNITS.CUBIC_METER_PER_MINUTEstatic final FlowVolumeUnitUNITS.CUBIC_METER_PER_SECONDstatic final FlowVolumeUnitUNITS.GALLON_US_PER_DAYstatic final FlowVolumeUnitUNITS.GALLON_US_PER_HOURstatic final FlowVolumeUnitUNITS.GALLON_US_PER_MINUTEstatic final FlowVolumeUnitUNITS.GALLON_US_PER_SECONDstatic final FlowVolumeUnitUNITS.LITER_PER_DAYstatic final FlowVolumeUnitUNITS.LITER_PER_HOURstatic final FlowVolumeUnitUNITS.LITER_PER_MINUTEstatic final FlowVolumeUnitUNITS.LITER_PER_SECOND -
Uses of FlowVolumeUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type FlowVolumeUnitModifier and TypeMethodDescriptionfinal FlowVolumeMatrixSIMatrix.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) Constructors in org.djunits.value.vdouble.matrix with parameters of type FlowVolumeUnitModifierConstructorDescriptionFlowVolumeMatrix(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.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type FlowVolumeUnitModifierConstructorDescriptionFlowVolumeMatrix(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
Methods in org.djunits.value.vdouble.scalar with parameters of type FlowVolumeUnitModifier and TypeMethodDescriptionfinal FlowVolumeSIScalar.asFlowVolume(FlowVolumeUnit displayUnit) Return the current scalar as a flowvolume, and provide a display unit.final FlowVolumeFlowVolume.instantiateRel(double value, FlowVolumeUnit unit) Constructors in org.djunits.value.vdouble.scalar with parameters of type FlowVolumeUnitModifierConstructorDescriptionFlowVolume(double value, FlowVolumeUnit unit) Construct FlowVolume scalar with a unit. -
Uses of FlowVolumeUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type FlowVolumeUnitModifier and TypeMethodDescriptionfinal FlowVolumeVectorSIVector.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) Constructors in org.djunits.value.vdouble.vector with parameters of type FlowVolumeUnitModifierConstructorDescriptionFlowVolumeVector(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
Methods in org.djunits.value.vfloat.matrix with parameters of type FlowVolumeUnitModifier and TypeMethodDescriptionfinal FloatFlowVolumeMatrixFloatSIMatrix.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) Constructors in org.djunits.value.vfloat.matrix with parameters of type FlowVolumeUnitModifierConstructorDescriptionFloatFlowVolumeMatrix(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.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type FlowVolumeUnitModifierConstructorDescriptionFloatFlowVolumeMatrix(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
Methods in org.djunits.value.vfloat.scalar with parameters of type FlowVolumeUnitModifier and TypeMethodDescriptionfinal FloatFlowVolumeFloatSIScalar.asFlowVolume(FlowVolumeUnit displayUnit) Return the current scalar as a flowvolume, and provide a display unit.final FloatFlowVolumeFloatFlowVolume.instantiateRel(float value, FlowVolumeUnit unit) Constructors in org.djunits.value.vfloat.scalar with parameters of type FlowVolumeUnitModifierConstructorDescriptionFloatFlowVolume(double value, FlowVolumeUnit unit) Construct FloatFlowVolume scalar with a unit using a double value.FloatFlowVolume(float value, FlowVolumeUnit unit) Construct FloatFlowVolume scalar with a unit. -
Uses of FlowVolumeUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type FlowVolumeUnitModifier and TypeMethodDescriptionfinal FloatFlowVolumeVectorFloatSIVector.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) Constructors in org.djunits.value.vfloat.vector with parameters of type FlowVolumeUnitModifierConstructorDescriptionFloatFlowVolumeVector(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.