Uses of Class
org.djunits.quantity.Mass
Packages that use Mass
Package
Description
The quantity package stores information about quantities with their units.
General utilities for djunits.
-
Uses of Mass in org.djunits.quantity
Fields in org.djunits.quantity declared as MassModifier and TypeFieldDescriptionstatic final MassMass.NaNConstant with value NaN.static final MassMass.NEG_MAXVALUEConstant with value -MAX_VALUE.static final MassMass.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final MassMass.ONEConstant with value one.static final MassMass.POS_MAXVALUEConstant with value MAX_VALUE.static final MassMass.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final MassMass.ZEROConstant with value zero.Methods in org.djunits.quantity that return MassModifier and TypeMethodDescriptionCalculate the division of FlowMass and Frequency, which results in a Mass scalar.Force.divide(Acceleration v) Calculate the division of Force and Acceleration, which results in a Mass scalar.LinearDensity.divide(LinearObjectDensity lod) Divides this linear density by a linear object density to yield a mass.Calculate the division of Momentum and Speed, which results in a Mass scalar.Mass.instantiateSi(double siValue, UnitInterface<Mass> displayUnit) Calculate the multiplication of Density and Volume, which results in a Mass scalar.Calculate the multiplication of Duration and FlowMass, which results in a Mass scalar.Calculate the multiplication of FlowMass and Duration, which results in a Mass scalar.Multiplies this linear density by a length to yield a mass.Calculate the multiplication of Volume and Density, which results in a Mass scalar.static MassReturns a Mass based on a value and the textual representation of the unit, which can be localized.static MassReturns a Mass based on a value expressed in the unit.static MassMass.ofSi(double si) Return a Mass instance based on an SI value.static MassInstantiate a Mass quantity with an SI or base value and a display unit.Mass.Unit.ofSi(double si, UnitInterface<Mass> displayUnit) static MassReturns a Mass representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type MassModifier and TypeMethodDescriptionCalculate the division of FlowMass and Mass, which results in a Frequency scalar.Calculate the division of Force and Mass, which results in a Acceleration scalar.Divides this linear density by a mass to yield a linear object density.Calculate the division of Mass and Mass, which results in a Dimensionless quantity.Calculate the division of Momentum and Mass, which results in a Speed scalar.Calculate the multiplication of Acceleration and Mass, which results in a Force scalar.Calculate the multiplication of Speed and Mass, which results in a Momentum scalar.Method parameters in org.djunits.quantity with type arguments of type MassModifier and TypeMethodDescriptionMass.instantiateSi(double siValue, UnitInterface<Mass> displayUnit) Mass.Unit.ofSi(double si, UnitInterface<Mass> displayUnit) -
Uses of Mass in org.djunits.util
Fields in org.djunits.util declared as MassModifier and TypeFieldDescriptionstatic final MassConstants.ELECTRONMASSMass of an electron.static final MassConstants.NEUTRONMASSMass of a neutron.static final MassConstants.PROTONMASSMass of a proton.