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 Force
    Modifier and Type
    Field
    Description
    static final Force
    Force.NaN
    Constant with value NaN.
    static final Force
    Constant with value -MAX_VALUE.
    static final Force
    Constant with value NEGATIVE_INFINITY.
    static final Force
    Force.ONE
    Constant with value one.
    static final Force
    Constant with value MAX_VALUE.
    static final Force
    Constant with value POSITIVE_INFINITY.
    static final Force
    Force.ZERO
    Constant with value zero.
    Methods in org.djunits.quantity that return Force
    Modifier and Type
    Method
    Description
    Energy.divide(Length v)
    Calculate the division of Energy and Length, which results in a Force scalar.
    Power.divide(Speed v)
    Calculate the division of Power and Speed, which results in a Force scalar.
    Torque.divide(Length v)
    Calculate the division of Torque and Length, which results in a Force scalar.
    Force.instantiateSi(double siValue, UnitInterface<Force> displayUnit)
     
    Acceleration.multiply(Mass v)
    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.
    Calculate the multiplication of Energy and LinearDensity, which results in a Force scalar.
    FlowMass.multiply(Speed v)
    Calculate the multiplication of FlowMass and Speed, which results in a Force scalar.
    LinearObjectDensity.multiply(Energy v)
    Calculate the multiplication of LinearObjectDensity and Energy, which results in a Force scalar.
    Calculate the multiplication of Mass and Acceleration, which results in a Force scalar.
    Pressure.multiply(Area v)
    Calculate the multiplication of Pressure and Area, which results in a Force scalar.
    Speed.multiply(FlowMass v)
    Calculate the multiplication of Speed and FlowMass, which results in a Force scalar.
    Calculate the multiplication of Torque and LinearObjectDensity, which results in a Force scalar.
    static Force
    Force.of(double valueInUnit, String unitString)
    Returns a Force based on a value and the textual representation of the unit, which can be localized.
    static Force
    Force.of(double valueInUnit, Force.Unit unit)
    Returns a Force based on a value expressed in the unit.
    static Force
    Force.ofSi(double si)
    Return a Force instance based on an SI value.
    static Force
    Force.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 Force
    Force.valueOf(String text)
    Returns a Force representation of a textual representation of a value with a unit.
    Methods in org.djunits.quantity with parameters of type Force
    Modifier and Type
    Method
    Description
    Energy.divide(Force v)
    Calculate the division of Energy and Force, which results in a Length scalar.
    Force.divide(Force v)
    Calculate the division of Force and Force, which results in a Dimensionless quantity.
    Power.divide(Force v)
    Calculate the division of Power and Force, which results in a Speed scalar.
    Torque.divide(Force v)
    Calculate the division of Torque and Force, which results in a Length scalar.
    Length.multiply(Force v)
    Calculate the multiplication of Length and Force, which results in a Energy quantity.
    Speed.multiply(Force v)
    Calculate the multiplication of Speed and Force, which results in a Power scalar.
    Method parameters in org.djunits.quantity with type arguments of type Force
    Modifier and Type
    Method
    Description
    Force.instantiateSi(double siValue, UnitInterface<Force> displayUnit)
     
    Force.Unit.ofSi(double si, UnitInterface<Force> displayUnit)