Uses of Class
org.djunits.quantity.Energy

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

    Fields in org.djunits.quantity declared as Energy
    Modifier and Type
    Field
    Description
    static final Energy
    Energy.NaN
    Constant with value NaN.
    static final Energy
    Constant with value -MAX_VALUE.
    static final Energy
    Constant with value NEGATIVE_INFINITY.
    static final Energy
    Energy.ONE
    Constant with value one.
    static final Energy
    Constant with value MAX_VALUE.
    static final Energy
    Constant with value POSITIVE_INFINITY.
    static final Energy
    Energy.ZERO
    Constant with value zero.
    Methods in org.djunits.quantity that return Energy
    Modifier and Type
    Method
    Description
    final Energy
    Calculate the division of Force and LinearObjectDensity, which results in a Energy scalar.
    final Energy
    Power.divide(Frequency v)
    Calculate the division of Power and Frequency, which results in a Energy scalar.
    Energy.instantiate(double si)
     
    final Energy
    Duration.multiply(Power v)
    Calculate the multiplication of Duration and Power, which results in a Energy scalar.
    final Energy
    Force.multiply(Length v)
    Calculate the multiplication of Force and Length, which results in a Energy scalar.
    final Energy
    Length.multiply(Force v)
    Calculate the multiplication of Length and Force, which results in a Energy quantity.
    final Energy
    Momentum.multiply(Speed v)
    Calculate the multiplication of Momentum and Speed, which results in a Energy scalar.
    final Energy
    Power.multiply(Duration v)
    Calculate the multiplication of Power and Duration, which results in a Energy scalar.
    final Energy
    Pressure.multiply(Volume v)
    Calculate the multiplication of Pressure and Volume, which results in a Energy scalar.
    final Energy
    Speed.multiply(Momentum v)
    Calculate the multiplication of Speed and Momentum, which results in a Energy scalar.
    final Energy
    Volume.multiply(Pressure v)
    Calculate the multiplication of Volume and Pressure, which results in a Energy scalar.
    static Energy
    Energy.of(double value, String unitString)
    Returns a Energy based on a value and the textual representation of the unit, which can be localized.
    static Energy
    Energy.ofSi(double si)
    Return a Energy instance based on an SI value.
    Energy.Unit.ofSi(double si)
     
    static Energy
    Energy.valueOf(String text)
    Returns a Energy representation of a textual representation of a value with a unit.
    Methods in org.djunits.quantity with parameters of type Energy
    Modifier and Type
    Method
    Description
    Energy.divide(Energy v)
    Calculate the division of Energy and Energy, which results in a Dimensionless quantity.
    Force.divide(Energy v)
    Calculate the division of Force and Energy, which results in a LinearObjectDensity scalar.
    final Frequency
    Power.divide(Energy v)
    Calculate the division of Power and Energy, which results in a Frequency scalar.
    final Power
    Frequency.multiply(Energy v)
    Calculate the multiplication of Frequency and Energy, which results in a Power scalar.
    final Force
    LinearObjectDensity.multiply(Energy v)
    Calculate the multiplication of LinearObjectDensity and Energy, which results in a Force scalar.
    Constructors in org.djunits.quantity with parameters of type Energy
    Modifier
    Constructor
    Description
     
    Energy(Energy value)
    Construct Energy quantity.