Uses of Class
org.djunits.quantity.Force
Packages that use Force
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of Force in org.djunits.quantity
Fields in org.djunits.quantity 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.quantity that return ForceModifier and TypeMethodDescriptionCalculate the division of Energy and Length, which results in a Force scalar.Calculate the division of Power and Speed, which results in a Force scalar.Calculate the division of Torque and Length, which results in a Force scalar.Force.instantiateSi(double siValue, UnitInterface<Force> displayUnit) Calculate the multiplication of Acceleration and Mass, which results in a Force scalar.Calculate the multiplication of Area and Pressure, which results in a Force scalar.Energy.multiply(LinearObjectDensity v) Calculate the multiplication of Energy and LinearDensity, which results in a Force scalar.Calculate the multiplication of FlowMass and Speed, which results in a Force scalar.Calculate the multiplication of LinearObjectDensity and Energy, which results in a Force scalar.Mass.multiply(Acceleration v) Calculate the multiplication of Mass and Acceleration, which results in a Force scalar.Calculate the multiplication of Pressure and Area, which results in a Force scalar.Calculate the multiplication of Speed and FlowMass, which results in a Force scalar.Torque.multiply(LinearObjectDensity v) Calculate the multiplication of Torque and LinearObjectDensity, which results in a Force scalar.static ForceReturns a Force based on a value and the textual representation of the unit, which can be localized.static ForceForce.of(double valueInUnit, Force.Unit unit) Returns a Force based on a value expressed in the unit.static ForceForce.ofSi(double si) Return a Force instance based on an SI value.static ForceForce.ofSi(double siValue, Force.Unit displayUnit) Instantiate a Force quantity with an SI or base value and a display unit.Force.Unit.ofSi(double si, UnitInterface<Force> displayUnit) static ForceReturns a Force representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type ForceModifier and TypeMethodDescriptionCalculate the division of Energy and Force, which results in a Length scalar.Calculate the division of Force and Force, which results in a Dimensionless quantity.Calculate the division of Power and Force, which results in a Speed scalar.Calculate the division of Torque and Force, which results in a Length scalar.Calculate the multiplication of Length and Force, which results in a Energy quantity.Calculate the multiplication of Speed and Force, which results in a Power scalar.Method parameters in org.djunits.quantity with type arguments of type ForceModifier and TypeMethodDescriptionForce.instantiateSi(double siValue, UnitInterface<Force> displayUnit) Force.Unit.ofSi(double si, UnitInterface<Force> displayUnit)