Uses of Class
org.djunits.value.vdouble.scalar.Momentum
-
Packages that use Momentum Package Description org.djunits.value.vdouble.matrix Double Matrix storage and calculations with units, absolute/relative, sparse/dense.org.djunits.value.vdouble.scalar Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.org.djunits.value.vdouble.vector Double Vector storage and calculations with units, absolute/relative, sparse/dense. -
-
Uses of Momentum in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Momentum Modifier and Type Method Description Momentum
MomentumMatrix. instantiateScalarSI(double valueSI, MomentumUnit displayUnit)
Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type Momentum Modifier and Type Method Description Class<Momentum>
MomentumMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of Momentum in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Momentum Modifier and Type Field Description static Momentum
Momentum. NaN
Constant with value NaN.static Momentum
Momentum. NEG_MAXVALUE
Constant with value -MAX_VALUE.static Momentum
Momentum. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static Momentum
Momentum. ONE
Constant with value one.static Momentum
Momentum. POS_MAXVALUE
Constant with value MAX_VALUE.static Momentum
Momentum. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static Momentum
Momentum. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return Momentum Modifier and Type Method Description Momentum
SIScalar. asMomentum()
Return the current scalar as a momentum.Momentum
SIScalar. asMomentum(MomentumUnit displayUnit)
Return the current scalar as a momentum, and provide a display unit.Momentum
Energy. divide(Speed v)
Calculate the division of Energy and Speed, which results in a Momentum scalar.Momentum
Power. divide(Acceleration v)
Calculate the division of Power and Acceleration, which results in a Momentum scalar.Momentum
Momentum. instantiateRel(double value, MomentumUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static Momentum
Momentum. instantiateSI(double value)
Construct Momentum scalar.static Momentum
Momentum. interpolate(Momentum zero, Momentum one, double ratio)
Interpolate between two values.static Momentum
Momentum. max(Momentum r1, Momentum r2)
Return the maximum value of two relative scalars.static Momentum
Momentum. max(Momentum r1, Momentum r2, Momentum... rn)
Return the maximum value of more than two relative scalars.static Momentum
Momentum. min(Momentum r1, Momentum r2)
Return the minimum value of two relative scalars.static Momentum
Momentum. min(Momentum r1, Momentum r2, Momentum... rn)
Return the minimum value of more than two relative scalars.static Momentum
Momentum. of(double value, String unitString)
Returns a Momentum based on a value and the textual representation of the unit.Momentum
FlowMass. times(Length v)
Calculate the multiplication of FlowMass and Length, which results in a Momentum scalar.Momentum
Length. times(FlowMass v)
Calculate the multiplication of Length and FlowMass, which results in a Momentum scalar.Momentum
Mass. times(Speed v)
Calculate the multiplication of Mass and Speed, which results in a Momentum scalar.Momentum
Speed. times(Mass v)
Calculate the multiplication of Speed and Mass, which results in a Momentum scalar.static Momentum
Momentum. valueOf(String text)
Returns a Momentum representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Momentum Modifier and Type Method Description Speed
Energy. divide(Momentum v)
Calculate the division of Energy and Momentum, which results in a Speed scalar.Dimensionless
Momentum. divide(Momentum v)
Calculate the division of Momentum and Momentum, which results in a Dimensionless scalar.Acceleration
Power. divide(Momentum v)
Calculate the division of Power and Momentum, which results in a Acceleration scalar.static Momentum
Momentum. interpolate(Momentum zero, Momentum one, double ratio)
Interpolate between two values.static Momentum
Momentum. max(Momentum r1, Momentum r2)
Return the maximum value of two relative scalars.static Momentum
Momentum. max(Momentum r1, Momentum r2, Momentum... rn)
Return the maximum value of more than two relative scalars.static Momentum
Momentum. min(Momentum r1, Momentum r2)
Return the minimum value of two relative scalars.static Momentum
Momentum. min(Momentum r1, Momentum r2, Momentum... rn)
Return the minimum value of more than two relative scalars.Power
Acceleration. times(Momentum v)
Calculate the multiplication of Acceleration and Momentum, which results in a Power scalar.Energy
Speed. times(Momentum v)
Calculate the multiplication of Speed and Momentum, which results in a Energy scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Momentum Constructor Description Momentum(Momentum value)
Construct Momentum scalar. -
Uses of Momentum in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Momentum Modifier and Type Method Description Momentum
MomentumVector. instantiateScalarSI(double valueSI, MomentumUnit displayUnit)
Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type Momentum Modifier and Type Method Description Class<Momentum>
MomentumVector. getScalarClass()
Return the class of the corresponding scalar.
-