Uses of Class
org.djunits.value.vdouble.scalar.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 MomentumMomentumMatrix. 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 MomentumMomentum. NaNConstant with value NaN.static MomentumMomentum. NEG_MAXVALUEConstant with value -MAX_VALUE.static MomentumMomentum. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static MomentumMomentum. ONEConstant with value one.static MomentumMomentum. POS_MAXVALUEConstant with value MAX_VALUE.static MomentumMomentum. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static MomentumMomentum. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return Momentum Modifier and Type Method Description MomentumSIScalar. asMomentum()Return the current scalar as a momentum.MomentumSIScalar. asMomentum(MomentumUnit displayUnit)Return the current scalar as a momentum, and provide a display unit.MomentumEnergy. divide(Speed v)Calculate the division of Energy and Speed, which results in a Momentum scalar.MomentumPower. divide(Acceleration v)Calculate the division of Power and Acceleration, which results in a Momentum scalar.MomentumMomentum. instantiateRel(double value, MomentumUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static MomentumMomentum. instantiateSI(double value)Construct Momentum scalar.static MomentumMomentum. interpolate(Momentum zero, Momentum one, double ratio)Interpolate between two values.static MomentumMomentum. max(Momentum r1, Momentum r2)Return the maximum value of two relative scalars.static MomentumMomentum. max(Momentum r1, Momentum r2, Momentum... rn)Return the maximum value of more than two relative scalars.static MomentumMomentum. min(Momentum r1, Momentum r2)Return the minimum value of two relative scalars.static MomentumMomentum. min(Momentum r1, Momentum r2, Momentum... rn)Return the minimum value of more than two relative scalars.static MomentumMomentum. of(double value, String unitString)Returns a Momentum based on a value and the textual representation of the unit.MomentumFlowMass. times(Length v)Calculate the multiplication of FlowMass and Length, which results in a Momentum scalar.MomentumLength. times(FlowMass v)Calculate the multiplication of Length and FlowMass, which results in a Momentum scalar.MomentumMass. times(Speed v)Calculate the multiplication of Mass and Speed, which results in a Momentum scalar.MomentumSpeed. times(Mass v)Calculate the multiplication of Speed and Mass, which results in a Momentum scalar.static MomentumMomentum. 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 SpeedEnergy. divide(Momentum v)Calculate the division of Energy and Momentum, which results in a Speed scalar.DimensionlessMomentum. divide(Momentum v)Calculate the division of Momentum and Momentum, which results in a Dimensionless scalar.AccelerationPower. divide(Momentum v)Calculate the division of Power and Momentum, which results in a Acceleration scalar.static MomentumMomentum. interpolate(Momentum zero, Momentum one, double ratio)Interpolate between two values.static MomentumMomentum. max(Momentum r1, Momentum r2)Return the maximum value of two relative scalars.static MomentumMomentum. max(Momentum r1, Momentum r2, Momentum... rn)Return the maximum value of more than two relative scalars.static MomentumMomentum. min(Momentum r1, Momentum r2)Return the minimum value of two relative scalars.static MomentumMomentum. min(Momentum r1, Momentum r2, Momentum... rn)Return the minimum value of more than two relative scalars.PowerAcceleration. times(Momentum v)Calculate the multiplication of Acceleration and Momentum, which results in a Power scalar.EnergySpeed. 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 MomentumMomentumVector. 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.