Uses of Class
org.djunits.unit.PressureUnit
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 PressureUnit in org.djunits.unit
Fields in org.djunits.unit declared as PressureUnit Modifier and Type Field Description static PressureUnit
PressureUnit. ATMOSPHERE_STANDARD
standard atmosphere.static PressureUnit
PressureUnit. ATMOSPHERE_TECHNICAL
technical atmosphere.static PressureUnit
PressureUnit. BAR
bar.static PressureUnit
PressureUnit. BARYE
barye.static PressureUnit
PressureUnit. CENTIMETER_MERCURY
cm Hg.static PressureUnit
PressureUnit. FOOT_MERCURY
foot Hg.static PressureUnit
PressureUnit. HECTOPASCAL
hectoPascal.static PressureUnit
PressureUnit. INCH_MERCURY
inch Hg.static PressureUnit
PressureUnit. KGF_PER_SQUARE_MM
kilogram-force per square millimeter.static PressureUnit
PressureUnit. KILOPASCAL
kiloPascal.static PressureUnit
PressureUnit. MILLIBAR
millibar.static PressureUnit
PressureUnit. MILLIMETER_MERCURY
mm Hg.static PressureUnit
PressureUnit. PASCAL
Pascal.static PressureUnit
PressureUnit. PIEZE
pieze.static PressureUnit
PressureUnit. POUND_PER_SQUARE_FOOT
pound per square foot.static PressureUnit
PressureUnit. POUND_PER_SQUARE_INCH
pound per square inch.static PressureUnit
PressureUnit. SI
The SI unit for pressure is Pascal = kgm/s2.static PressureUnit
PressureUnit. TORR
torr.Fields in org.djunits.unit with type parameters of type PressureUnit Modifier and Type Field Description static Quantity<PressureUnit>
PressureUnit. BASE
The base, with "kg/ms2" as the SI signature. -
Uses of PressureUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as PressureUnit Modifier and Type Field Description static PressureUnit
UNITS. ATMOSPHERE_STANDARD
static PressureUnit
UNITS. ATMOSPHERE_TECHNICAL
static PressureUnit
UNITS. BAR
static PressureUnit
UNITS. BARYE
static PressureUnit
UNITS. CENTIMETER_MERCURY
static PressureUnit
UNITS. FOOT_MERCURY
static PressureUnit
UNITS. HECTOPASCAL
static PressureUnit
UNITS. INCH_MERCURY
static PressureUnit
UNITS. KGF_PER_SQUARE_MM
static PressureUnit
UNITS. KILOPASCAL
static PressureUnit
UNITS. MILLIBAR
static PressureUnit
UNITS. MILLIMETER_MERCURY
static PressureUnit
UNITS. PASCAL
static PressureUnit
UNITS. PIEZE
static PressureUnit
UNITS. POUND_PER_SQUARE_FOOT
static PressureUnit
UNITS. POUND_PER_SQUARE_INCH
static PressureUnit
UNITS. TORR
-
Uses of PressureUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type PressureUnit Modifier and Type Method Description PressureMatrix
SIMatrix. asPressure(PressureUnit displayUnit)
Return the current matrix as a pressure matrix, and provide a display unit.PressureMatrix
PressureMatrix. instantiateMatrix(DoubleMatrixData dmd, PressureUnit displayUnit)
Instantiate a new matrix of the class of this matrix.Pressure
PressureMatrix. instantiateScalarSI(double valueSI, PressureUnit displayUnit)
Instantiate a new scalar for the class of this matrix.PressureVector
PressureMatrix. instantiateVector(DoubleVectorData dvd, PressureUnit displayUnit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type PressureUnit Constructor Description PressureMatrix(DoubleMatrixData data, PressureUnit unit)
-
Uses of PressureUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type PressureUnit Modifier and Type Method Description Pressure
SIScalar. asPressure(PressureUnit displayUnit)
Return the current scalar as a pressure, and provide a display unit.Pressure
Pressure. instantiateRel(double value, PressureUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.Constructors in org.djunits.value.vdouble.scalar with parameters of type PressureUnit Constructor Description Pressure(double value, PressureUnit unit)
Construct Pressure scalar. -
Uses of PressureUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type PressureUnit Modifier and Type Method Description PressureVector
SIVector. asPressure(PressureUnit displayUnit)
Return the current vector as a pressure vector, and provide a display unit.Pressure
PressureVector. instantiateScalarSI(double valueSI, PressureUnit displayUnit)
Instantiate a new scalar for the class of this vector.PressureVector
PressureVector. instantiateVector(DoubleVectorData dvd, PressureUnit displayUnit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vdouble.vector with parameters of type PressureUnit Constructor Description PressureVector(DoubleVectorData data, PressureUnit displayUnit)
Construct an PressureVector from an internal data object. -
Uses of PressureUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type PressureUnit Modifier and Type Method Description FloatPressureMatrix
FloatSIMatrix. asPressure(PressureUnit displayUnit)
Return the current matrix as a pressure matrix, and provide a display unit.FloatPressureMatrix
FloatPressureMatrix. instantiateMatrix(FloatMatrixData fmd, PressureUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FloatPressure
FloatPressureMatrix. instantiateScalarSI(float valueSI, PressureUnit displayUnit)
Instantiate a new scalar for the class of this matrix.FloatPressureVector
FloatPressureMatrix. instantiateVector(FloatVectorData fvd, PressureUnit displayUnit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type PressureUnit Constructor Description FloatPressureMatrix(FloatMatrixData data, PressureUnit unit)
-
Uses of PressureUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type PressureUnit Modifier and Type Method Description FloatPressure
FloatSIScalar. asPressure(PressureUnit displayUnit)
Return the current scalar as a pressure, and provide a display unit.FloatPressure
FloatPressure. instantiateRel(float value, PressureUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.Constructors in org.djunits.value.vfloat.scalar with parameters of type PressureUnit Constructor Description FloatPressure(double value, PressureUnit unit)
Construct FloatPressure scalar using a double value.FloatPressure(float value, PressureUnit unit)
Construct FloatPressure scalar. -
Uses of PressureUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type PressureUnit Modifier and Type Method Description FloatPressureVector
FloatSIVector. asPressure(PressureUnit displayUnit)
Return the current vector as a pressure vector, and provide a display unit.FloatPressure
FloatPressureVector. instantiateScalarSI(float valueSI, PressureUnit displayUnit)
Instantiate a new scalar for the class of this vector.FloatPressureVector
FloatPressureVector. instantiateVector(FloatVectorData fvd, PressureUnit displayUnit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vfloat.vector with parameters of type PressureUnit Constructor Description FloatPressureVector(FloatVectorData data, PressureUnit unit)
Construct an FloatPressureVector from an internal data object.