Uses of Class
org.djunits.quantity.FlowMass
Packages that use FlowMass
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of FlowMass in org.djunits.quantity
Fields in org.djunits.quantity 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.quantity that return FlowMassModifier and TypeMethodDescriptionfinal 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.FlowMass.instantiate(double si) final FlowMassDensity.multiply(FlowVolume v) Calculate the multiplication of Density and FlowVolume, which results in a FlowMass scalar.final FlowMassCalculate the multiplication of FlowVolume and Density, which results in a FlowMass scalar.final FlowMassMultiplies this linear density by a speed to yield a mass flow.final FlowMassCalculate the multiplication of Mass and Frequency, which results in a FlowMass scalar.static FlowMassReturns a FlowMass based on a value and the textual representation of the unit, which can be localized.static FlowMassFlowMass.ofSi(double si) Return a FlowMass instance based on an SI value.FlowMass.Unit.ofSi(double si) Return an SI-quantity for this unit with a value.static FlowMassReturns a FlowMass representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type FlowMassModifier and TypeMethodDescriptionfinal DimensionlessCalculate the division of FlowMass and FlowMass, which results in a Dimensionless quantity.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.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 quantity.final ForceCalculate the multiplication of Speed and FlowMass, which results in a Force scalar.Constructors in org.djunits.quantity with parameters of type FlowMass