Uses of Class
org.djunits.value.vdouble.scalar.Momentum
Package
Description
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of Momentum in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionMomentumMatrix.instantiateScalarSI
(double valueSI, MomentumUnit displayUnit) ModifierConstructorDescriptionMomentumMatrix
(Momentum[][] data) Construct a MomentumMatrix from an array of an array of Momentum objects.MomentumMatrix
(Momentum[][] data, MomentumUnit displayUnit) Construct a MomentumMatrix from an array of an array of Momentum objects.MomentumMatrix
(Momentum[][] data, MomentumUnit displayUnit, StorageType storageType) Construct a MomentumMatrix from an array of an array of Momentum objects.MomentumMatrix
(Momentum[][] data, StorageType storageType) Construct a MomentumMatrix from an array of an array of Momentum objects.ModifierConstructorDescriptionMomentumMatrix
(Collection<DoubleSparseValue<MomentumUnit, Momentum>> data, int rows, int cols) Construct a MomentumMatrix from a (sparse) collection of DoubleSparseValue objects.MomentumMatrix
(Collection<DoubleSparseValue<MomentumUnit, Momentum>> data, int rows, int cols, StorageType storageType) Construct a MomentumMatrix from a (sparse) collection of DoubleSparseValue objects.MomentumMatrix
(Collection<DoubleSparseValue<MomentumUnit, Momentum>> data, MomentumUnit displayUnit, int rows, int cols) Construct a MomentumMatrix from a (sparse) collection of DoubleSparseValue objects.MomentumMatrix
(Collection<DoubleSparseValue<MomentumUnit, Momentum>> data, MomentumUnit displayUnit, int rows, int cols, StorageType storageType) Construct a MomentumMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of Momentum in org.djunits.value.vdouble.scalar
Modifier and TypeFieldDescriptionstatic final Momentum
Momentum.NaN
Constant with value NaN.static final Momentum
Momentum.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final Momentum
Momentum.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final Momentum
Momentum.ONE
Constant with value one.static final Momentum
Momentum.POS_MAXVALUE
Constant with value MAX_VALUE.static final Momentum
Momentum.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final Momentum
Momentum.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal Momentum
SIScalar.asMomentum()
Return the current scalar as a momentum.final Momentum
SIScalar.asMomentum
(MomentumUnit displayUnit) Return the current scalar as a momentum, and provide a display unit.final Momentum
Calculate the division of Energy and Speed, which results in a Momentum scalar.final Momentum
Power.divide
(Acceleration v) Calculate the division of Power and Acceleration, which results in a Momentum scalar.final Momentum
Momentum.instantiateRel
(double value, MomentumUnit unit) static final Momentum
Momentum.instantiateSI
(double value) Construct Momentum scalar.static Momentum
Momentum.interpolate
(Momentum zero, Momentum one, double ratio) Interpolate between two values.static Momentum
Return the maximum value of two relative scalars.static Momentum
Return the maximum value of more than two relative scalars.static Momentum
Return the minimum value of two relative scalars.static Momentum
Return the minimum value of more than two relative scalars.static Momentum
Returns a Momentum based on a value and the textual representation of the unit, which can be localized.final Momentum
Calculate the multiplication of FlowMass and Length, which results in a Momentum scalar.final Momentum
Calculate the multiplication of Length and FlowMass, which results in a Momentum scalar.final Momentum
Calculate the multiplication of Mass and Speed, which results in a Momentum scalar.final Momentum
Calculate the multiplication of Speed and Mass, which results in a Momentum scalar.static Momentum
Returns a Momentum representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal Speed
Calculate the division of Energy and Momentum, which results in a Speed scalar.final Dimensionless
Calculate the division of Momentum and Momentum, which results in a Dimensionless scalar.final Acceleration
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
Return the maximum value of two relative scalars.static Momentum
Return the maximum value of more than two relative scalars.static Momentum
Return the minimum value of two relative scalars.static Momentum
Return the minimum value of more than two relative scalars.final Power
Calculate the multiplication of Acceleration and Momentum, which results in a Power scalar.final Energy
Calculate the multiplication of Speed and Momentum, which results in a Energy scalar. -
Uses of Momentum in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionMomentumVector.instantiateScalarSI
(double valueSI, MomentumUnit displayUnit) ModifierConstructorDescriptionMomentumVector
(Momentum[] data) Construct an MomentumVector from an array of Momentum objects.MomentumVector
(Momentum[] data, MomentumUnit displayUnit) Construct an MomentumVector from an array of Momentum objects.MomentumVector
(Momentum[] data, MomentumUnit displayUnit, StorageType storageType) Construct an MomentumVector from an array of Momentum objects.MomentumVector
(Momentum[] data, StorageType storageType) Construct an MomentumVector from an array of Momentum objects.