Uses of Class
org.djunits.unit.FlowVolumeUnit
| Package | Description |
|---|---|
| org.djunits.unit |
Units for version 4 of DJUNITS.
|
| org.djunits.unit.util |
Utility classes for the unit package.
|
| org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| org.djunits.value.vfloat.vector |
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 FlowVolumeUnit Modifier and Type Field Description static FlowVolumeUnitFlowVolumeUnit. CUBIC_FEET_PER_MINUTEft^3/min.static FlowVolumeUnitFlowVolumeUnit. CUBIC_FEET_PER_SECONDft^3/s.static FlowVolumeUnitFlowVolumeUnit. CUBIC_INCH_PER_MINUTEin^3/min.static FlowVolumeUnitFlowVolumeUnit. CUBIC_INCH_PER_SECONDin^3/s.static FlowVolumeUnitFlowVolumeUnit. CUBIC_METER_PER_DAYm^3/day.static FlowVolumeUnitFlowVolumeUnit. CUBIC_METER_PER_HOURm^3/hour.static FlowVolumeUnitFlowVolumeUnit. CUBIC_METER_PER_MINUTEm^3/min.static FlowVolumeUnitFlowVolumeUnit. CUBIC_METER_PER_SECONDm^3/s.static FlowVolumeUnitFlowVolumeUnit. GALLON_US_PER_DAYgallon/day (US).static FlowVolumeUnitFlowVolumeUnit. GALLON_US_PER_HOURgallon/hour (US).static FlowVolumeUnitFlowVolumeUnit. GALLON_US_PER_MINUTEgallon/min (US).static FlowVolumeUnitFlowVolumeUnit. GALLON_US_PER_SECONDgallon/s (US).static FlowVolumeUnitFlowVolumeUnit. LITER_PER_DAYL/day.static FlowVolumeUnitFlowVolumeUnit. LITER_PER_HOURL/hour.static FlowVolumeUnitFlowVolumeUnit. LITER_PER_MINUTEL/min.static FlowVolumeUnitFlowVolumeUnit. LITER_PER_SECONDL/s.static FlowVolumeUnitFlowVolumeUnit. SIThe SI unit for volume flow rate is m^3/s.Fields in org.djunits.unit with type parameters of type FlowVolumeUnit Modifier and Type Field Description static 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 FlowVolumeUnit Modifier and Type Field Description static FlowVolumeUnitUNITS. CUBIC_FEET_PER_MINUTEstatic FlowVolumeUnitUNITS. CUBIC_FEET_PER_SECONDstatic FlowVolumeUnitUNITS. CUBIC_INCH_PER_MINUTEstatic FlowVolumeUnitUNITS. CUBIC_INCH_PER_SECONDstatic FlowVolumeUnitUNITS. CUBIC_METER_PER_DAYstatic FlowVolumeUnitUNITS. CUBIC_METER_PER_HOURstatic FlowVolumeUnitUNITS. CUBIC_METER_PER_MINUTEstatic FlowVolumeUnitUNITS. CUBIC_METER_PER_SECONDstatic FlowVolumeUnitUNITS. GALLON_US_PER_DAYstatic FlowVolumeUnitUNITS. GALLON_US_PER_HOURstatic FlowVolumeUnitUNITS. GALLON_US_PER_MINUTEstatic FlowVolumeUnitUNITS. GALLON_US_PER_SECONDstatic FlowVolumeUnitUNITS. LITER_PER_DAYstatic FlowVolumeUnitUNITS. LITER_PER_HOURstatic FlowVolumeUnitUNITS. LITER_PER_MINUTEstatic FlowVolumeUnitUNITS. LITER_PER_SECOND -
Uses of FlowVolumeUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type FlowVolumeUnit Modifier and Type Method Description FlowVolumeMatrixSIMatrix. asFlowVolume(FlowVolumeUnit displayUnit)Return the current matrix as a flowvolume matrix, and provide a display unit.FlowVolumeMatrixFlowVolumeMatrix. instantiateMatrix(DoubleMatrixData dmd, FlowVolumeUnit displayUnit)Instantiate a new matrix of the class of this matrix.FlowVolumeFlowVolumeMatrix. instantiateScalarSI(double valueSI, FlowVolumeUnit displayUnit)Instantiate a new scalar for the class of this matrix.FlowVolumeVectorFlowVolumeMatrix. instantiateVector(DoubleVectorData dvd, FlowVolumeUnit displayUnit)Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type FlowVolumeUnit Constructor Description FlowVolumeMatrix(DoubleMatrixData data, FlowVolumeUnit unit) -
Uses of FlowVolumeUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type FlowVolumeUnit Modifier and Type Method Description FlowVolumeSIScalar. asFlowVolume(FlowVolumeUnit displayUnit)Return the current scalar as a flowvolume, and provide a display unit.FlowVolumeFlowVolume. instantiateRel(double value, FlowVolumeUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.Constructors in org.djunits.value.vdouble.scalar with parameters of type FlowVolumeUnit Constructor Description FlowVolume(double value, FlowVolumeUnit unit)Construct FlowVolume scalar. -
Uses of FlowVolumeUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type FlowVolumeUnit Modifier and Type Method Description FlowVolumeVectorSIVector. asFlowVolume(FlowVolumeUnit displayUnit)Return the current vector as a flowvolume vector, and provide a display unit.FlowVolumeFlowVolumeVector. instantiateScalarSI(double valueSI, FlowVolumeUnit displayUnit)Instantiate a new scalar for the class of this vector.FlowVolumeVectorFlowVolumeVector. instantiateVector(DoubleVectorData dvd, FlowVolumeUnit displayUnit)Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vdouble.vector with parameters of type FlowVolumeUnit Constructor Description 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 FlowVolumeUnit Modifier and Type Method Description FloatFlowVolumeMatrixFloatSIMatrix. asFlowVolume(FlowVolumeUnit displayUnit)Return the current matrix as a flowvolume matrix, and provide a display unit.FloatFlowVolumeMatrixFloatFlowVolumeMatrix. instantiateMatrix(FloatMatrixData fmd, FlowVolumeUnit displayUnit)Instantiate a new matrix of the class of this matrix.FloatFlowVolumeFloatFlowVolumeMatrix. instantiateScalarSI(float valueSI, FlowVolumeUnit displayUnit)Instantiate a new scalar for the class of this matrix.FloatFlowVolumeVectorFloatFlowVolumeMatrix. instantiateVector(FloatVectorData fvd, FlowVolumeUnit displayUnit)Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type FlowVolumeUnit Constructor Description FloatFlowVolumeMatrix(FloatMatrixData data, FlowVolumeUnit unit) -
Uses of FlowVolumeUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type FlowVolumeUnit Modifier and Type Method Description FloatFlowVolumeFloatSIScalar. asFlowVolume(FlowVolumeUnit displayUnit)Return the current scalar as a flowvolume, and provide a display unit.FloatFlowVolumeFloatFlowVolume. instantiateRel(float value, FlowVolumeUnit unit)Construct a new Relative Immutable FloatScalar of the right type.Constructors in org.djunits.value.vfloat.scalar with parameters of type FlowVolumeUnit Constructor Description FloatFlowVolume(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
Methods in org.djunits.value.vfloat.vector with parameters of type FlowVolumeUnit Modifier and Type Method Description FloatFlowVolumeVectorFloatSIVector. asFlowVolume(FlowVolumeUnit displayUnit)Return the current vector as a flowvolume vector, and provide a display unit.FloatFlowVolumeFloatFlowVolumeVector. instantiateScalarSI(float valueSI, FlowVolumeUnit displayUnit)Instantiate a new scalar for the class of this vector.FloatFlowVolumeVectorFloatFlowVolumeVector. instantiateVector(FloatVectorData fvd, FlowVolumeUnit displayUnit)Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vfloat.vector with parameters of type FlowVolumeUnit Constructor Description FloatFlowVolumeVector(FloatVectorData data, FlowVolumeUnit unit)Construct an FloatFlowVolumeVector from an internal data object.