Package org.djunits.unit
Class PowerUnit
- All Implemented Interfaces:
Serializable
,Cloneable
The units of power.
Copyright (c) 2015-2024 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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.djunits.unit.Unit
Unit.Builder<U extends Unit<U>>
-
Field Summary
Modifier and TypeFieldDescriptionThe base, with "kgm2/s3" as the SI signature.static final PowerUnit
erg per second.static final PowerUnit
foot-pound-force per hour.static final PowerUnit
foot-pound-force per minute.static final PowerUnit
foot-pound-force per second.static final PowerUnit
gigawatt.static final PowerUnit
horsepower (metric).static final PowerUnit
kiloawatt.static final PowerUnit
megawatt.static final PowerUnit
microwatt.static final PowerUnit
milliwatt.static final PowerUnit
petawatt.static final PowerUnit
The SI unit for power is watt.static final PowerUnit
sthene-meter per second.static final PowerUnit
terawatt.static final PowerUnit
watt. -
Constructor Summary
-
Method Summary
Methods inherited from class org.djunits.unit.Unit
build, clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getDefaultAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getLocalizedAbbreviations, getLocalizedDisplayAbbreviation, getLocalizedTextualAbbreviation, 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()
-