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 PowerModifier and TypeFieldDescriptionstatic final PowerPower.NaNConstant with value NaN.static final PowerPower.NEG_MAXVALUEConstant with value -MAX_VALUE.static final PowerPower.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final PowerPower.ONEConstant with value one.static final PowerPower.POS_MAXVALUEConstant with value MAX_VALUE.static final PowerPower.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final PowerPower.ZEROConstant with value zero.Methods in org.djunits.quantity that return PowerModifier and TypeMethodDescriptionCalculate the division of Energy and Duration, which results in a Power scalar.Calculate the division of Torque and Duration, which results in a Power scalar.Power.instantiateSi(double siValue, UnitInterface<Power> displayUnit) Calculate the multiplication of Acceleration and Momentum, which results in a Power scalar.ElectricCurrent.multiply(ElectricPotential v) Calculate the multiplication of ElectricalCurrent and ElectricalPotential, which results in a Power scalar.ElectricPotential.multiply(ElectricCurrent v) Calculate the multiplication of ElectricPotential and ElectricCurrent, which results in a Power scalar.Calculate the multiplication of Energy and Frequency, which results in a Power scalar.Calculate the multiplication of Force and Speed, which results in a Power scalar.Calculate the multiplication of Frequency and Energy, which results in a Power scalar.Momentum.multiply(Acceleration v) Calculate the multiplication of Momentum and Acceleration, which results in a Power scalar.Calculate the multiplication of Speed and Force, which results in a Power scalar.Calculate the multiplication of Torque and Frequency, which results in a Power scalar.static PowerReturns a Power based on a value and the textual representation of the unit, which can be localized.static PowerPower.of(double valueInUnit, Power.Unit unit) Returns a Power based on a value expressed in the unit.static PowerPower.ofSi(double si) Return a Power instance based on an SI value.static PowerPower.ofSi(double siValue, Power.Unit displayUnit) Instantiate a Power quantity with an SI or base value and a display unit.Power.Unit.ofSi(double si, UnitInterface<Power> displayUnit) static PowerReturns a Power representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type PowerModifier and TypeMethodDescriptionCalculate the division of Energy and Power, which results in a Duration scalar.Calculate the division of Power and Power, which results in a Dimensionless quantity.Calculate the division of Torque and Power, which results in a Duration scalar.Calculate the multiplication of Duration and Power, which results in a Energy scalar.Method parameters in org.djunits.quantity with type arguments of type PowerModifier and TypeMethodDescriptionPower.instantiateSi(double siValue, UnitInterface<Power> displayUnit) Power.Unit.ofSi(double si, UnitInterface<Power> displayUnit)