Uses of Class
org.djunits.value.vdouble.scalar.Momentum
Packages that use 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
Methods in org.djunits.value.vdouble.matrix that return MomentumModifier and TypeMethodDescriptionMomentumMatrix.instantiateScalarSI(double valueSI, MomentumUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type MomentumConstructors in org.djunits.value.vdouble.matrix with parameters of type MomentumModifierConstructorDescriptionMomentumMatrix(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.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type MomentumModifierConstructorDescriptionMomentumMatrix(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
Fields in org.djunits.value.vdouble.scalar 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.value.vdouble.scalar that return MomentumModifier and TypeMethodDescriptionfinal MomentumSIScalar.asMomentum()Return the current scalar as a momentum.final MomentumSIScalar.asMomentum(MomentumUnit displayUnit) Return the current scalar as a momentum, and provide a display unit.final MomentumCalculate the division of Energy and Speed, which results in a Momentum scalar.static MomentumMomentum.divide(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type Momentum.final MomentumPower.divide(Acceleration v) Calculate the division of Power and Acceleration, which results in a Momentum scalar.final MomentumMomentum.instantiateRel(double value, MomentumUnit unit) static MomentumMomentum.interpolate(Momentum zero, Momentum one, double ratio) Interpolate between two values.static MomentumReturn the maximum value of two relative scalars.static MomentumReturn the maximum value of more than two relative scalars.static MomentumReturn the minimum value of two relative scalars.static MomentumReturn the minimum value of more than two relative scalars.static MomentumMomentum.multiply(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type Momentum.static MomentumReturns a Momentum based on a value and the textual representation of the unit, which can be localized.static final MomentumMomentum.ofSI(double value) Construct Momentum scalar based on an SI value.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 scalar.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 representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar 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 scalar.final AccelerationCalculate 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 MomentumReturn the maximum value of two relative scalars.static MomentumReturn the maximum value of more than two relative scalars.static MomentumReturn the minimum value of two relative scalars.static MomentumReturn the minimum value of more than two relative scalars.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.value.vdouble.scalar with parameters of type Momentum -
Uses of Momentum in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return MomentumModifier and TypeMethodDescriptionMomentumVector.instantiateScalarSI(double valueSI, MomentumUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type MomentumConstructors in org.djunits.value.vdouble.vector with parameters of type MomentumModifierConstructorDescriptionMomentumVector(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.