Uses of Class
org.djunits.value.vdouble.scalar.Force
-
Packages that use Force 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 Force in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Force Modifier and Type Method Description Force
ForceMatrix. instantiateScalarSI(double valueSI, ForceUnit 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 Force Modifier and Type Method Description Class<Force>
ForceMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of Force in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Force Modifier and Type Field Description static Force
Force. NaN
Constant with value NaN.static Force
Force. NEG_MAXVALUE
Constant with value -MAX_VALUE.static Force
Force. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static Force
Force. ONE
Constant with value one.static Force
Force. POS_MAXVALUE
Constant with value MAX_VALUE.static Force
Force. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static Force
Force. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return Force Modifier and Type Method Description Force
SIScalar. asForce()
Return the current scalar as a force.Force
SIScalar. asForce(ForceUnit displayUnit)
Return the current scalar as a force, and provide a display unit.Force
Energy. divide(Length v)
Calculate the division of Energy and Length, which results in a Force scalar.Force
Power. divide(Speed v)
Calculate the division of Power and Speed, which results in a Force scalar.Force
Torque. divide(Length v)
Calculate the division of Torque and Length, which results in a Force scalar.Force
Force. instantiateRel(double value, ForceUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static Force
Force. instantiateSI(double value)
Construct Force scalar.static Force
Force. interpolate(Force zero, Force one, double ratio)
Interpolate between two values.static Force
Force. max(Force r1, Force r2)
Return the maximum value of two relative scalars.static Force
Force. max(Force r1, Force r2, Force... rn)
Return the maximum value of more than two relative scalars.static Force
Force. min(Force r1, Force r2)
Return the minimum value of two relative scalars.static Force
Force. min(Force r1, Force r2, Force... rn)
Return the minimum value of more than two relative scalars.static Force
Force. of(double value, String unitString)
Returns a Force based on a value and the textual representation of the unit.Force
Acceleration. times(Mass v)
Calculate the multiplication of Acceleration and Mass, which results in a Force scalar.Force
Area. times(Pressure v)
Calculate the multiplication of Area and Pressure, which results in a Force scalar.Force
Dimensionless. times(Force v)
Calculate the multiplication of Dimensionless and Force, which results in a Force scalar.Force
Energy. times(LinearDensity v)
Calculate the multiplication of Energy and LinearDensity, which results in a Force scalar.Force
FlowMass. times(Speed v)
Calculate the multiplication of FlowMass and Speed, which results in a Force scalar.Force
LinearDensity. times(Energy v)
Calculate the multiplication of LinearDensity and Energy, which results in a Force scalar.Force
Mass. times(Acceleration v)
Calculate the multiplication of Mass and Acceleration, which results in a Force scalar.Force
Pressure. times(Area v)
Calculate the multiplication of Pressure and Area, which results in a Force scalar.Force
Speed. times(FlowMass v)
Calculate the multiplication of Speed and FlowMass, which results in a Force scalar.Force
Torque. times(LinearDensity v)
Calculate the multiplication of Torque and LinearDensity, which results in a Force scalar.static Force
Force. valueOf(String text)
Returns a Force representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Force Modifier and Type Method Description Length
Energy. divide(Force v)
Calculate the division of Energy and Force, which results in a Length scalar.Dimensionless
Force. divide(Force v)
Calculate the division of Force and Force, which results in a Dimensionless scalar.Speed
Power. divide(Force v)
Calculate the division of Power and Force, which results in a Speed scalar.Length
Torque. divide(Force v)
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
Force. max(Force r1, Force r2)
Return the maximum value of two relative scalars.static Force
Force. max(Force r1, Force r2, Force... rn)
Return the maximum value of more than two relative scalars.static Force
Force. min(Force r1, Force r2)
Return the minimum value of two relative scalars.static Force
Force. min(Force r1, Force r2, Force... rn)
Return the minimum value of more than two relative scalars.Force
Dimensionless. times(Force v)
Calculate the multiplication of Dimensionless and Force, which results in a Force scalar.Energy
Length. times(Force v)
Calculate the multiplication of Length and Force, which results in a Energy scalar.Power
Speed. times(Force v)
Calculate the multiplication of Speed and Force, which results in a Power scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Force Constructor Description Force(Force value)
Construct Force scalar. -
Uses of Force in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Force Modifier and Type Method Description Force
ForceVector. instantiateScalarSI(double valueSI, ForceUnit 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 Force Modifier and Type Method Description Class<Force>
ForceVector. getScalarClass()
Return the class of the corresponding scalar.
-