Uses of Class
org.djunits.quantity.Speed

Packages that use Speed
Package
Description
The quantity package stores information about quantities with their units.
General utilities for djunits.
  • Uses of Speed in org.djunits.quantity

    Fields in org.djunits.quantity declared as Speed
    Modifier and Type
    Field
    Description
    static final Speed
    Speed.NaN
    Constant with value NaN.
    static final Speed
    Constant with value -MAX_VALUE.
    static final Speed
    Constant with value NEGATIVE_INFINITY.
    static final Speed
    Speed.ONE
    Constant with value one.
    static final Speed
    Constant with value MAX_VALUE.
    static final Speed
    Constant with value POSITIVE_INFINITY.
    static final Speed
    Speed.ZERO
    Constant with value zero.
    Methods in org.djunits.quantity that return Speed
    Modifier and Type
    Method
    Description
    Acceleration.divide(Frequency v)
    Calculate the division of Acceleration and Frequency, which results in a Speed scalar.
    Energy.divide(Momentum v)
    Calculate the division of Energy and Momentum, which results in a Speed scalar.
    FlowVolume.divide(Area v)
    Calculate the division of FlowVolume and Area, which results in a Speed scalar.
    Length.divide(Duration v)
    Calculate the division of Length and Duration, which results in a Speed quantity.
    Momentum.divide(Mass v)
    Calculate the division of Momentum and Mass, which results in a Speed scalar.
    Power.divide(Force v)
    Calculate the division of Power and Force, which results in a Speed scalar.
    Speed.instantiateSi(double siValue, UnitInterface<Speed> displayUnit)
     
    Acceleration.multiply(Duration v)
    Calculate the multiplication of Acceleration and Duration, which results in a Speed scalar.
    Duration.multiply(Acceleration v)
    Calculate the multiplication of Duration and Acceleration, which results in a Speed scalar.
    Frequency.multiply(Length v)
    Calculate the multiplication of Frequency and Length, which results in a Speed scalar.
    Length.multiply(Frequency v)
    Calculate the multiplication of Length and Frequency, which results in a Speed quantity.
    static Speed
    Speed.of(double valueInUnit, String unitString)
    Returns a Speed based on a value and the textual representation of the unit, which can be localized.
    static Speed
    Speed.of(double valueInUnit, Speed.Unit unit)
    Returns a Speed based on a value expressed in the unit.
    static Speed
    Speed.ofSi(double si)
    Return a Speed instance based on an SI value.
    static Speed
    Speed.ofSi(double siValue, Speed.Unit displayUnit)
    Instantiate a Speed quantity with an SI or base value and a display unit.
    Speed.Unit.ofSi(double si, UnitInterface<Speed> displayUnit)
     
    static Speed
    Speed.valueOf(String text)
    Returns a Speed representation of a textual representation of a value with a unit.
    Methods in org.djunits.quantity with parameters of type Speed
    Modifier and Type
    Method
    Description
    Acceleration.divide(Speed v)
    Calculate the division of Acceleration and Speed, which results in a Frequency scalar.
    Energy.divide(Speed v)
    Calculate the division of Energy and Speed, which results in a Momentum scalar.
    FlowVolume.divide(Speed v)
    Calculate the division of FlowVolume and Speed, which results in a Area scalar.
    Length.divide(Speed v)
    Calculate the division of Length and Speed, which results in a Duration quantity.
    Momentum.divide(Speed v)
    Calculate the division of Momentum and Speed, which results in a Mass scalar.
    Power.divide(Speed v)
    Calculate the division of Power and Speed, which results in a Force scalar.
    Speed.divide(Speed v)
    Calculate the division of Speed and Speed, which results in a Dimensionless scalar.
    Area.multiply(Speed v)
    Calculate the multiplication of Area and Speed, which results in a FlowVolume scalar.
    Duration.multiply(Speed v)
    Calculate the multiplication of Duration and Speed, which results in a Length scalar.
    FlowMass.multiply(Speed v)
    Calculate the multiplication of FlowMass and Speed, which results in a Force scalar.
    Force.multiply(Speed v)
    Calculate the multiplication of Force and Speed, which results in a Power scalar.
    Frequency.multiply(Speed v)
    Calculate the multiplication of Frequency and Speed, which results in a Acceleration scalar.
    LinearDensity.multiply(Speed speed)
    Multiplies this linear density by a speed to yield a mass flow.
    LinearObjectDensity.multiply(Speed v)
    Calculate the multiplication of LinearObjectDensity and Speed, which results in a Frequency scalar.
    Mass.multiply(Speed v)
    Calculate the multiplication of Mass and Speed, which results in a Momentum scalar.
    Momentum.multiply(Speed v)
    Calculate the multiplication of Momentum and Speed, which results in a Energy scalar.
    Method parameters in org.djunits.quantity with type arguments of type Speed
    Modifier and Type
    Method
    Description
    Speed.instantiateSi(double siValue, UnitInterface<Speed> displayUnit)
     
    Speed.Unit.ofSi(double si, UnitInterface<Speed> displayUnit)
     
  • Uses of Speed in org.djunits.util

    Fields in org.djunits.util declared as Speed
    Modifier and Type
    Field
    Description
    static final Speed
    Constants.LIGHTSPEED
    Speed of light in vacuum.