Package org.djunits.unit
Class PowerUnit
- All Implemented Interfaces:
Serializable
,Cloneable
public class PowerUnit extends Unit<PowerUnit>
The units of power.
Copyright (c) 2015-2019 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>
BASE
The base, with "kgm2/s3" as the SI signature.static PowerUnit
ERG_PER_SECOND
erg per second.static PowerUnit
FOOT_POUND_FORCE_PER_HOUR
foot-pound-force per hour.static PowerUnit
FOOT_POUND_FORCE_PER_MINUTE
foot-pound-force per minute.static PowerUnit
FOOT_POUND_FORCE_PER_SECOND
foot-pound-force per second.static PowerUnit
GIGAWATT
gigawatt.static PowerUnit
HORSEPOWER_METRIC
horsepower (metric).static PowerUnit
KILOWATT
kiloawatt.static PowerUnit
MEGAWATT
megawatt.static PowerUnit
MICROWATT
microwatt.static PowerUnit
MILLIWATT
milliwatt.static PowerUnit
PETAWATT
petawatt.static PowerUnit
SI
The SI unit for power is watt.static PowerUnit
STHENE_METER_PER_SECOND
sthene-meter per second.static PowerUnit
TERAWATT
terawatt.static PowerUnit
WATT
watt. -
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 Details
-
BASE
The base, with "kgm2/s3" as the SI signature. -
SI
The SI unit for power is watt. -
WATT
watt. -
MICROWATT
microwatt. -
MILLIWATT
milliwatt. -
KILOWATT
kiloawatt. -
MEGAWATT
megawatt. -
GIGAWATT
gigawatt. -
TERAWATT
terawatt. -
PETAWATT
petawatt. -
FOOT_POUND_FORCE_PER_HOUR
foot-pound-force per hour. -
FOOT_POUND_FORCE_PER_MINUTE
foot-pound-force per minute. -
FOOT_POUND_FORCE_PER_SECOND
foot-pound-force per second. -
HORSEPOWER_METRIC
horsepower (metric). -
STHENE_METER_PER_SECOND
sthene-meter per second. -
ERG_PER_SECOND
erg per second.
-
-
Constructor Details
-
PowerUnit
public PowerUnit()
-