Package org.djunits.unit
Class EnergyUnit
- All Implemented Interfaces:
Serializable
,Cloneable
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.djunits.unit.Unit
Unit.Builder<U extends Unit<U>>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Quantity<EnergyUnit>
The base, with "kgm2/s2" as the SI signature.static final EnergyUnit
British thermal unit (ISO).static final EnergyUnit
British thermal unit (International Table).static final EnergyUnit
calorie.static final EnergyUnit
calorie (International Table).static final EnergyUnit
electronvolt.static final EnergyUnit
erg (cgs).static final EnergyUnit
foot-pound force.static final EnergyUnit
giga-electronvolt.static final EnergyUnit
gigajoule.static final EnergyUnit
gigawatt-hour.static final EnergyUnit
inch-pound force.static final EnergyUnit
Joule.static final EnergyUnit
kilocalorie.static final EnergyUnit
kilo-electronvolt.static final EnergyUnit
kilojoule.static final EnergyUnit
kilowatt-hour.static final EnergyUnit
mega-electronvolt.static final EnergyUnit
megajoule.static final EnergyUnit
megawatt-hour.static final EnergyUnit
micro-electronvolt.static final EnergyUnit
microjoule.static final EnergyUnit
microwatt-hour.static final EnergyUnit
milli-electronvolt.static final EnergyUnit
millijoule.static final EnergyUnit
milliwatt-hour.static final EnergyUnit
petajoule.static final EnergyUnit
petawatt-hour.static final EnergyUnit
The SI unit for energy is Joule (J) = kgm2/s2.static final EnergyUnit
sthene-meter (mts).static final EnergyUnit
terajoule.static final EnergyUnit
terawatt-hour.static final EnergyUnit
watt-hour. -
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/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()
-