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 FlowVolumeUnit
FlowVolumeUnit. CUBIC_FEET_PER_MINUTE
ft^3/min.static FlowVolumeUnit
FlowVolumeUnit. CUBIC_FEET_PER_SECOND
ft^3/s.static FlowVolumeUnit
FlowVolumeUnit. CUBIC_INCH_PER_MINUTE
in^3/min.static FlowVolumeUnit
FlowVolumeUnit. CUBIC_INCH_PER_SECOND
in^3/s.static FlowVolumeUnit
FlowVolumeUnit. CUBIC_METER_PER_DAY
m^3/day.static FlowVolumeUnit
FlowVolumeUnit. CUBIC_METER_PER_HOUR
m^3/hour.static FlowVolumeUnit
FlowVolumeUnit. CUBIC_METER_PER_MINUTE
m^3/min.static FlowVolumeUnit
FlowVolumeUnit. CUBIC_METER_PER_SECOND
m^3/s.static FlowVolumeUnit
FlowVolumeUnit. GALLON_US_PER_DAY
gallon/day (US).static FlowVolumeUnit
FlowVolumeUnit. GALLON_US_PER_HOUR
gallon/hour (US).static FlowVolumeUnit
FlowVolumeUnit. GALLON_US_PER_MINUTE
gallon/min (US).static FlowVolumeUnit
FlowVolumeUnit. GALLON_US_PER_SECOND
gallon/s (US).static FlowVolumeUnit
FlowVolumeUnit. LITER_PER_DAY
L/day.static FlowVolumeUnit
FlowVolumeUnit. LITER_PER_HOUR
L/hour.static FlowVolumeUnit
FlowVolumeUnit. LITER_PER_MINUTE
L/min.static FlowVolumeUnit
FlowVolumeUnit. LITER_PER_SECOND
L/s.static FlowVolumeUnit
FlowVolumeUnit. SI
The 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. BASE
The 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 FlowVolumeUnit
UNITS. CUBIC_FEET_PER_MINUTE
static FlowVolumeUnit
UNITS. CUBIC_FEET_PER_SECOND
static FlowVolumeUnit
UNITS. CUBIC_INCH_PER_MINUTE
static FlowVolumeUnit
UNITS. CUBIC_INCH_PER_SECOND
static FlowVolumeUnit
UNITS. CUBIC_METER_PER_DAY
static FlowVolumeUnit
UNITS. CUBIC_METER_PER_HOUR
static FlowVolumeUnit
UNITS. CUBIC_METER_PER_MINUTE
static FlowVolumeUnit
UNITS. CUBIC_METER_PER_SECOND
static FlowVolumeUnit
UNITS. GALLON_US_PER_DAY
static FlowVolumeUnit
UNITS. GALLON_US_PER_HOUR
static FlowVolumeUnit
UNITS. GALLON_US_PER_MINUTE
static FlowVolumeUnit
UNITS. GALLON_US_PER_SECOND
static FlowVolumeUnit
UNITS. LITER_PER_DAY
static FlowVolumeUnit
UNITS. LITER_PER_HOUR
static FlowVolumeUnit
UNITS. LITER_PER_MINUTE
static FlowVolumeUnit
UNITS. 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 FlowVolumeMatrix
SIMatrix. asFlowVolume(FlowVolumeUnit displayUnit)
Return the current matrix as a flowvolume matrix, and provide a display unit.FlowVolumeMatrix
FlowVolumeMatrix. instantiateMatrix(DoubleMatrixData dmd, FlowVolumeUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FlowVolume
FlowVolumeMatrix. instantiateScalarSI(double valueSI, FlowVolumeUnit displayUnit)
Instantiate a new scalar for the class of this matrix.FlowVolumeVector
FlowVolumeMatrix. 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 FlowVolume
SIScalar. asFlowVolume(FlowVolumeUnit displayUnit)
Return the current scalar as a flowvolume, and provide a display unit.FlowVolume
FlowVolume. 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 FlowVolumeVector
SIVector. asFlowVolume(FlowVolumeUnit displayUnit)
Return the current vector as a flowvolume vector, and provide a display unit.FlowVolume
FlowVolumeVector. instantiateScalarSI(double valueSI, FlowVolumeUnit displayUnit)
Instantiate a new scalar for the class of this vector.FlowVolumeVector
FlowVolumeVector. 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 FloatFlowVolumeMatrix
FloatSIMatrix. asFlowVolume(FlowVolumeUnit displayUnit)
Return the current matrix as a flowvolume matrix, and provide a display unit.FloatFlowVolumeMatrix
FloatFlowVolumeMatrix. instantiateMatrix(FloatMatrixData fmd, FlowVolumeUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FloatFlowVolume
FloatFlowVolumeMatrix. instantiateScalarSI(float valueSI, FlowVolumeUnit displayUnit)
Instantiate a new scalar for the class of this matrix.FloatFlowVolumeVector
FloatFlowVolumeMatrix. 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 FloatFlowVolume
FloatSIScalar. asFlowVolume(FlowVolumeUnit displayUnit)
Return the current scalar as a flowvolume, and provide a display unit.FloatFlowVolume
FloatFlowVolume. 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 FloatFlowVolumeVector
FloatSIVector. asFlowVolume(FlowVolumeUnit displayUnit)
Return the current vector as a flowvolume vector, and provide a display unit.FloatFlowVolume
FloatFlowVolumeVector. instantiateScalarSI(float valueSI, FlowVolumeUnit displayUnit)
Instantiate a new scalar for the class of this vector.FloatFlowVolumeVector
FloatFlowVolumeVector. 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.