| 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 PowerUnit |
UNITS.ERG_PER_SECOND |
static PowerUnit |
PowerUnit.ERG_PER_SECOND
erg per second.
|
static PowerUnit |
UNITS.FOOT_POUND_FORCE_PER_HOUR |
static PowerUnit |
PowerUnit.FOOT_POUND_FORCE_PER_HOUR
foot-pound-force per hour.
|
static PowerUnit |
UNITS.FOOT_POUND_FORCE_PER_MINUTE |
static PowerUnit |
PowerUnit.FOOT_POUND_FORCE_PER_MINUTE
foot-pound-force per minute.
|
static PowerUnit |
UNITS.FOOT_POUND_FORCE_PER_SECOND |
static PowerUnit |
PowerUnit.FOOT_POUND_FORCE_PER_SECOND
foot-pound-force per second.
|
static PowerUnit |
UNITS.GIGAWATT |
static PowerUnit |
PowerUnit.GIGAWATT
gigawatt.
|
static PowerUnit |
UNITS.HORSEPOWER_METRIC |
static PowerUnit |
PowerUnit.HORSEPOWER_METRIC
horsepower (metric).
|
static PowerUnit |
UNITS.KILOWATT |
static PowerUnit |
PowerUnit.KILOWATT
kilowatt.
|
static PowerUnit |
UNITS.MEGAWATT |
static PowerUnit |
PowerUnit.MEGAWATT
megawatt.
|
static PowerUnit |
PowerUnit.SI
The SI unit for power is watt.
|
static PowerUnit |
UNITS.STHENE_METER_PER_SECOND |
static PowerUnit |
PowerUnit.STHENE_METER_PER_SECOND
sthene-meter per second.
|
static PowerUnit |
UNITS.WATT |
static PowerUnit |
PowerUnit.WATT
watt.
|
| Modifier and Type | Method and Description |
|---|---|
PowerUnit |
PowerUnit.getStandardUnit() |
| Constructor and Description |
|---|
ElectricalPotentialUnit(PowerUnit powerUnit,
ElectricalCurrentUnit electricalCurrentUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Build a user-defined ElectricalPotentialUnit based on power divided by current (V=W/A).
|
PowerUnit(String name,
String abbreviation,
UnitSystem unitSystem,
PowerUnit referenceUnit,
double conversionFactorToReferenceUnit)
Build a user-defined PowerUnit with a conversion factor to another PowerUnit.
|
| Constructor and Description |
|---|
Power(double value,
PowerUnit unit)
Construct Power scalar.
|
| Constructor and Description |
|---|
Power(DoubleScalar.Rel<PowerUnit> value)
Construct Power scalar.
|
| Constructor and Description |
|---|
Dense(double[] values,
PowerUnit unit)
Construct a new Dense Immutable Double Power Vector.
|
Dense(double[] values,
PowerUnit unit)
Construct a new Dense Immutable Double Power Vector.
|
Dense(List<Double> values,
PowerUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<Double> values,
PowerUnit unit)
Construct a new Relative Dense Immutable DoubleVector.
|
MutablePowerVector(PowerUnit unit) |
PowerVector(PowerUnit unit) |
Sparse(double[] values,
PowerUnit unit)
Construct a new Sparse Immutable Double Power Vector.
|
Sparse(double[] values,
PowerUnit unit)
Construct a new Sparse Immutable Double Power Vector.
|
Sparse(SortedMap<Integer,Double> values,
PowerUnit unit,
int length)
Construct a new Sparse Immutable Power Vector.
|
Sparse(SortedMap<Integer,Double> values,
PowerUnit unit,
int length)
Construct a new Sparse Immutable Power Vector.
|
| Constructor and Description |
|---|
Dense(List<DoubleScalar.Rel<PowerUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Dense(List<DoubleScalar.Rel<PowerUnit>> values)
Construct a new Relative Dense Immutable DoubleVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<PowerUnit>> values,
int length)
Construct a new Sparse Immutable Power Vector.
|
Sparse(SortedMap<Integer,DoubleScalar.Rel<PowerUnit>> values,
int length)
Construct a new Sparse Immutable Power Vector.
|
| Constructor and Description |
|---|
FloatPower(double value,
PowerUnit unit)
Construct FloatPower scalar using a double value.
|
FloatPower(float value,
PowerUnit unit)
Construct FloatPower scalar.
|
| Constructor and Description |
|---|
FloatPower(FloatScalar.Rel<PowerUnit> value)
Construct FloatPower scalar.
|
Copyright © 2015 Delft University of Technology. All rights reserved.