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 TypeMethodDescriptionfinal ForceCalculate the division of Energy and Length, which results in a Force scalar.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.Force.instantiate(double si) 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 ForceEnergy.multiply(LinearObjectDensity 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 LinearObjectDensity and Energy, which results in a Force scalar.final ForceMass.multiply(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.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.ofSi(double si) Return a Force instance based on an SI value.Force.Unit.ofSi(double si) 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 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 quantity.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.final EnergyCalculate the multiplication of Length and Force, which results in a Energy quantity.final PowerCalculate the multiplication of Speed and Force, which results in a Power scalar.Constructors in org.djunits.quantity with parameters of type Force