Uses of Class
org.djunits.value.vdouble.scalar.FlowVolume
Packages that use FlowVolume
Package
Description
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.
-
Uses of FlowVolume in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return FlowVolumeModifier and TypeMethodDescriptionFlowVolumeMatrix.instantiateScalarSI(double valueSI, FlowVolumeUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type FlowVolumeConstructors in org.djunits.value.vdouble.matrix with parameters of type FlowVolumeModifierConstructorDescriptionFlowVolumeMatrix(FlowVolume[][] data) Construct a FlowVolumeMatrix from an array of an array of FlowVolume objects.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.FlowVolumeMatrix(FlowVolume[][] data, 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 FlowVolumeModifierConstructorDescriptionFlowVolumeMatrix(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 FlowVolume in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as FlowVolumeModifier and TypeFieldDescriptionstatic final FlowVolumeFlowVolume.NaNConstant with value NaN.static final FlowVolumeFlowVolume.NEG_MAXVALUEConstant with value -MAX_VALUE.static final FlowVolumeFlowVolume.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final FlowVolumeFlowVolume.ONEConstant with value one.static final FlowVolumeFlowVolume.POS_MAXVALUEConstant with value MAX_VALUE.static final FlowVolumeFlowVolume.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final FlowVolumeFlowVolume.ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return FlowVolumeModifier and TypeMethodDescriptionfinal FlowVolumeSIScalar.asFlowVolume()Return the current scalar as a flowvolume.final FlowVolumeSIScalar.asFlowVolume(FlowVolumeUnit displayUnit) Return the current scalar as a flowvolume, and provide a display unit.final FlowVolumeCalculate the division of FlowMass and Density, which results in a FlowVolume scalar.static FlowVolumeFlowVolume.divide(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type FlowVolume.final FlowVolumeCalculate the division of Volume and Duration, which results in a FlowVolume scalar.final FlowVolumeFlowVolume.instantiateRel(double value, FlowVolumeUnit unit) static FlowVolumeFlowVolume.interpolate(FlowVolume zero, FlowVolume one, double ratio) Interpolate between two values.static FlowVolumeFlowVolume.max(FlowVolume r1, FlowVolume r2) Return the maximum value of two relative scalars.static FlowVolumeFlowVolume.max(FlowVolume r1, FlowVolume r2, FlowVolume... rn) Return the maximum value of more than two relative scalars.static FlowVolumeFlowVolume.min(FlowVolume r1, FlowVolume r2) Return the minimum value of two relative scalars.static FlowVolumeFlowVolume.min(FlowVolume r1, FlowVolume r2, FlowVolume... rn) Return the minimum value of more than two relative scalars.static FlowVolumeFlowVolume.multiply(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type FlowVolume.static FlowVolumeReturns a FlowVolume based on a value and the textual representation of the unit, which can be localized.static final FlowVolumeFlowVolume.ofSI(double value) Construct FlowVolume scalar based on an SI value.final FlowVolumeCalculate the multiplication of Area and Speed, which results in a FlowVolume scalar.final FlowVolumeDimensionless.times(FlowVolume v) Calculate the multiplication of Dimensionless and FlowVolume, which results in a FlowVolume scalar.final FlowVolumeCalculate the multiplication of Speed and Area, which results in a FlowVolume scalar.static FlowVolumeReturns a FlowVolume representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type FlowVolumeModifier and TypeMethodDescriptionfinal DensityFlowMass.divide(FlowVolume v) Calculate the division of FlowMass and FlowVolume, which results in a Density scalar.final DimensionlessFlowVolume.divide(FlowVolume v) Calculate the division of FlowVolume and FlowVolume, which results in a Dimensionless scalar.final DurationVolume.divide(FlowVolume v) Calculate the division of Volume and FlowVolume, which results in a Duration scalar.static FlowVolumeFlowVolume.interpolate(FlowVolume zero, FlowVolume one, double ratio) Interpolate between two values.static FlowVolumeFlowVolume.max(FlowVolume r1, FlowVolume r2) Return the maximum value of two relative scalars.static FlowVolumeFlowVolume.max(FlowVolume r1, FlowVolume r2, FlowVolume... rn) Return the maximum value of more than two relative scalars.static FlowVolumeFlowVolume.min(FlowVolume r1, FlowVolume r2) Return the minimum value of two relative scalars.static FlowVolumeFlowVolume.min(FlowVolume r1, FlowVolume r2, FlowVolume... rn) Return the minimum value of more than two relative scalars.final FlowMassDensity.times(FlowVolume v) Calculate the multiplication of Density and FlowVolume, which results in a FlowMass scalar.final FlowVolumeDimensionless.times(FlowVolume v) Calculate the multiplication of Dimensionless and FlowVolume, which results in a FlowVolume scalar.final VolumeDuration.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 -
Uses of FlowVolume in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return FlowVolumeModifier and TypeMethodDescriptionFlowVolumeVector.instantiateScalarSI(double valueSI, FlowVolumeUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type FlowVolumeConstructors in org.djunits.value.vdouble.vector with parameters of type FlowVolumeModifierConstructorDescriptionFlowVolumeVector(FlowVolume[] data) Construct an FlowVolumeVector from an array 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(FlowVolume[] data, StorageType storageType) Construct an FlowVolumeVector from an array of FlowVolume objects.