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
    final Force
    Energy.divide(Length v)
    Calculate the division of Energy and Length, which results in a Force scalar.
    final Force
    Power.divide(Speed v)
    Calculate the division of Power and Speed, which results in a Force scalar.
    final Force
    Torque.divide(Length v)
    Calculate the division of Torque and Length, which results in a Force scalar.
    Force.instantiate(double si)
     
    final Force
    Acceleration.multiply(Mass v)
    Calculate the multiplication of Acceleration and Mass, which results in a Force scalar.
    final Force
    Calculate the multiplication of Area and Pressure, which results in a Force scalar.
    final Force
    Calculate the multiplication of Energy and LinearDensity, which results in a Force scalar.
    final Force
    FlowMass.multiply(Speed v)
    Calculate the multiplication of FlowMass and Speed, which results in a Force scalar.
    final Force
    LinearObjectDensity.multiply(Energy v)
    Calculate the multiplication of LinearObjectDensity and Energy, which results in a Force scalar.
    final Force
    Calculate the multiplication of Mass and Acceleration, which results in a Force scalar.
    final Force
    Pressure.multiply(Area v)
    Calculate the multiplication of Pressure and Area, which results in a Force scalar.
    final Force
    Speed.multiply(FlowMass v)
    Calculate the multiplication of Speed and FlowMass, which results in a Force scalar.
    final Force
    Calculate the multiplication of Torque and LinearObjectDensity, which results in a Force scalar.
    static Force
    Force.of(double value, String unitString)
    Returns a Force based on a value and the textual representation of the unit, which can be localized.
    static Force
    Force.ofSi(double si)
    Return a Force instance based on an SI value.
    Force.Unit.ofSi(double si)
     
    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
    final Length
    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.
    final Speed
    Power.divide(Force v)
    Calculate the division of Power and Force, which results in a Speed scalar.
    final Length
    Torque.divide(Force v)
    Calculate the division of Torque and Force, which results in a Length scalar.
    final Energy
    Length.multiply(Force v)
    Calculate the multiplication of Length and Force, which results in a Energy quantity.
    final Power
    Speed.multiply(Force v)
    Calculate the multiplication of Speed and Force, which results in a Power scalar.
    Constructors in org.djunits.quantity with parameters of type Force
    Modifier
    Constructor
    Description
     
    Force(Force value)
    Construct Force quantity.