Uses of Class
org.djunits.value.vdouble.scalar.FlowVolume
-
Packages that use FlowVolume Package Description 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. -
-
Uses of FlowVolume in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return FlowVolume Modifier and Type Method Description FlowVolume
FlowVolumeMatrix. instantiateScalarSI(double valueSI, FlowVolumeUnit displayUnit)
Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type FlowVolume Modifier and Type Method Description Class<FlowVolume>
FlowVolumeMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of FlowVolume in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as FlowVolume Modifier and Type Field Description static FlowVolume
FlowVolume. NaN
Constant with value NaN.static FlowVolume
FlowVolume. NEG_MAXVALUE
Constant with value -MAX_VALUE.static FlowVolume
FlowVolume. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static FlowVolume
FlowVolume. ONE
Constant with value one.static FlowVolume
FlowVolume. POS_MAXVALUE
Constant with value MAX_VALUE.static FlowVolume
FlowVolume. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static FlowVolume
FlowVolume. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return FlowVolume Modifier and Type Method Description FlowVolume
SIScalar. asFlowVolume()
Return the current scalar as a flowvolume.FlowVolume
SIScalar. asFlowVolume(FlowVolumeUnit displayUnit)
Return the current scalar as a flowvolume, and provide a display unit.FlowVolume
FlowMass. divide(Density v)
Calculate the division of FlowMass and Density, which results in a FlowVolume scalar.FlowVolume
Volume. divide(Duration v)
Calculate the division of Volume and Duration, which results in a FlowVolume scalar.FlowVolume
FlowVolume. instantiateRel(double value, FlowVolumeUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static 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
FlowVolume. of(double value, String unitString)
Returns a FlowVolume based on a value and the textual representation of the unit.FlowVolume
Area. times(Speed v)
Calculate the multiplication of Area and Speed, which results in a FlowVolume scalar.FlowVolume
Dimensionless. times(FlowVolume v)
Calculate the multiplication of Dimensionless and FlowVolume, which results in a FlowVolume scalar.FlowVolume
Speed. times(Area v)
Calculate the multiplication of Speed and Area, which results in a FlowVolume scalar.static FlowVolume
FlowVolume. valueOf(String text)
Returns a FlowVolume representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type FlowVolume Modifier and Type Method Description Density
FlowMass. divide(FlowVolume v)
Calculate the division of FlowMass and FlowVolume, which results in a Density scalar.Dimensionless
FlowVolume. divide(FlowVolume v)
Calculate the division of FlowVolume and FlowVolume, which results in a Dimensionless scalar.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.FlowMass
Density. times(FlowVolume v)
Calculate the multiplication of Density and FlowVolume, which results in a FlowMass scalar.FlowVolume
Dimensionless. times(FlowVolume v)
Calculate the multiplication of Dimensionless and FlowVolume, which results in a FlowVolume scalar.Volume
Duration. times(FlowVolume v)
Calculate the multiplication of Duration and FlowVolume, which results in a Volume scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type FlowVolume Constructor Description FlowVolume(FlowVolume value)
Construct FlowVolume scalar. -
Uses of FlowVolume in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return FlowVolume Modifier and Type Method Description FlowVolume
FlowVolumeVector. instantiateScalarSI(double valueSI, FlowVolumeUnit displayUnit)
Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type FlowVolume Modifier and Type Method Description Class<FlowVolume>
FlowVolumeVector. getScalarClass()
Return the class of the corresponding scalar.
-