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