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 PowerUnitPowerUnit. ERG_PER_SECONDerg per second.static PowerUnitPowerUnit. FOOT_POUND_FORCE_PER_HOURfoot-pound-force per hour.static PowerUnitPowerUnit. FOOT_POUND_FORCE_PER_MINUTEfoot-pound-force per minute.static PowerUnitPowerUnit. FOOT_POUND_FORCE_PER_SECONDfoot-pound-force per second.static PowerUnitPowerUnit. GIGAWATTgigawatt.static PowerUnitPowerUnit. HORSEPOWER_METRIChorsepower (metric).static PowerUnitPowerUnit. KILOWATTkiloawatt.static PowerUnitPowerUnit. MEGAWATTmegawatt.static PowerUnitPowerUnit. MICROWATTmicrowatt.static PowerUnitPowerUnit. MILLIWATTmilliwatt.static PowerUnitPowerUnit. PETAWATTpetawatt.static PowerUnitPowerUnit. SIThe SI unit for power is watt.static PowerUnitPowerUnit. STHENE_METER_PER_SECONDsthene-meter per second.static PowerUnitPowerUnit. TERAWATTterawatt.static PowerUnitPowerUnit. WATTwatt.Fields in org.djunits.unit with type parameters of type PowerUnit Modifier and Type Field Description static Quantity<PowerUnit>PowerUnit. BASEThe 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 PowerUnitUNITS. ERG_PER_SECONDstatic PowerUnitUNITS. FOOT_POUND_FORCE_PER_HOURstatic PowerUnitUNITS. FOOT_POUND_FORCE_PER_MINUTEstatic PowerUnitUNITS. FOOT_POUND_FORCE_PER_SECONDstatic PowerUnitUNITS. GIGAWATTstatic PowerUnitUNITS. HORSEPOWER_METRICstatic PowerUnitUNITS. KILOWATTstatic PowerUnitUNITS. MEGAWATTstatic PowerUnitUNITS. MICROWATTstatic PowerUnitUNITS. MILLIWATTstatic PowerUnitUNITS. PETAWATTstatic PowerUnitUNITS. STHENE_METER_PER_SECONDstatic PowerUnitUNITS. TERAWATTstatic PowerUnitUNITS. 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 PowerMatrixSIMatrix. asPower(PowerUnit displayUnit)Return the current matrix as a power matrix, and provide a display unit.PowerMatrixPowerMatrix. instantiateMatrix(DoubleMatrixData dmd, PowerUnit displayUnit)Instantiate a new matrix of the class of this matrix.PowerPowerMatrix. instantiateScalarSI(double valueSI, PowerUnit displayUnit)Instantiate a new scalar for the class of this matrix.PowerVectorPowerMatrix. 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 PowerSIScalar. asPower(PowerUnit displayUnit)Return the current scalar as a power, and provide a display unit.PowerPower. 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 PowerVectorSIVector. asPower(PowerUnit displayUnit)Return the current vector as a power vector, and provide a display unit.PowerPowerVector. instantiateScalarSI(double valueSI, PowerUnit displayUnit)Instantiate a new scalar for the class of this vector.PowerVectorPowerVector. 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 FloatPowerMatrixFloatSIMatrix. asPower(PowerUnit displayUnit)Return the current matrix as a power matrix, and provide a display unit.FloatPowerMatrixFloatPowerMatrix. instantiateMatrix(FloatMatrixData fmd, PowerUnit displayUnit)Instantiate a new matrix of the class of this matrix.FloatPowerFloatPowerMatrix. instantiateScalarSI(float valueSI, PowerUnit displayUnit)Instantiate a new scalar for the class of this matrix.FloatPowerVectorFloatPowerMatrix. 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 FloatPowerFloatSIScalar. asPower(PowerUnit displayUnit)Return the current scalar as a power, and provide a display unit.FloatPowerFloatPower. 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 FloatPowerVectorFloatSIVector. asPower(PowerUnit displayUnit)Return the current vector as a power vector, and provide a display unit.FloatPowerFloatPowerVector. instantiateScalarSI(float valueSI, PowerUnit displayUnit)Instantiate a new scalar for the class of this vector.FloatPowerVectorFloatPowerVector. 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.