| Package | Description |
|---|---|
| org.djunits.unit |
Classes for the unit system.
|
| org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.
|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| Modifier and Type | Field and Description |
|---|---|
static EnergyUnit |
UNITS.BTU_ISO |
static EnergyUnit |
EnergyUnit.BTU_ISO
British thermal unit (ISO).
|
static EnergyUnit |
UNITS.BTU_IT |
static EnergyUnit |
EnergyUnit.BTU_IT
British thermal unit (International Table).
|
static EnergyUnit |
UNITS.CALORIE_IT |
static EnergyUnit |
EnergyUnit.CALORIE_IT
calorie (International Table).
|
static EnergyUnit |
UNITS.ELECTRONVOLT |
static EnergyUnit |
EnergyUnit.ELECTRONVOLT
electronvolt.
|
static EnergyUnit |
UNITS.ERG |
static EnergyUnit |
EnergyUnit.ERG
erg (cgs).
|
static EnergyUnit |
UNITS.EXA_ELECTRONVOLT |
static EnergyUnit |
EnergyUnit.EXA_ELECTRONVOLT
exa-electronvolt.
|
static EnergyUnit |
UNITS.FOOT_POUND_FORCE |
static EnergyUnit |
EnergyUnit.FOOT_POUND_FORCE
foot-pound force.
|
static EnergyUnit |
UNITS.GIGA_ELECTRONVOLT |
static EnergyUnit |
EnergyUnit.GIGA_ELECTRONVOLT
giga-electronvolt.
|
static EnergyUnit |
UNITS.GIGAWATT_HOUR |
static EnergyUnit |
EnergyUnit.GIGAWATT_HOUR
gigawatt-hour.
|
static EnergyUnit |
UNITS.INCH_POUND_FORCE |
static EnergyUnit |
EnergyUnit.INCH_POUND_FORCE
inch-pound force.
|
static EnergyUnit |
UNITS.JOULE |
static EnergyUnit |
EnergyUnit.JOULE
Joule.
|
static EnergyUnit |
UNITS.KILO_ELECTRONVOLT |
static EnergyUnit |
EnergyUnit.KILO_ELECTRONVOLT
kilo-electronvolt.
|
static EnergyUnit |
UNITS.KILOCALORIE |
static EnergyUnit |
EnergyUnit.KILOCALORIE
kilocalorie.
|
static EnergyUnit |
EnergyUnit.KILOJOULE
kilojoule.
|
static EnergyUnit |
UNITS.KILOWATT_HOUR |
static EnergyUnit |
EnergyUnit.KILOWATT_HOUR
kilowatt-hour.
|
static EnergyUnit |
UNITS.MEGA_ELECTRONVOLT |
static EnergyUnit |
EnergyUnit.MEGA_ELECTRONVOLT
mega-electronvolt.
|
static EnergyUnit |
EnergyUnit.MEGAJOULE
megajoule.
|
static EnergyUnit |
UNITS.MEGAWATT_HOUR |
static EnergyUnit |
EnergyUnit.MEGAWATT_HOUR
megawatt-hour.
|
static EnergyUnit |
UNITS.MICROWATT_HOUR |
static EnergyUnit |
EnergyUnit.MICROWATT_HOUR
microwatt-hour.
|
static EnergyUnit |
UNITS.MILLI_ELECTRONVOLT |
static EnergyUnit |
EnergyUnit.MILLI_ELECTRONVOLT
milli-electronvolt.
|
static EnergyUnit |
UNITS.MILLIWATT_HOUR |
static EnergyUnit |
EnergyUnit.MILLIWATT_HOUR
milliwatt-hour.
|
static EnergyUnit |
UNITS.PETA_ELECTRONVOLT |
static EnergyUnit |
EnergyUnit.PETA_ELECTRONVOLT
peta-electronvolt.
|
static EnergyUnit |
EnergyUnit.SI
The SI unit for energy is Joule.
|
static EnergyUnit |
UNITS.STHENE_METER |
static EnergyUnit |
EnergyUnit.STHENE_METER
sthene-meter (mts).
|
static EnergyUnit |
UNITS.TERA_ELECTRONVOLT |
static EnergyUnit |
EnergyUnit.TERA_ELECTRONVOLT
tera-electronvolt.
|
static EnergyUnit |
UNITS.TERAWATT_HOUR |
static EnergyUnit |
EnergyUnit.TERAWATT_HOUR
terawatt-hour.
|
static EnergyUnit |
UNITS.WATT_HOUR |
static EnergyUnit |
EnergyUnit.WATT_HOUR
watt-hour.
|
| Modifier and Type | Method and Description |
|---|---|
EnergyUnit |
MoneyPerEnergyUnit.getEnergyUnit() |
EnergyUnit |
EnergyUnit.getStandardUnit() |
| Constructor and Description |
|---|
EnergyUnit(String name,
String abbreviation,
UnitSystem unitSystem,
EnergyUnit referenceUnit,
double conversionFactorToReferenceUnit)
Build a user-defined EnergyUnit with a conversion factor to another EnergyUnit.
|
MoneyPerEnergyUnit(MoneyUnit moneyUnit,
EnergyUnit energyUnit,
String name,
String abbreviation)
Build a user-defined money per energy unit from a money unit and an energy unit.
|
| Constructor and Description |
|---|
Energy(double value,
EnergyUnit unit)
Construct Energy scalar.
|
| Constructor and Description |
|---|
Energy(DoubleScalar.Rel<EnergyUnit> value)
Construct Energy scalar.
|
| Constructor and Description |
|---|
Dense(double[] values,
EnergyUnit unit)
Construct a new Dense Immutable Double Energy Vector.
|
Dense(double[] values,
EnergyUnit unit)
Construct a new Dense Immutable Double Energy Vector.
|
Dense(List<Double> values,
EnergyUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<Double> values,
EnergyUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
EnergyVector(EnergyUnit unit) |
MutableEnergyVector(EnergyUnit unit) |
Sparse(double[] values,
EnergyUnit unit)
Construct a new Sparse Immutable Double Energy Vector.
|
Sparse(double[] values,
EnergyUnit unit)
Construct a new Sparse Immutable Double Energy Vector.
|
Sparse(SortedMap<Integer,Double> values,
EnergyUnit unit,
int length)
Construct a new Sparse Immutable Energy Vector.
|
Sparse(SortedMap<Integer,Double> values,
EnergyUnit unit,
int length)
Construct a new Sparse Immutable Energy Vector.
|
| Constructor and Description |
|---|
Dense(List<DoubleScalar.Rel<EnergyUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<DoubleScalar.Rel<EnergyUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<EnergyUnit>> values,
int length)
Construct a new Sparse Immutable Energy Vector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<EnergyUnit>> values,
int length)
Construct a new Sparse Immutable Energy Vector.
|
| Constructor and Description |
|---|
FloatEnergy(double value,
EnergyUnit unit)
Construct FloatEnergy scalar using a double value.
|
FloatEnergy(float value,
EnergyUnit unit)
Construct FloatEnergy scalar.
|
| Constructor and Description |
|---|
FloatEnergy(FloatScalar.Rel<EnergyUnit> value)
Construct FloatEnergy scalar.
|
Copyright © 2015 Delft University of Technology. All rights reserved.