Uses of Class
org.djunits.value.vdouble.scalar.FlowMass
Packages that use FlowMass
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 FlowMass in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return FlowMassModifier and TypeMethodDescriptionFlowMassMatrix.instantiateScalarSI(double valueSI, FlowMassUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type FlowMassConstructors in org.djunits.value.vdouble.matrix with parameters of type FlowMassModifierConstructorDescriptionFlowMassMatrix(FlowMass[][] data) Construct a FlowMassMatrix from an array of an array of FlowMass objects.FlowMassMatrix(FlowMass[][] data, FlowMassUnit displayUnit) Construct a FlowMassMatrix from an array of an array of FlowMass objects.FlowMassMatrix(FlowMass[][] data, FlowMassUnit displayUnit, StorageType storageType) Construct a FlowMassMatrix from an array of an array of FlowMass objects.FlowMassMatrix(FlowMass[][] data, StorageType storageType) Construct a FlowMassMatrix from an array of an array of FlowMass objects.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type FlowMassModifierConstructorDescriptionFlowMassMatrix(Collection<DoubleSparseValue<FlowMassUnit, FlowMass>> data, int rows, int cols) Construct a FlowMassMatrix from a (sparse) collection of DoubleSparseValue objects.FlowMassMatrix(Collection<DoubleSparseValue<FlowMassUnit, FlowMass>> data, int rows, int cols, StorageType storageType) Construct a FlowMassMatrix from a (sparse) collection of DoubleSparseValue objects.FlowMassMatrix(Collection<DoubleSparseValue<FlowMassUnit, FlowMass>> data, FlowMassUnit displayUnit, int rows, int cols) Construct a FlowMassMatrix from a (sparse) collection of DoubleSparseValue objects.FlowMassMatrix(Collection<DoubleSparseValue<FlowMassUnit, FlowMass>> data, FlowMassUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FlowMassMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of FlowMass in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as FlowMassModifier and TypeFieldDescriptionstatic final FlowMassFlowMass.NaNConstant with value NaN.static final FlowMassFlowMass.NEG_MAXVALUEConstant with value -MAX_VALUE.static final FlowMassFlowMass.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final FlowMassFlowMass.ONEConstant with value one.static final FlowMassFlowMass.POS_MAXVALUEConstant with value MAX_VALUE.static final FlowMassFlowMass.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final FlowMassFlowMass.ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return FlowMassModifier and TypeMethodDescriptionfinal FlowMassSIScalar.asFlowMass()Return the current scalar as a flowmass.final FlowMassSIScalar.asFlowMass(FlowMassUnit displayUnit) Return the current scalar as a flowmass, and provide a display unit.static FlowMassFlowMass.divide(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type FlowMass.final FlowMassCalculate the division of Mass and Duration, which results in a FlowMass scalar.final FlowMassCalculate the division of Momentum and Length, which results in a FlowMass scalar.final FlowMassFlowMass.instantiateRel(double value, FlowMassUnit unit) static FlowMassFlowMass.interpolate(FlowMass zero, FlowMass one, double ratio) Interpolate between two values.static FlowMassReturn the maximum value of two relative scalars.static FlowMassReturn the maximum value of more than two relative scalars.static FlowMassReturn the minimum value of two relative scalars.static FlowMassReturn the minimum value of more than two relative scalars.static FlowMassFlowMass.multiply(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type FlowMass.static FlowMassReturns a FlowMass based on a value and the textual representation of the unit, which can be localized.static final FlowMassFlowMass.ofSI(double value) Construct FlowMass scalar based on an SI value.final FlowMassDensity.times(FlowVolume v) Calculate the multiplication of Density and FlowVolume, which results in a FlowMass scalar.final FlowMassCalculate the multiplication of Dimensionless and FlowMass, which results in a FlowMass scalar.final FlowMassCalculate the multiplication of FlowVolume and Density, which results in a FlowMass scalar.final FlowMassCalculate the multiplication of Mass and Frequency, which results in a FlowMass scalar.static FlowMassReturns a FlowMass representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type FlowMassModifier and TypeMethodDescriptionfinal DimensionlessCalculate the division of FlowMass and FlowMass, which results in a Dimensionless scalar.final DurationCalculate the division of Mass and FlowMass, which results in a Duration scalar.final LengthCalculate the division of Momentum and FlowMass, which results in a Length scalar.static FlowMassFlowMass.interpolate(FlowMass zero, FlowMass one, double ratio) Interpolate between two values.static FlowMassReturn the maximum value of two relative scalars.static FlowMassReturn the maximum value of more than two relative scalars.static FlowMassReturn the minimum value of two relative scalars.static FlowMassReturn the minimum value of more than two relative scalars.final FlowMassCalculate the multiplication of Dimensionless and FlowMass, which results in a FlowMass scalar.final MassCalculate the multiplication of Duration and FlowMass, which results in a Mass scalar.final MomentumCalculate the multiplication of Length and FlowMass, which results in a Momentum scalar.final ForceCalculate the multiplication of Speed and FlowMass, which results in a Force scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type FlowMass -
Uses of FlowMass in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return FlowMassModifier and TypeMethodDescriptionFlowMassVector.instantiateScalarSI(double valueSI, FlowMassUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type FlowMassConstructors in org.djunits.value.vdouble.vector with parameters of type FlowMassModifierConstructorDescriptionFlowMassVector(FlowMass[] data) Construct an FlowMassVector from an array of FlowMass objects.FlowMassVector(FlowMass[] data, FlowMassUnit displayUnit) Construct an FlowMassVector from an array of FlowMass objects.FlowMassVector(FlowMass[] data, FlowMassUnit displayUnit, StorageType storageType) Construct an FlowMassVector from an array of FlowMass objects.FlowMassVector(FlowMass[] data, StorageType storageType) Construct an FlowMassVector from an array of FlowMass objects.