Class EnergyUnit

java.lang.Object
org.djunits.unit.Unit<EnergyUnit>
org.djunits.unit.EnergyUnit
All Implemented Interfaces:
Serializable, Cloneable

public class EnergyUnit extends Unit<EnergyUnit>
The units of energy.

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<EnergyUnit> BASE
      The base, with "kgm2/s2" as the SI signature.
    • SI

      public static final EnergyUnit SI
      The SI unit for energy is Joule (J) = kgm2/s2.
    • JOULE

      public static final EnergyUnit JOULE
      Joule.
    • MICROJOULE

      public static final EnergyUnit MICROJOULE
      microjoule.
    • MILLIJOULE

      public static final EnergyUnit MILLIJOULE
      millijoule.
    • KILOJOULE

      public static final EnergyUnit KILOJOULE
      kilojoule.
    • MEGAJOULE

      public static final EnergyUnit MEGAJOULE
      megajoule.
    • GIGAJOULE

      public static final EnergyUnit GIGAJOULE
      gigajoule.
    • TERAJOULE

      public static final EnergyUnit TERAJOULE
      terajoule.
    • PETAJOULE

      public static final EnergyUnit PETAJOULE
      petajoule.
    • FOOT_POUND_FORCE

      public static final EnergyUnit FOOT_POUND_FORCE
      foot-pound force.
    • INCH_POUND_FORCE

      public static final EnergyUnit INCH_POUND_FORCE
      inch-pound force.
    • BTU_ISO

      public static final EnergyUnit BTU_ISO
      British thermal unit (ISO).
    • BTU_IT

      public static final EnergyUnit BTU_IT
      British thermal unit (International Table).
    • CALORIE_IT

      public static final EnergyUnit CALORIE_IT
      calorie (International Table).
    • CALORIE

      public static final EnergyUnit CALORIE
      calorie.
    • KILOCALORIE

      public static final EnergyUnit KILOCALORIE
      kilocalorie.
    • WATT_HOUR

      public static final EnergyUnit WATT_HOUR
      watt-hour.
    • MICROWATT_HOUR

      public static final EnergyUnit MICROWATT_HOUR
      microwatt-hour.
    • MILLIWATT_HOUR

      public static final EnergyUnit MILLIWATT_HOUR
      milliwatt-hour.
    • KILOWATT_HOUR

      public static final EnergyUnit KILOWATT_HOUR
      kilowatt-hour.
    • MEGAWATT_HOUR

      public static final EnergyUnit MEGAWATT_HOUR
      megawatt-hour.
    • GIGAWATT_HOUR

      public static final EnergyUnit GIGAWATT_HOUR
      gigawatt-hour.
    • TERAWATT_HOUR

      public static final EnergyUnit TERAWATT_HOUR
      terawatt-hour.
    • PETAWATT_HOUR

      public static final EnergyUnit PETAWATT_HOUR
      petawatt-hour.
    • ELECTRONVOLT

      public static final EnergyUnit ELECTRONVOLT
      electronvolt.
    • MICROELECTRONVOLT

      public static final EnergyUnit MICROELECTRONVOLT
      micro-electronvolt.
    • MILLIELECTRONVOLT

      public static final EnergyUnit MILLIELECTRONVOLT
      milli-electronvolt.
    • KILOELECTRONVOLT

      public static final EnergyUnit KILOELECTRONVOLT
      kilo-electronvolt.
    • MEGAELECTRONVOLT

      public static final EnergyUnit MEGAELECTRONVOLT
      mega-electronvolt.
    • GIGAELECTRONVOLT

      public static final EnergyUnit GIGAELECTRONVOLT
      giga-electronvolt.
    • STHENE_METER

      public static final EnergyUnit STHENE_METER
      sthene-meter (mts).
    • ERG

      public static final EnergyUnit ERG
      erg (cgs).
  • Constructor Details

    • EnergyUnit

      public EnergyUnit()