Package org.djunits.unit
Class EnergyUnit
- All Implemented Interfaces:
Serializable
,Cloneable
public class EnergyUnit extends Unit<EnergyUnit>
The units of energy.
Copyright (c) 2015-2020 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<EnergyUnit>
BASE
The base, with "kgm2/s2" as the SI signature.static EnergyUnit
BTU_ISO
British thermal unit (ISO).static EnergyUnit
BTU_IT
British thermal unit (International Table).static EnergyUnit
CALORIE
calorie.static EnergyUnit
CALORIE_IT
calorie (International Table).static EnergyUnit
ELECTRONVOLT
electronvolt.static EnergyUnit
ERG
erg (cgs).static EnergyUnit
FOOT_POUND_FORCE
foot-pound force.static EnergyUnit
GIGAELECTRONVOLT
giga-electronvolt.static EnergyUnit
GIGAJOULE
gigajoule.static EnergyUnit
GIGAWATT_HOUR
gigawatt-hour.static EnergyUnit
INCH_POUND_FORCE
inch-pound force.static EnergyUnit
JOULE
Joule.static EnergyUnit
KILOCALORIE
kilocalorie.static EnergyUnit
KILOELECTRONVOLT
kilo-electronvolt.static EnergyUnit
KILOJOULE
kilojoule.static EnergyUnit
KILOWATT_HOUR
kilowatt-hour.static EnergyUnit
MEGAELECTRONVOLT
mega-electronvolt.static EnergyUnit
MEGAJOULE
megajoule.static EnergyUnit
MEGAWATT_HOUR
megawatt-hour.static EnergyUnit
MICROELECTRONVOLT
micro-electronvolt.static EnergyUnit
MICROJOULE
microjoule.static EnergyUnit
MICROWATT_HOUR
microwatt-hour.static EnergyUnit
MILLIELECTRONVOLT
milli-electronvolt.static EnergyUnit
MILLIJOULE
millijoule.static EnergyUnit
MILLIWATT_HOUR
milliwatt-hour.static EnergyUnit
PETAJOULE
petajoule.static EnergyUnit
PETAWATT_HOUR
petawatt-hour.static EnergyUnit
SI
The SI unit for energy is Joule (J) = kgm2/s2.static EnergyUnit
STHENE_METER
sthene-meter (mts).static EnergyUnit
TERAJOULE
terajoule.static EnergyUnit
TERAWATT_HOUR
terawatt-hour.static EnergyUnit
WATT_HOUR
watt-hour. -
Constructor Summary
Constructors Constructor Description EnergyUnit()
-
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/s2" as the SI signature. -
SI
The SI unit for energy is Joule (J) = kgm2/s2. -
JOULE
Joule. -
MICROJOULE
microjoule. -
MILLIJOULE
millijoule. -
KILOJOULE
kilojoule. -
MEGAJOULE
megajoule. -
GIGAJOULE
gigajoule. -
TERAJOULE
terajoule. -
PETAJOULE
petajoule. -
FOOT_POUND_FORCE
foot-pound force. -
INCH_POUND_FORCE
inch-pound force. -
BTU_ISO
British thermal unit (ISO). -
BTU_IT
British thermal unit (International Table). -
CALORIE_IT
calorie (International Table). -
CALORIE
calorie. -
KILOCALORIE
kilocalorie. -
WATT_HOUR
watt-hour. -
MICROWATT_HOUR
microwatt-hour. -
MILLIWATT_HOUR
milliwatt-hour. -
KILOWATT_HOUR
kilowatt-hour. -
MEGAWATT_HOUR
megawatt-hour. -
GIGAWATT_HOUR
gigawatt-hour. -
TERAWATT_HOUR
terawatt-hour. -
PETAWATT_HOUR
petawatt-hour. -
ELECTRONVOLT
electronvolt. -
MICROELECTRONVOLT
micro-electronvolt. -
MILLIELECTRONVOLT
milli-electronvolt. -
KILOELECTRONVOLT
kilo-electronvolt. -
MEGAELECTRONVOLT
mega-electronvolt. -
GIGAELECTRONVOLT
giga-electronvolt. -
STHENE_METER
sthene-meter (mts). -
ERG
erg (cgs).
-
-
Constructor Details
-
EnergyUnit
public EnergyUnit()
-