Uses of Class
org.djunits.value.vdouble.scalar.Pressure
| Package | Description |
|---|---|
| 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.
|
-
Uses of Pressure in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Pressure Modifier and Type Method Description PressurePressureMatrix. instantiateScalarSI(double valueSI, PressureUnit displayUnit)Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type Pressure Modifier and Type Method Description Class<Pressure>PressureMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of Pressure in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Pressure Modifier and Type Field Description static PressurePressure. NaNConstant with value NaN.static PressurePressure. NEG_MAXVALUEConstant with value -MAX_VALUE.static PressurePressure. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static PressurePressure. ONEConstant with value one.static PressurePressure. POS_MAXVALUEConstant with value MAX_VALUE.static PressurePressure. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static PressurePressure. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return Pressure Modifier and Type Method Description PressureSIScalar. asPressure()Return the current scalar as a pressure.PressureSIScalar. asPressure(PressureUnit displayUnit)Return the current scalar as a pressure, and provide a display unit.PressureEnergy. divide(Volume v)Calculate the division of Energy and Volume, which results in a Pressure scalar.PressureForce. divide(Area v)Calculate the division of Force and Area, which results in a Pressure scalar.PressureTorque. divide(Volume v)Calculate the division of Torque and Volume, which results in a Pressure scalar.PressurePressure. instantiateRel(double value, PressureUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static PressurePressure. instantiateSI(double value)Construct Pressure scalar.static PressurePressure. interpolate(Pressure zero, Pressure one, double ratio)Interpolate between two values.static PressurePressure. max(Pressure r1, Pressure r2)Return the maximum value of two relative scalars.static PressurePressure. max(Pressure r1, Pressure r2, Pressure... rn)Return the maximum value of more than two relative scalars.static PressurePressure. min(Pressure r1, Pressure r2)Return the minimum value of two relative scalars.static PressurePressure. min(Pressure r1, Pressure r2, Pressure... rn)Return the minimum value of more than two relative scalars.static PressurePressure. of(double value, String unitString)Returns a Pressure based on a value and the textual representation of the unit.PressureDimensionless. times(Pressure v)Calculate the multiplication of Dimensionless and Pressure, which results in a Pressure scalar.static PressurePressure. valueOf(String text)Returns a Pressure representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Pressure Modifier and Type Method Description VolumeEnergy. divide(Pressure v)Calculate the division of Energy and Pressure, which results in a Volume scalar.AreaForce. divide(Pressure v)Calculate the division of Force and Pressure, which results in a Area scalar.DimensionlessPressure. divide(Pressure v)Calculate the division of Pressure and Pressure, which results in a Dimensionless scalar.VolumeTorque. divide(Pressure v)Calculate 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 PressurePressure. max(Pressure r1, Pressure r2)Return the maximum value of two relative scalars.static PressurePressure. max(Pressure r1, Pressure r2, Pressure... rn)Return the maximum value of more than two relative scalars.static PressurePressure. min(Pressure r1, Pressure r2)Return the minimum value of two relative scalars.static PressurePressure. min(Pressure r1, Pressure r2, Pressure... rn)Return the minimum value of more than two relative scalars.ForceArea. times(Pressure v)Calculate the multiplication of Area and Pressure, which results in a Force scalar.PressureDimensionless. times(Pressure v)Calculate the multiplication of Dimensionless and Pressure, which results in a Pressure scalar.EnergyVolume. times(Pressure v)Calculate the multiplication of Volume and Pressure, which results in a Energy scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Pressure Constructor Description Pressure(Pressure value)Construct Pressure scalar. -
Uses of Pressure in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Pressure Modifier and Type Method Description PressurePressureVector. instantiateScalarSI(double valueSI, PressureUnit displayUnit)Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type Pressure Modifier and Type Method Description Class<Pressure>PressureVector. getScalarClass()Return the class of the corresponding scalar.