Uses of Class
org.djunits.unit.PowerUnit
Package | Description |
---|---|
org.djunits.unit |
Units for version 4 of DJUNITS.
|
org.djunits.unit.util |
Utility classes for the unit package.
|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of PowerUnit in org.djunits.unit
Fields in org.djunits.unit declared as PowerUnit Modifier and Type Field Description static PowerUnit
PowerUnit. ERG_PER_SECOND
erg per second.static PowerUnit
PowerUnit. FOOT_POUND_FORCE_PER_HOUR
foot-pound-force per hour.static PowerUnit
PowerUnit. FOOT_POUND_FORCE_PER_MINUTE
foot-pound-force per minute.static PowerUnit
PowerUnit. FOOT_POUND_FORCE_PER_SECOND
foot-pound-force per second.static PowerUnit
PowerUnit. GIGAWATT
gigawatt.static PowerUnit
PowerUnit. HORSEPOWER_METRIC
horsepower (metric).static PowerUnit
PowerUnit. KILOWATT
kiloawatt.static PowerUnit
PowerUnit. MEGAWATT
megawatt.static PowerUnit
PowerUnit. MICROWATT
microwatt.static PowerUnit
PowerUnit. MILLIWATT
milliwatt.static PowerUnit
PowerUnit. PETAWATT
petawatt.static PowerUnit
PowerUnit. SI
The SI unit for power is watt.static PowerUnit
PowerUnit. STHENE_METER_PER_SECOND
sthene-meter per second.static PowerUnit
PowerUnit. TERAWATT
terawatt.static PowerUnit
PowerUnit. WATT
watt.Fields in org.djunits.unit with type parameters of type PowerUnit Modifier and Type Field Description static Quantity<PowerUnit>
PowerUnit. BASE
The base, with "kgm2/s3" as the SI signature. -
Uses of PowerUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as PowerUnit Modifier and Type Field Description static PowerUnit
UNITS. ERG_PER_SECOND
static PowerUnit
UNITS. FOOT_POUND_FORCE_PER_HOUR
static PowerUnit
UNITS. FOOT_POUND_FORCE_PER_MINUTE
static PowerUnit
UNITS. FOOT_POUND_FORCE_PER_SECOND
static PowerUnit
UNITS. GIGAWATT
static PowerUnit
UNITS. HORSEPOWER_METRIC
static PowerUnit
UNITS. KILOWATT
static PowerUnit
UNITS. MEGAWATT
static PowerUnit
UNITS. MICROWATT
static PowerUnit
UNITS. MILLIWATT
static PowerUnit
UNITS. PETAWATT
static PowerUnit
UNITS. STHENE_METER_PER_SECOND
static PowerUnit
UNITS. TERAWATT
static PowerUnit
UNITS. WATT
-
Uses of PowerUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type PowerUnit Modifier and Type Method Description PowerMatrix
SIMatrix. asPower(PowerUnit displayUnit)
Return the current matrix as a power matrix, and provide a display unit.PowerMatrix
PowerMatrix. instantiateMatrix(DoubleMatrixData dmd, PowerUnit displayUnit)
Instantiate a new matrix of the class of this matrix.Power
PowerMatrix. instantiateScalarSI(double valueSI, PowerUnit displayUnit)
Instantiate a new scalar for the class of this matrix.PowerVector
PowerMatrix. instantiateVector(DoubleVectorData dvd, PowerUnit displayUnit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type PowerUnit Constructor Description PowerMatrix(DoubleMatrixData data, PowerUnit unit)
-
Uses of PowerUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type PowerUnit Modifier and Type Method Description Power
SIScalar. asPower(PowerUnit displayUnit)
Return the current scalar as a power, and provide a display unit.Power
Power. instantiateRel(double value, PowerUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.Constructors in org.djunits.value.vdouble.scalar with parameters of type PowerUnit Constructor Description Power(double value, PowerUnit unit)
Construct Power scalar. -
Uses of PowerUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type PowerUnit Modifier and Type Method Description PowerVector
SIVector. asPower(PowerUnit displayUnit)
Return the current vector as a power vector, and provide a display unit.Power
PowerVector. instantiateScalarSI(double valueSI, PowerUnit displayUnit)
Instantiate a new scalar for the class of this vector.PowerVector
PowerVector. instantiateVector(DoubleVectorData dvd, PowerUnit displayUnit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vdouble.vector with parameters of type PowerUnit Constructor Description PowerVector(DoubleVectorData data, PowerUnit displayUnit)
Construct an PowerVector from an internal data object. -
Uses of PowerUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type PowerUnit Modifier and Type Method Description FloatPowerMatrix
FloatSIMatrix. asPower(PowerUnit displayUnit)
Return the current matrix as a power matrix, and provide a display unit.FloatPowerMatrix
FloatPowerMatrix. instantiateMatrix(FloatMatrixData fmd, PowerUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FloatPower
FloatPowerMatrix. instantiateScalarSI(float valueSI, PowerUnit displayUnit)
Instantiate a new scalar for the class of this matrix.FloatPowerVector
FloatPowerMatrix. instantiateVector(FloatVectorData fvd, PowerUnit displayUnit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type PowerUnit Constructor Description FloatPowerMatrix(FloatMatrixData data, PowerUnit unit)
-
Uses of PowerUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type PowerUnit Modifier and Type Method Description FloatPower
FloatSIScalar. asPower(PowerUnit displayUnit)
Return the current scalar as a power, and provide a display unit.FloatPower
FloatPower. instantiateRel(float value, PowerUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.Constructors in org.djunits.value.vfloat.scalar with parameters of type PowerUnit Constructor Description FloatPower(double value, PowerUnit unit)
Construct FloatPower scalar using a double value.FloatPower(float value, PowerUnit unit)
Construct FloatPower scalar. -
Uses of PowerUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type PowerUnit Modifier and Type Method Description FloatPowerVector
FloatSIVector. asPower(PowerUnit displayUnit)
Return the current vector as a power vector, and provide a display unit.FloatPower
FloatPowerVector. instantiateScalarSI(float valueSI, PowerUnit displayUnit)
Instantiate a new scalar for the class of this vector.FloatPowerVector
FloatPowerVector. instantiateVector(FloatVectorData fvd, PowerUnit displayUnit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vfloat.vector with parameters of type PowerUnit Constructor Description FloatPowerVector(FloatVectorData data, PowerUnit unit)
Construct an FloatPowerVector from an internal data object.