Uses of Class
org.djunits.quantity.Power

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

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