Uses of Class
org.djunits.value.vdouble.scalar.Pressure
Packages that use 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
Methods in org.djunits.value.vdouble.matrix that return PressureModifier and TypeMethodDescriptionPressureMatrix.instantiateScalarSI(double valueSI, PressureUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type PressureConstructors in org.djunits.value.vdouble.matrix with parameters of type PressureModifierConstructorDescriptionPressureMatrix(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.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type PressureModifierConstructorDescriptionPressureMatrix(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
Fields in org.djunits.value.vdouble.scalar declared as PressureModifier and TypeFieldDescriptionstatic final PressurePressure.NaNConstant with value NaN.static final PressurePressure.NEG_MAXVALUEConstant with value -MAX_VALUE.static final PressurePressure.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final PressurePressure.ONEConstant with value one.static final PressurePressure.POS_MAXVALUEConstant with value MAX_VALUE.static final PressurePressure.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final PressurePressure.ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return PressureModifier and TypeMethodDescriptionfinal PressureSIScalar.asPressure()Return the current scalar as a pressure.final PressureSIScalar.asPressure(PressureUnit displayUnit) Return the current scalar as a pressure, and provide a display unit.final PressureCalculate the division of Energy and Volume, which results in a Pressure scalar.final PressureCalculate the division of Force and Area, which results in a Pressure scalar.static PressurePressure.divide(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type Pressure.final PressureCalculate the division of Torque and Volume, which results in a Pressure scalar.final PressurePressure.instantiateRel(double value, PressureUnit unit) static PressurePressure.interpolate(Pressure zero, Pressure one, double ratio) Interpolate between two values.static PressureReturn the maximum value of two relative scalars.static PressureReturn the maximum value of more than two relative scalars.static PressureReturn the minimum value of two relative scalars.static PressureReturn the minimum value of more than two relative scalars.static PressurePressure.multiply(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type Pressure.static PressureReturns a Pressure based on a value and the textual representation of the unit, which can be localized.static final PressurePressure.ofSI(double value) Construct Pressure scalar based on an SI value.final PressureCalculate the multiplication of Dimensionless and Pressure, which results in a Pressure scalar.static PressureReturns a Pressure representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type PressureModifier and TypeMethodDescriptionfinal VolumeCalculate the division of Energy and Pressure, which results in a Volume scalar.final AreaCalculate the division of Force and Pressure, which results in a Area scalar.final DimensionlessCalculate the division of Pressure and Pressure, which results in a Dimensionless scalar.final VolumeCalculate the division of Torque and Pressure, which results in a Volume scalar.static PressurePressure.interpolate(Pressure zero, Pressure one, double ratio) Interpolate between two values.static PressureReturn the maximum value of two relative scalars.static PressureReturn the maximum value of more than two relative scalars.static PressureReturn the minimum value of two relative scalars.static PressureReturn the minimum value of more than two relative scalars.final ForceCalculate the multiplication of Area and Pressure, which results in a Force scalar.final PressureCalculate the multiplication of Dimensionless and Pressure, which results in a Pressure scalar.final EnergyCalculate the multiplication of Volume and Pressure, which results in a Energy scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Pressure -
Uses of Pressure in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return PressureModifier and TypeMethodDescriptionPressureVector.instantiateScalarSI(double valueSI, PressureUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type PressureConstructors in org.djunits.value.vdouble.vector with parameters of type PressureModifierConstructorDescriptionPressureVector(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.