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 PressureUnitPressureUnit. ATMOSPHERE_STANDARDstandard atmosphere.static PressureUnitPressureUnit. ATMOSPHERE_TECHNICALtechnical atmosphere.static PressureUnitPressureUnit. BARbar.static PressureUnitPressureUnit. BARYEbarye.static PressureUnitPressureUnit. CENTIMETER_MERCURYcm Hg.static PressureUnitPressureUnit. FOOT_MERCURYfoot Hg.static PressureUnitPressureUnit. HECTOPASCALhectoPascal.static PressureUnitPressureUnit. INCH_MERCURYinch Hg.static PressureUnitPressureUnit. KGF_PER_SQUARE_MMkilogram-force per square millimeter.static PressureUnitPressureUnit. KILOPASCALkiloPascal.static PressureUnitPressureUnit. MILLIBARmillibar.static PressureUnitPressureUnit. MILLIMETER_MERCURYmm Hg.static PressureUnitPressureUnit. PASCALPascal.static PressureUnitPressureUnit. PIEZEpieze.static PressureUnitPressureUnit. POUND_PER_SQUARE_FOOTpound per square foot.static PressureUnitPressureUnit. POUND_PER_SQUARE_INCHpound per square inch.static PressureUnitPressureUnit. SIThe SI unit for pressure is Pascal = kgm/s2.static PressureUnitPressureUnit. TORRtorr.Fields in org.djunits.unit with type parameters of type PressureUnit Modifier and Type Field Description static Quantity<PressureUnit>PressureUnit. BASEThe 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 PressureUnitUNITS. ATMOSPHERE_STANDARDstatic PressureUnitUNITS. ATMOSPHERE_TECHNICALstatic PressureUnitUNITS. BARstatic PressureUnitUNITS. BARYEstatic PressureUnitUNITS. CENTIMETER_MERCURYstatic PressureUnitUNITS. FOOT_MERCURYstatic PressureUnitUNITS. HECTOPASCALstatic PressureUnitUNITS. INCH_MERCURYstatic PressureUnitUNITS. KGF_PER_SQUARE_MMstatic PressureUnitUNITS. KILOPASCALstatic PressureUnitUNITS. MILLIBARstatic PressureUnitUNITS. MILLIMETER_MERCURYstatic PressureUnitUNITS. PASCALstatic PressureUnitUNITS. PIEZEstatic PressureUnitUNITS. POUND_PER_SQUARE_FOOTstatic PressureUnitUNITS. POUND_PER_SQUARE_INCHstatic PressureUnitUNITS. 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 PressureMatrixSIMatrix. asPressure(PressureUnit displayUnit)Return the current matrix as a pressure matrix, and provide a display unit.PressureMatrixPressureMatrix. instantiateMatrix(DoubleMatrixData dmd, PressureUnit displayUnit)Instantiate a new matrix of the class of this matrix.PressurePressureMatrix. instantiateScalarSI(double valueSI, PressureUnit displayUnit)Instantiate a new scalar for the class of this matrix.PressureVectorPressureMatrix. 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 PressureSIScalar. asPressure(PressureUnit displayUnit)Return the current scalar as a pressure, and provide a display unit.PressurePressure. 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 PressureVectorSIVector. asPressure(PressureUnit displayUnit)Return the current vector as a pressure vector, and provide a display unit.PressurePressureVector. instantiateScalarSI(double valueSI, PressureUnit displayUnit)Instantiate a new scalar for the class of this vector.PressureVectorPressureVector. 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 FloatPressureMatrixFloatSIMatrix. asPressure(PressureUnit displayUnit)Return the current matrix as a pressure matrix, and provide a display unit.FloatPressureMatrixFloatPressureMatrix. instantiateMatrix(FloatMatrixData fmd, PressureUnit displayUnit)Instantiate a new matrix of the class of this matrix.FloatPressureFloatPressureMatrix. instantiateScalarSI(float valueSI, PressureUnit displayUnit)Instantiate a new scalar for the class of this matrix.FloatPressureVectorFloatPressureMatrix. 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 FloatPressureFloatSIScalar. asPressure(PressureUnit displayUnit)Return the current scalar as a pressure, and provide a display unit.FloatPressureFloatPressure. 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 FloatPressureVectorFloatSIVector. asPressure(PressureUnit displayUnit)Return the current vector as a pressure vector, and provide a display unit.FloatPressureFloatPressureVector. instantiateScalarSI(float valueSI, PressureUnit displayUnit)Instantiate a new scalar for the class of this vector.FloatPressureVectorFloatPressureVector. 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.