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 TypeMethodDescriptionfinal PowerCalculate the division of Energy and Duration, which results in a Power scalar.final PowerCalculate the division of Torque and Duration, which results in a Power scalar.Power.instantiate(double si) final PowerCalculate the multiplication of Acceleration and Momentum, which results in a Power scalar.final PowerElectricCurrent.multiply(ElectricPotential v) Calculate the multiplication of ElectricalCurrent and ElectricalPotential, which results in a Power scalar.final PowerElectricPotential.multiply(ElectricCurrent v) Calculate the multiplication of ElectricPotential and ElectricCurrent, which results in a Power scalar.final PowerCalculate the multiplication of Energy and Frequency, which results in a Power scalar.final PowerCalculate the multiplication of Force and Speed, which results in a Power scalar.final PowerCalculate the multiplication of Frequency and Energy, which results in a Power scalar.final PowerMomentum.multiply(Acceleration v) Calculate the multiplication of Momentum and Acceleration, which results in a Power scalar.final PowerCalculate the multiplication of Speed and Force, which results in a Power scalar.final PowerCalculate 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.ofSi(double si) Return a Power instance based on an SI value.Power.Unit.ofSi(double si) 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 TypeMethodDescriptionfinal DurationCalculate the division of Energy and Power, which results in a Duration scalar.final DimensionlessCalculate the division of Power and Power, which results in a Dimensionless quantity.final DurationCalculate the division of Torque and Power, which results in a Duration scalar.final EnergyCalculate the multiplication of Duration and Power, which results in a Energy scalar.Constructors in org.djunits.quantity with parameters of type Power