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 Pressure
PressureMatrix. 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 Pressure
Pressure. NaN
Constant with value NaN.static Pressure
Pressure. NEG_MAXVALUE
Constant with value -MAX_VALUE.static Pressure
Pressure. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static Pressure
Pressure. ONE
Constant with value one.static Pressure
Pressure. POS_MAXVALUE
Constant with value MAX_VALUE.static Pressure
Pressure. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static Pressure
Pressure. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return Pressure Modifier and Type Method Description Pressure
SIScalar. asPressure()
Return the current scalar as a pressure.Pressure
SIScalar. asPressure(PressureUnit displayUnit)
Return the current scalar as a pressure, and provide a display unit.Pressure
Energy. divide(Volume v)
Calculate the division of Energy and Volume, which results in a Pressure scalar.Pressure
Force. divide(Area v)
Calculate the division of Force and Area, which results in a Pressure scalar.Pressure
Torque. divide(Volume v)
Calculate the division of Torque and Volume, which results in a Pressure scalar.Pressure
Pressure. instantiateRel(double value, PressureUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static Pressure
Pressure. instantiateSI(double value)
Construct Pressure scalar.static Pressure
Pressure. interpolate(Pressure zero, Pressure one, double ratio)
Interpolate between two values.static Pressure
Pressure. max(Pressure r1, Pressure r2)
Return the maximum value of two relative scalars.static Pressure
Pressure. max(Pressure r1, Pressure r2, Pressure... rn)
Return the maximum value of more than two relative scalars.static Pressure
Pressure. min(Pressure r1, Pressure r2)
Return the minimum value of two relative scalars.static Pressure
Pressure. min(Pressure r1, Pressure r2, Pressure... rn)
Return the minimum value of more than two relative scalars.static Pressure
Pressure. of(double value, String unitString)
Returns a Pressure based on a value and the textual representation of the unit.Pressure
Dimensionless. times(Pressure v)
Calculate the multiplication of Dimensionless and Pressure, which results in a Pressure scalar.static Pressure
Pressure. 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 Volume
Energy. divide(Pressure v)
Calculate the division of Energy and Pressure, which results in a Volume scalar.Area
Force. divide(Pressure v)
Calculate the division of Force and Pressure, which results in a Area scalar.Dimensionless
Pressure. divide(Pressure v)
Calculate the division of Pressure and Pressure, which results in a Dimensionless scalar.Volume
Torque. divide(Pressure v)
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
Pressure. max(Pressure r1, Pressure r2)
Return the maximum value of two relative scalars.static Pressure
Pressure. max(Pressure r1, Pressure r2, Pressure... rn)
Return the maximum value of more than two relative scalars.static Pressure
Pressure. min(Pressure r1, Pressure r2)
Return the minimum value of two relative scalars.static Pressure
Pressure. min(Pressure r1, Pressure r2, Pressure... rn)
Return the minimum value of more than two relative scalars.Force
Area. times(Pressure v)
Calculate the multiplication of Area and Pressure, which results in a Force scalar.Pressure
Dimensionless. times(Pressure v)
Calculate the multiplication of Dimensionless and Pressure, which results in a Pressure scalar.Energy
Volume. 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 Pressure
PressureVector. 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.