Uses of Class
org.djunits.value.vdouble.scalar.Pressure
Package
Description
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.
-
Uses of Pressure in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionPressureMatrix.instantiateScalarSI
(double valueSI, PressureUnit displayUnit) ModifierConstructorDescriptionPressureMatrix
(Pressure[][] data) Construct a PressureMatrix from an array of an array of Pressure objects.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.PressureMatrix
(Pressure[][] data, 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 Pressure in org.djunits.value.vdouble.scalar
Modifier and TypeFieldDescriptionstatic final Pressure
Pressure.NaN
Constant with value NaN.static final Pressure
Pressure.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final Pressure
Pressure.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final Pressure
Pressure.ONE
Constant with value one.static final Pressure
Pressure.POS_MAXVALUE
Constant with value MAX_VALUE.static final Pressure
Pressure.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final Pressure
Pressure.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal Pressure
SIScalar.asPressure()
Return the current scalar as a pressure.final Pressure
SIScalar.asPressure
(PressureUnit displayUnit) Return the current scalar as a pressure, and provide a display unit.final Pressure
Calculate the division of Energy and Volume, which results in a Pressure scalar.final Pressure
Calculate the division of Force and Area, which results in a Pressure scalar.final Pressure
Calculate the division of Torque and Volume, which results in a Pressure scalar.final Pressure
Pressure.instantiateRel
(double value, PressureUnit unit) static final Pressure
Pressure.instantiateSI
(double value) Construct Pressure scalar.static Pressure
Pressure.interpolate
(Pressure zero, Pressure one, double ratio) Interpolate between two values.static Pressure
Return the maximum value of two relative scalars.static Pressure
Return the maximum value of more than two relative scalars.static Pressure
Return the minimum value of two relative scalars.static Pressure
Return the minimum value of more than two relative scalars.static Pressure
Returns a Pressure based on a value and the textual representation of the unit, which can be localized.final Pressure
Calculate the multiplication of Dimensionless and Pressure, which results in a Pressure scalar.static Pressure
Returns a Pressure representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal Volume
Calculate the division of Energy and Pressure, which results in a Volume scalar.final Area
Calculate the division of Force and Pressure, which results in a Area scalar.final Dimensionless
Calculate the division of Pressure and Pressure, which results in a Dimensionless scalar.final Volume
Calculate the division of Torque and Pressure, which results in a Volume scalar.static Pressure
Pressure.interpolate
(Pressure zero, Pressure one, double ratio) Interpolate between two values.static Pressure
Return the maximum value of two relative scalars.static Pressure
Return the maximum value of more than two relative scalars.static Pressure
Return the minimum value of two relative scalars.static Pressure
Return the minimum value of more than two relative scalars.final Force
Calculate the multiplication of Area and Pressure, which results in a Force scalar.final Pressure
Calculate the multiplication of Dimensionless and Pressure, which results in a Pressure scalar.final Energy
Calculate the multiplication of Volume and Pressure, which results in a Energy scalar. -
Uses of Pressure in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionPressureVector.instantiateScalarSI
(double valueSI, PressureUnit displayUnit) ModifierConstructorDescriptionPressureVector
(Pressure[] data) Construct an PressureVector from an array 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
(Pressure[] data, StorageType storageType) Construct an PressureVector from an array of Pressure objects.