Uses of Class
org.djunits.value.vdouble.scalar.Force
Packages that use 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
Methods in org.djunits.value.vdouble.matrix that return ForceModifier and TypeMethodDescriptionForceMatrix.instantiateScalarSI(double valueSI, ForceUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type ForceConstructors in org.djunits.value.vdouble.matrix with parameters of type ForceModifierConstructorDescriptionForceMatrix(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.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type ForceModifierConstructorDescriptionForceMatrix(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
Fields in org.djunits.value.vdouble.scalar declared as ForceModifier and TypeFieldDescriptionstatic final ForceForce.NaNConstant with value NaN.static final ForceForce.NEG_MAXVALUEConstant with value -MAX_VALUE.static final ForceForce.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final ForceForce.ONEConstant with value one.static final ForceForce.POS_MAXVALUEConstant with value MAX_VALUE.static final ForceForce.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final ForceForce.ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return ForceModifier and TypeMethodDescriptionfinal ForceSIScalar.asForce()Return the current scalar as a force.final ForceReturn the current scalar as a force, and provide a display unit.final ForceCalculate the division of Energy and Length, which results in a Force scalar.static ForceForce.divide(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type Force.final ForceCalculate the division of Power and Speed, which results in a Force scalar.final ForceCalculate the division of Torque and Length, which results in a Force scalar.final ForceForce.instantiateRel(double value, ForceUnit unit) static ForceForce.interpolate(Force zero, Force one, double ratio) Interpolate between two values.static ForceReturn the maximum value of two relative scalars.static ForceReturn the maximum value of more than two relative scalars.static ForceReturn the minimum value of two relative scalars.static ForceReturn the minimum value of more than two relative scalars.static ForceForce.multiply(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type Force.static ForceReturns a Force based on a value and the textual representation of the unit, which can be localized.static final ForceForce.ofSI(double value) Construct Force scalar based on an SI value.final ForceCalculate the multiplication of Acceleration and Mass, which results in a Force scalar.final ForceCalculate the multiplication of Area and Pressure, which results in a Force scalar.final ForceCalculate the multiplication of Dimensionless and Force, which results in a Force scalar.final ForceEnergy.times(LinearDensity v) Calculate the multiplication of Energy and LinearDensity, which results in a Force scalar.final ForceCalculate the multiplication of FlowMass and Speed, which results in a Force scalar.final ForceCalculate the multiplication of LinearDensity and Energy, which results in a Force scalar.final ForceMass.times(Acceleration v) Calculate the multiplication of Mass and Acceleration, which results in a Force scalar.final ForceCalculate the multiplication of Pressure and Area, which results in a Force scalar.final ForceCalculate the multiplication of Speed and FlowMass, which results in a Force scalar.final ForceTorque.times(LinearDensity v) Calculate the multiplication of Torque and LinearDensity, which results in a Force scalar.static ForceReturns a Force representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type ForceModifier and TypeMethodDescriptionfinal LengthCalculate the division of Energy and Force, which results in a Length scalar.final DimensionlessCalculate the division of Force and Force, which results in a Dimensionless scalar.final SpeedCalculate the division of Power and Force, which results in a Speed scalar.final LengthCalculate the division of Torque and Force, which results in a Length scalar.static ForceForce.interpolate(Force zero, Force one, double ratio) Interpolate between two values.static ForceReturn the maximum value of two relative scalars.static ForceReturn the maximum value of more than two relative scalars.static ForceReturn the minimum value of two relative scalars.static ForceReturn the minimum value of more than two relative scalars.final ForceCalculate the multiplication of Dimensionless and Force, which results in a Force scalar.final EnergyCalculate the multiplication of Length and Force, which results in a Energy scalar.final PowerCalculate the multiplication of Speed and Force, which results in a Power scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Force -
Uses of Force in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return ForceModifier and TypeMethodDescriptionForceVector.instantiateScalarSI(double valueSI, ForceUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type ForceConstructors in org.djunits.value.vdouble.vector with parameters of type ForceModifierConstructorDescriptionForceVector(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.