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 TypeMethodDescriptionCalculate the division of Mass and Duration, which results in a FlowMass scalar.Calculate the division of Momentum and Length, which results in a FlowMass scalar.FlowMass.instantiateSi(double siValue, UnitInterface<FlowMass> displayUnit) Density.multiply(FlowVolume v) Calculate the multiplication of Density and FlowVolume, which results in a FlowMass scalar.Calculate the multiplication of FlowVolume and Density, which results in a FlowMass scalar.Multiplies this linear density by a speed to yield a mass flow.Calculate 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.of(double valueInUnit, FlowMass.Unit unit) Returns a FlowMass based on a value expressed in the unit.static FlowMassFlowMass.ofSi(double si) Return a FlowMass instance based on an SI value.static FlowMassFlowMass.ofSi(double siValue, FlowMass.Unit displayUnit) Instantiate a FlowMass quantity with an SI or base value and a display unit.FlowMass.Unit.ofSi(double si, UnitInterface<FlowMass> displayUnit) 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 TypeMethodDescriptionCalculate the division of FlowMass and FlowMass, which results in a Dimensionless quantity.Calculate the division of Mass and FlowMass, which results in a Duration scalar.Calculate the division of Momentum and FlowMass, which results in a Length scalar.Calculate the multiplication of Duration and FlowMass, which results in a Mass scalar.Calculate the multiplication of Length and FlowMass, which results in a Momentum quantity.Calculate the multiplication of Speed and FlowMass, which results in a Force scalar.Method parameters in org.djunits.quantity with type arguments of type FlowMassModifier and TypeMethodDescriptionFlowMass.instantiateSi(double siValue, UnitInterface<FlowMass> displayUnit) FlowMass.Unit.ofSi(double si, UnitInterface<FlowMass> displayUnit)