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 TypeMethodDescriptionfinal MassCalculate the division of FlowMass and Frequency, which results in a Mass scalar.final MassForce.divide(Acceleration v) Calculate the division of Force and Acceleration, which results in a Mass scalar.final MassLinearDensity.divide(LinearObjectDensity lod) Divides this linear density by a linear object density to yield a mass.final MassCalculate the division of Momentum and Speed, which results in a Mass scalar.Mass.instantiate(double si) final MassCalculate the multiplication of Density and Volume, which results in a Mass scalar.final MassCalculate the multiplication of Duration and FlowMass, which results in a Mass scalar.final MassCalculate the multiplication of FlowMass and Duration, which results in a Mass scalar.final MassMultiplies this linear density by a length to yield a mass.final MassCalculate 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 MassMass.ofSi(double si) Return a Mass instance based on an SI value.Mass.Unit.ofSi(double si) 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 TypeMethodDescriptionfinal FrequencyCalculate the division of FlowMass and Mass, which results in a Frequency scalar.final AccelerationCalculate the division of Force and Mass, which results in a Acceleration scalar.final LinearObjectDensityDivides this linear density by a mass to yield a linear object density.final DimensionlessCalculate the division of Mass and Mass, which results in a Dimensionless quantity.final SpeedCalculate the division of Momentum and Mass, which results in a Speed scalar.final ForceCalculate the multiplication of Acceleration and Mass, which results in a Force scalar.final MomentumCalculate the multiplication of Speed and Mass, which results in a Momentum scalar.Constructors in org.djunits.quantity with parameters of type Mass -
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.