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-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:
  • Field Details

    • BASE

      public static final Quantity<PowerUnit> BASE
      The base, with "kgm2/s3" as the SI signature.
    • 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.
  • Constructor Details

    • PowerUnit

      public PowerUnit()