Uses of Class
org.djunits.unit.PressureUnit
Packages that use 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
Fields in org.djunits.unit declared as PressureUnitModifier and TypeFieldDescriptionstatic final PressureUnitPressureUnit.ATMOSPHERE_STANDARDstandard atmosphere.static final PressureUnitPressureUnit.ATMOSPHERE_TECHNICALtechnical atmosphere.static final PressureUnitPressureUnit.BARbar.static final PressureUnitPressureUnit.BARYEbarye.static final PressureUnitPressureUnit.CENTIMETER_MERCURYcm Hg.static final PressureUnitPressureUnit.FOOT_MERCURYfoot Hg.static final PressureUnitPressureUnit.HECTOPASCALhectoPascal.static final PressureUnitPressureUnit.INCH_MERCURYinch Hg.static final PressureUnitPressureUnit.KGF_PER_SQUARE_MMkilogram-force per square millimeter.static final PressureUnitPressureUnit.KILOPASCALkiloPascal.static final PressureUnitPressureUnit.MILLIBARmillibar.static final PressureUnitPressureUnit.MILLIMETER_MERCURYmm Hg.static final PressureUnitPressureUnit.PASCALPascal.static final PressureUnitPressureUnit.PIEZEpieze.static final PressureUnitPressureUnit.POUND_PER_SQUARE_FOOTpound per square foot.static final PressureUnitPressureUnit.POUND_PER_SQUARE_INCHpound per square inch.static final PressureUnitPressureUnit.SIThe SI unit for pressure is Pascal = kgm/s2.static final PressureUnitPressureUnit.TORRtorr.Fields in org.djunits.unit with type parameters of type PressureUnitModifier and TypeFieldDescriptionstatic final 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 PressureUnitModifier and TypeFieldDescriptionstatic final PressureUnitUNITS.ATMOSPHERE_STANDARDstatic final PressureUnitUNITS.ATMOSPHERE_TECHNICALstatic final PressureUnitUNITS.BARstatic final PressureUnitUNITS.BARYEstatic final PressureUnitUNITS.CENTIMETER_MERCURYstatic final PressureUnitUNITS.FOOT_MERCURYstatic final PressureUnitUNITS.HECTOPASCALstatic final PressureUnitUNITS.INCH_MERCURYstatic final PressureUnitUNITS.KGF_PER_SQUARE_MMstatic final PressureUnitUNITS.KILOPASCALstatic final PressureUnitUNITS.MILLIBARstatic final PressureUnitUNITS.MILLIMETER_MERCURYstatic final PressureUnitUNITS.PASCALstatic final PressureUnitUNITS.PIEZEstatic final PressureUnitUNITS.POUND_PER_SQUARE_FOOTstatic final PressureUnitUNITS.POUND_PER_SQUARE_INCHstatic final PressureUnitUNITS.TORR -
Uses of PressureUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type PressureUnitModifier and TypeMethodDescriptionfinal PressureMatrixSIMatrix.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) Constructors in org.djunits.value.vdouble.matrix with parameters of type PressureUnitModifierConstructorDescriptionPressureMatrix(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.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type PressureUnitModifierConstructorDescriptionPressureMatrix(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
Methods in org.djunits.value.vdouble.scalar with parameters of type PressureUnitModifier and TypeMethodDescriptionfinal PressureSIScalar.asPressure(PressureUnit displayUnit) Return the current scalar as a pressure, and provide a display unit.final PressurePressure.instantiateRel(double value, PressureUnit unit) Constructors in org.djunits.value.vdouble.scalar with parameters of type PressureUnitModifierConstructorDescriptionPressure(double value, PressureUnit unit) Construct Pressure scalar with a unit. -
Uses of PressureUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type PressureUnitModifier and TypeMethodDescriptionfinal PressureVectorSIVector.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) Constructors in org.djunits.value.vdouble.vector with parameters of type PressureUnitModifierConstructorDescriptionPressureVector(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
Methods in org.djunits.value.vfloat.matrix with parameters of type PressureUnitModifier and TypeMethodDescriptionfinal FloatPressureMatrixFloatSIMatrix.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) Constructors in org.djunits.value.vfloat.matrix with parameters of type PressureUnitModifierConstructorDescriptionFloatPressureMatrix(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.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type PressureUnitModifierConstructorDescriptionFloatPressureMatrix(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
Methods in org.djunits.value.vfloat.scalar with parameters of type PressureUnitModifier and TypeMethodDescriptionfinal FloatPressureFloatSIScalar.asPressure(PressureUnit displayUnit) Return the current scalar as a pressure, and provide a display unit.final FloatPressureFloatPressure.instantiateRel(float value, PressureUnit unit) Constructors in org.djunits.value.vfloat.scalar with parameters of type PressureUnitModifierConstructorDescriptionFloatPressure(double value, PressureUnit unit) Construct FloatPressure scalar with a unit using a double value.FloatPressure(float value, PressureUnit unit) Construct FloatPressure scalar with a unit. -
Uses of PressureUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type PressureUnitModifier and TypeMethodDescriptionfinal FloatPressureVectorFloatSIVector.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) Constructors in org.djunits.value.vfloat.vector with parameters of type PressureUnitModifierConstructorDescriptionFloatPressureVector(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.