Package org.djunits.unit
Class PowerUnit
- All Implemented Interfaces:
Serializable,Cloneable
The units of power.
Copyright (c) 2015-2025 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
FieldsModifier and TypeFieldDescriptionThe base, with "kgm2/s3" as the SI signature.static final PowerUniterg per second.static final PowerUnitfoot-pound-force per hour.static final PowerUnitfoot-pound-force per minute.static final PowerUnitfoot-pound-force per second.static final PowerUnitgigawatt.static final PowerUnithorsepower (metric).static final PowerUnitkiloawatt.static final PowerUnitmegawatt.static final PowerUnitmicrowatt.static final PowerUnitmilliwatt.static final PowerUnitpetawatt.static final PowerUnitThe SI unit for power is watt.static final PowerUnitsthene-meter per second.static final PowerUnitterawatt.static final PowerUnitwatt. -
Constructor Summary
Constructors -
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()
-