Uses of Class
org.djunits.quantity.Momentum
Packages that use Momentum
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of Momentum in org.djunits.quantity
Fields in org.djunits.quantity declared as MomentumModifier and TypeFieldDescriptionstatic final MomentumMomentum.NaNConstant with value NaN.static final MomentumMomentum.NEG_MAXVALUEConstant with value -MAX_VALUE.static final MomentumMomentum.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final MomentumMomentum.ONEConstant with value one.static final MomentumMomentum.POS_MAXVALUEConstant with value MAX_VALUE.static final MomentumMomentum.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final MomentumMomentum.ZEROConstant with value zero.Methods in org.djunits.quantity that return MomentumModifier and TypeMethodDescriptionfinal MomentumCalculate the division of Energy and Speed, which results in a Momentum scalar.final MomentumPower.divide(Acceleration v) Calculate the division of Power and Acceleration, which results in a Momentum scalar.Momentum.instantiate(double si) final MomentumCalculate the multiplication of FlowMass and Length, which results in a Momentum scalar.final MomentumCalculate the multiplication of Length and FlowMass, which results in a Momentum quantity.final MomentumCalculate the multiplication of Mass and Speed, which results in a Momentum scalar.final MomentumCalculate the multiplication of Speed and Mass, which results in a Momentum scalar.static MomentumReturns a Momentum based on a value and the textual representation of the unit, which can be localized.static MomentumMomentum.ofSi(double si) Return a Momentum instance based on an SI value.Momentum.Unit.ofSi(double si) static MomentumReturns a Momentum representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type MomentumModifier and TypeMethodDescriptionfinal SpeedCalculate the division of Energy and Momentum, which results in a Speed scalar.final DimensionlessCalculate the division of Momentum and Momentum, which results in a Dimensionless quantity.final AccelerationCalculate the division of Power and Momentum, which results in a Acceleration scalar.final PowerCalculate the multiplication of Acceleration and Momentum, which results in a Power scalar.final EnergyCalculate the multiplication of Speed and Momentum, which results in a Energy scalar.Constructors in org.djunits.quantity with parameters of type Momentum