Package org.djunits.unit
Class PowerUnit
- java.lang.Object
-
- org.djunits.unit.Unit<PowerUnit>
-
- org.djunits.unit.PowerUnit
-
- All Implemented Interfaces:
Serializable,Cloneable
public class PowerUnit extends Unit<PowerUnit>
The units of power.Copyright (c) 2015-2022 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.- Author:
- Alexander Verbraeck
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.djunits.unit.Unit
Unit.Builder<U extends Unit<U>>
-
-
Field Summary
Fields Modifier and Type Field Description static Quantity<PowerUnit>BASEThe base, with "kgm2/s3" as the SI signature.static PowerUnitERG_PER_SECONDerg per second.static PowerUnitFOOT_POUND_FORCE_PER_HOURfoot-pound-force per hour.static PowerUnitFOOT_POUND_FORCE_PER_MINUTEfoot-pound-force per minute.static PowerUnitFOOT_POUND_FORCE_PER_SECONDfoot-pound-force per second.static PowerUnitGIGAWATTgigawatt.static PowerUnitHORSEPOWER_METRIChorsepower (metric).static PowerUnitKILOWATTkiloawatt.static PowerUnitMEGAWATTmegawatt.static PowerUnitMICROWATTmicrowatt.static PowerUnitMILLIWATTmilliwatt.static PowerUnitPETAWATTpetawatt.static PowerUnitSIThe SI unit for power is watt.static PowerUnitSTHENE_METER_PER_SECONDsthene-meter per second.static PowerUnitTERAWATTterawatt.static PowerUnitWATTwatt.
-
Constructor Summary
Constructors Constructor Description PowerUnit()
-
Method Summary
-
Methods inherited from class org.djunits.unit.Unit
build, clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getName, getQuantity, getScale, getStandardUnit, getUnit, getUnitSystem, hashCode, isBaseSIUnit, isGenerated, lookupOrCreateUnitWithSIDimensions, makeBuilder, toString
-
-
-
-
Field Detail
-
SI
public static final PowerUnit SI
The SI unit for power is watt.
-
WATT
public static final PowerUnit WATT
watt.
-
MICROWATT
public static final PowerUnit MICROWATT
microwatt.
-
MILLIWATT
public static final PowerUnit MILLIWATT
milliwatt.
-
KILOWATT
public static final PowerUnit KILOWATT
kiloawatt.
-
MEGAWATT
public static final PowerUnit MEGAWATT
megawatt.
-
GIGAWATT
public static final PowerUnit GIGAWATT
gigawatt.
-
TERAWATT
public static final PowerUnit TERAWATT
terawatt.
-
PETAWATT
public static final PowerUnit PETAWATT
petawatt.
-
FOOT_POUND_FORCE_PER_HOUR
public static final PowerUnit FOOT_POUND_FORCE_PER_HOUR
foot-pound-force per hour.
-
FOOT_POUND_FORCE_PER_MINUTE
public static final PowerUnit FOOT_POUND_FORCE_PER_MINUTE
foot-pound-force per minute.
-
FOOT_POUND_FORCE_PER_SECOND
public static final PowerUnit FOOT_POUND_FORCE_PER_SECOND
foot-pound-force per second.
-
HORSEPOWER_METRIC
public static final PowerUnit HORSEPOWER_METRIC
horsepower (metric).
-
STHENE_METER_PER_SECOND
public static final PowerUnit STHENE_METER_PER_SECOND
sthene-meter per second.
-
ERG_PER_SECOND
public static final PowerUnit ERG_PER_SECOND
erg per second.
-
-