Uses of Class
org.djunits.unit.PressureUnit
Package
Description
Units for version 4 of DJUNITS.
Utility classes for the unit package.
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Scalar storage and calculations with units, absolute/relative.
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of PressureUnit in org.djunits.unit
Modifier and TypeFieldDescriptionstatic final PressureUnit
PressureUnit.ATMOSPHERE_STANDARD
standard atmosphere.static final PressureUnit
PressureUnit.ATMOSPHERE_TECHNICAL
technical atmosphere.static final PressureUnit
PressureUnit.BAR
bar.static final PressureUnit
PressureUnit.BARYE
barye.static final PressureUnit
PressureUnit.CENTIMETER_MERCURY
cm Hg.static final PressureUnit
PressureUnit.FOOT_MERCURY
foot Hg.static final PressureUnit
PressureUnit.HECTOPASCAL
hectoPascal.static final PressureUnit
PressureUnit.INCH_MERCURY
inch Hg.static final PressureUnit
PressureUnit.KGF_PER_SQUARE_MM
kilogram-force per square millimeter.static final PressureUnit
PressureUnit.KILOPASCAL
kiloPascal.static final PressureUnit
PressureUnit.MILLIBAR
millibar.static final PressureUnit
PressureUnit.MILLIMETER_MERCURY
mm Hg.static final PressureUnit
PressureUnit.PASCAL
Pascal.static final PressureUnit
PressureUnit.PIEZE
pieze.static final PressureUnit
PressureUnit.POUND_PER_SQUARE_FOOT
pound per square foot.static final PressureUnit
PressureUnit.POUND_PER_SQUARE_INCH
pound per square inch.static final PressureUnit
PressureUnit.SI
The SI unit for pressure is Pascal = kgm/s2.static final PressureUnit
PressureUnit.TORR
torr.Modifier and TypeFieldDescriptionstatic final Quantity<PressureUnit>
PressureUnit.BASE
The base, with "kg/ms2" as the SI signature. -
Uses of PressureUnit in org.djunits.unit.util
Modifier and TypeFieldDescriptionstatic final PressureUnit
UNITS.ATMOSPHERE_STANDARD
static final PressureUnit
UNITS.ATMOSPHERE_TECHNICAL
static final PressureUnit
UNITS.BAR
static final PressureUnit
UNITS.BARYE
static final PressureUnit
UNITS.CENTIMETER_MERCURY
static final PressureUnit
UNITS.FOOT_MERCURY
static final PressureUnit
UNITS.HECTOPASCAL
static final PressureUnit
UNITS.INCH_MERCURY
static final PressureUnit
UNITS.KGF_PER_SQUARE_MM
static final PressureUnit
UNITS.KILOPASCAL
static final PressureUnit
UNITS.MILLIBAR
static final PressureUnit
UNITS.MILLIMETER_MERCURY
static final PressureUnit
UNITS.PASCAL
static final PressureUnit
UNITS.PIEZE
static final PressureUnit
UNITS.POUND_PER_SQUARE_FOOT
static final PressureUnit
UNITS.POUND_PER_SQUARE_INCH
static final PressureUnit
UNITS.TORR
-
Uses of PressureUnit in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionfinal PressureMatrix
SIMatrix.asPressure
(PressureUnit displayUnit) Return the current matrix as a pressure matrix, and provide a display unit.PressureMatrix.instantiateMatrix
(DoubleMatrixData dmd, PressureUnit displayUnit) PressureMatrix.instantiateScalarSI
(double valueSI, PressureUnit displayUnit) PressureMatrix.instantiateVector
(DoubleVectorData dvd, PressureUnit displayUnit) ModifierConstructorDescriptionPressureMatrix
(double[][] data, PressureUnit displayUnit) Construct a PressureMatrix from a double[][] object.PressureMatrix
(double[][] data, PressureUnit displayUnit, StorageType storageType) Construct a PressureMatrix from a double[][] object.PressureMatrix
(Collection<DoubleSparseValue<PressureUnit, Pressure>> data, PressureUnit displayUnit, int rows, int cols) Construct a PressureMatrix from a (sparse) collection of DoubleSparseValue objects.PressureMatrix
(Collection<DoubleSparseValue<PressureUnit, Pressure>> data, PressureUnit displayUnit, int rows, int cols, StorageType storageType) Construct a PressureMatrix from a (sparse) collection of DoubleSparseValue objects.PressureMatrix
(DoubleMatrixData data, PressureUnit displayUnit) Construct a PressureMatrix from an internal data object.PressureMatrix
(Pressure[][] data, PressureUnit displayUnit) Construct a PressureMatrix from an array of an array of Pressure objects.PressureMatrix
(Pressure[][] data, PressureUnit displayUnit, StorageType storageType) Construct a PressureMatrix from an array of an array of Pressure objects.ModifierConstructorDescriptionPressureMatrix
(Collection<DoubleSparseValue<PressureUnit, Pressure>> data, int rows, int cols) Construct a PressureMatrix from a (sparse) collection of DoubleSparseValue objects.PressureMatrix
(Collection<DoubleSparseValue<PressureUnit, Pressure>> data, int rows, int cols, StorageType storageType) Construct a PressureMatrix from a (sparse) collection of DoubleSparseValue objects.PressureMatrix
(Collection<DoubleSparseValue<PressureUnit, Pressure>> data, PressureUnit displayUnit, int rows, int cols) Construct a PressureMatrix from a (sparse) collection of DoubleSparseValue objects.PressureMatrix
(Collection<DoubleSparseValue<PressureUnit, Pressure>> data, PressureUnit displayUnit, int rows, int cols, StorageType storageType) Construct a PressureMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of PressureUnit in org.djunits.value.vdouble.scalar
Modifier and TypeMethodDescriptionfinal Pressure
SIScalar.asPressure
(PressureUnit displayUnit) Return the current scalar as a pressure, and provide a display unit.final Pressure
Pressure.instantiateRel
(double value, PressureUnit unit) ModifierConstructorDescriptionPressure
(double value, PressureUnit unit) Construct Pressure scalar. -
Uses of PressureUnit in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionfinal PressureVector
SIVector.asPressure
(PressureUnit displayUnit) Return the current vector as a pressure vector, and provide a display unit.PressureVector.instantiateScalarSI
(double valueSI, PressureUnit displayUnit) PressureVector.instantiateVector
(DoubleVectorData dvd, PressureUnit displayUnit) ModifierConstructorDescriptionPressureVector
(double[] data, PressureUnit displayUnit) Construct an PressureVector from a double[] object.PressureVector
(double[] data, PressureUnit displayUnit, StorageType storageType) Construct an PressureVector from a double[] object.PressureVector
(List<? extends Number> data, PressureUnit displayUnit) Construct an PressureVector from a list of Number objects or a list of Pressure objects.PressureVector
(List<? extends Number> data, PressureUnit displayUnit, StorageType storageType) Construct an PressureVector from a list of Number objects or a list of Pressure objects.PressureVector
(Map<Integer, ? extends Number> data, int size, PressureUnit displayUnit) Construct an PressureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Pressure objects.PressureVector
(Map<Integer, ? extends Number> data, int size, PressureUnit displayUnit, StorageType storageType) Construct an PressureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Pressure objects.PressureVector
(Pressure[] data, PressureUnit displayUnit) Construct an PressureVector from an array of Pressure objects.PressureVector
(Pressure[] data, PressureUnit displayUnit, StorageType storageType) Construct an PressureVector from an array of Pressure objects.PressureVector
(DoubleVectorData data, PressureUnit displayUnit) Construct an PressureVector from an internal data object. -
Uses of PressureUnit in org.djunits.value.vfloat.matrix
Modifier and TypeMethodDescriptionfinal FloatPressureMatrix
FloatSIMatrix.asPressure
(PressureUnit displayUnit) Return the current matrix as a pressure matrix, and provide a display unit.FloatPressureMatrix.instantiateMatrix
(FloatMatrixData fmd, PressureUnit displayUnit) FloatPressureMatrix.instantiateScalarSI
(float valueSI, PressureUnit displayUnit) FloatPressureMatrix.instantiateVector
(FloatVectorData fvd, PressureUnit displayUnit) ModifierConstructorDescriptionFloatPressureMatrix
(float[][] data, PressureUnit displayUnit) Construct a FloatPressureMatrix from a float[][] object.FloatPressureMatrix
(float[][] data, PressureUnit displayUnit, StorageType storageType) Construct a FloatPressureMatrix from a float[][] object.FloatPressureMatrix
(Collection<FloatSparseValue<PressureUnit, FloatPressure>> data, PressureUnit displayUnit, int rows, int cols) Construct a FloatPressureMatrix from a (sparse) collection of FloatSparseValue objects.FloatPressureMatrix
(Collection<FloatSparseValue<PressureUnit, FloatPressure>> data, PressureUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatPressureMatrix from a (sparse) collection of FloatSparseValue objects.FloatPressureMatrix
(FloatMatrixData data, PressureUnit displayUnit) Construct a FloatPressureMatrix from an internal data object.FloatPressureMatrix
(FloatPressure[][] data, PressureUnit displayUnit) Construct a FloatPressureMatrix from an array of an array of FloatPressure objects.FloatPressureMatrix
(FloatPressure[][] data, PressureUnit displayUnit, StorageType storageType) Construct a FloatPressureMatrix from an array of an array of FloatPressure objects.ModifierConstructorDescriptionFloatPressureMatrix
(Collection<FloatSparseValue<PressureUnit, FloatPressure>> data, int rows, int cols) Construct a FloatPressureMatrix from a (sparse) collection of FloatSparseValue objects.FloatPressureMatrix
(Collection<FloatSparseValue<PressureUnit, FloatPressure>> data, int rows, int cols, StorageType storageType) Construct a FloatPressureMatrix from a (sparse) collection of FloatSparseValue objects.FloatPressureMatrix
(Collection<FloatSparseValue<PressureUnit, FloatPressure>> data, PressureUnit displayUnit, int rows, int cols) Construct a FloatPressureMatrix from a (sparse) collection of FloatSparseValue objects.FloatPressureMatrix
(Collection<FloatSparseValue<PressureUnit, FloatPressure>> data, PressureUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatPressureMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of PressureUnit in org.djunits.value.vfloat.scalar
Modifier and TypeMethodDescriptionfinal FloatPressure
FloatSIScalar.asPressure
(PressureUnit displayUnit) Return the current scalar as a pressure, and provide a display unit.final FloatPressure
FloatPressure.instantiateRel
(float value, PressureUnit unit) ModifierConstructorDescriptionFloatPressure
(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
Modifier and TypeMethodDescriptionfinal FloatPressureVector
FloatSIVector.asPressure
(PressureUnit displayUnit) Return the current vector as a pressure vector, and provide a display unit.FloatPressureVector.instantiateScalarSI
(float valueSI, PressureUnit displayUnit) FloatPressureVector.instantiateVector
(FloatVectorData fvd, PressureUnit displayUnit) ModifierConstructorDescriptionFloatPressureVector
(float[] data, PressureUnit displayUnit) Construct a FloatPressureVector from a float[] object.FloatPressureVector
(float[] data, PressureUnit displayUnit, StorageType storageType) Construct a FloatPressureVector from a float[] object.FloatPressureVector
(List<? extends Number> data, PressureUnit displayUnit) Construct a FloatPressureVector from a list of Number objects or a list of FloatPressure objects.FloatPressureVector
(List<? extends Number> data, PressureUnit displayUnit, StorageType storageType) Construct a FloatPressureVector from a list of Number objects or a list of FloatPressure objects.FloatPressureVector
(Map<Integer, ? extends Number> data, int size, PressureUnit displayUnit) Construct a FloatPressureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatPressure objects.FloatPressureVector
(Map<Integer, ? extends Number> data, int size, PressureUnit displayUnit, StorageType storageType) Construct a FloatPressureVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatPressure objects.FloatPressureVector
(FloatPressure[] data, PressureUnit displayUnit) Construct a FloatPressureVector from an array of FloatPressure objects.FloatPressureVector
(FloatPressure[] data, PressureUnit displayUnit, StorageType storageType) Construct a FloatPressureVector from an array of FloatPressure objects.FloatPressureVector
(FloatVectorData data, PressureUnit displayUnit) Construct a FloatPressureVector from an internal data object.