Uses of Class
org.djunits.value.vdouble.scalar.Force
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 Force in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionForceMatrix.instantiateScalarSI
(double valueSI, ForceUnit displayUnit) ModifierConstructorDescriptionForceMatrix
(Force[][] data) Construct a ForceMatrix from an array of an array of Force objects.ForceMatrix
(Force[][] data, ForceUnit displayUnit) Construct a ForceMatrix from an array of an array of Force objects.ForceMatrix
(Force[][] data, ForceUnit displayUnit, StorageType storageType) Construct a ForceMatrix from an array of an array of Force objects.ForceMatrix
(Force[][] data, StorageType storageType) Construct a ForceMatrix from an array of an array of Force objects.ModifierConstructorDescriptionForceMatrix
(Collection<DoubleSparseValue<ForceUnit, Force>> data, int rows, int cols) Construct a ForceMatrix from a (sparse) collection of DoubleSparseValue objects.ForceMatrix
(Collection<DoubleSparseValue<ForceUnit, Force>> data, int rows, int cols, StorageType storageType) Construct a ForceMatrix from a (sparse) collection of DoubleSparseValue objects.ForceMatrix
(Collection<DoubleSparseValue<ForceUnit, Force>> data, ForceUnit displayUnit, int rows, int cols) Construct a ForceMatrix from a (sparse) collection of DoubleSparseValue objects.ForceMatrix
(Collection<DoubleSparseValue<ForceUnit, Force>> data, ForceUnit displayUnit, int rows, int cols, StorageType storageType) Construct a ForceMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of Force in org.djunits.value.vdouble.scalar
Modifier and TypeFieldDescriptionstatic final Force
Force.NaN
Constant with value NaN.static final Force
Force.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final Force
Force.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final Force
Force.ONE
Constant with value one.static final Force
Force.POS_MAXVALUE
Constant with value MAX_VALUE.static final Force
Force.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final Force
Force.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal Force
SIScalar.asForce()
Return the current scalar as a force.final Force
Return the current scalar as a force, and provide a display unit.final Force
Calculate the division of Energy and Length, which results in a Force scalar.final Force
Calculate the division of Power and Speed, which results in a Force scalar.final Force
Calculate the division of Torque and Length, which results in a Force scalar.final Force
Force.instantiateRel
(double value, ForceUnit unit) static final Force
Force.instantiateSI
(double value) Construct Force scalar.static Force
Force.interpolate
(Force zero, Force one, double ratio) Interpolate between two values.static Force
Return the maximum value of two relative scalars.static Force
Return the maximum value of more than two relative scalars.static Force
Return the minimum value of two relative scalars.static Force
Return the minimum value of more than two relative scalars.static Force
Returns a Force based on a value and the textual representation of the unit, which can be localized.final Force
Calculate the multiplication of Acceleration and Mass, which results in a Force scalar.final Force
Calculate the multiplication of Area and Pressure, which results in a Force scalar.final Force
Calculate the multiplication of Dimensionless and Force, which results in a Force scalar.final Force
Energy.times
(LinearDensity v) Calculate the multiplication of Energy and LinearDensity, which results in a Force scalar.final Force
Calculate the multiplication of FlowMass and Speed, which results in a Force scalar.final Force
Calculate the multiplication of LinearDensity and Energy, which results in a Force scalar.final Force
Mass.times
(Acceleration v) Calculate the multiplication of Mass and Acceleration, which results in a Force scalar.final Force
Calculate the multiplication of Pressure and Area, which results in a Force scalar.final Force
Calculate the multiplication of Speed and FlowMass, which results in a Force scalar.final Force
Torque.times
(LinearDensity v) Calculate the multiplication of Torque and LinearDensity, which results in a Force scalar.static Force
Returns a Force representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal Length
Calculate the division of Energy and Force, which results in a Length scalar.final Dimensionless
Calculate the division of Force and Force, which results in a Dimensionless scalar.final Speed
Calculate the division of Power and Force, which results in a Speed scalar.final Length
Calculate the division of Torque and Force, which results in a Length scalar.static Force
Force.interpolate
(Force zero, Force one, double ratio) Interpolate between two values.static Force
Return the maximum value of two relative scalars.static Force
Return the maximum value of more than two relative scalars.static Force
Return the minimum value of two relative scalars.static Force
Return the minimum value of more than two relative scalars.final Force
Calculate the multiplication of Dimensionless and Force, which results in a Force scalar.final Energy
Calculate the multiplication of Length and Force, which results in a Energy scalar.final Power
Calculate the multiplication of Speed and Force, which results in a Power scalar. -
Uses of Force in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionForceVector.instantiateScalarSI
(double valueSI, ForceUnit displayUnit) ModifierConstructorDescriptionForceVector
(Force[] data) Construct an ForceVector from an array of Force objects.ForceVector
(Force[] data, ForceUnit displayUnit) Construct an ForceVector from an array of Force objects.ForceVector
(Force[] data, ForceUnit displayUnit, StorageType storageType) Construct an ForceVector from an array of Force objects.ForceVector
(Force[] data, StorageType storageType) Construct an ForceVector from an array of Force objects.