Uses of Class
org.djunits.quantity.Pressure
Packages that use Pressure
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of Pressure in org.djunits.quantity
Fields in org.djunits.quantity 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.quantity that return PressureModifier and TypeMethodDescriptionCalculate the division of Energy and Volume, which results in a Pressure scalar.Calculate the division of Force and Area, which results in a Pressure scalar.Calculate the division of Torque and Volume, which results in a Pressure scalar.Pressure.instantiateSi(double siValue, UnitInterface<Pressure> displayUnit) static PressureReturns a Pressure based on a value and the textual representation of the unit, which can be localized.static PressurePressure.of(double valueInUnit, Pressure.Unit unit) Returns a Pressure based on a value expressed in the unit.static PressurePressure.ofSi(double si) Return a Pressure instance based on an SI value.static PressurePressure.ofSi(double siValue, Pressure.Unit displayUnit) Instantiate a Pressure quantity with an SI or base value and a display unit.Pressure.Unit.ofSi(double si, UnitInterface<Pressure> displayUnit) static PressureReturns a Pressure representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type PressureModifier and TypeMethodDescriptionCalculate the division of Energy and Pressure, which results in a Volume scalar.Calculate the division of Force and Pressure, which results in a Area scalar.Calculate the division of Pressure and Pressure, which results in a Dimensionless quantity.Calculate the division of Torque and Pressure, which results in a Volume scalar.Calculate the multiplication of Area and Pressure, which results in a Force scalar.Calculate the multiplication of Volume and Pressure, which results in a Energy scalar.Method parameters in org.djunits.quantity with type arguments of type PressureModifier and TypeMethodDescriptionPressure.instantiateSi(double siValue, UnitInterface<Pressure> displayUnit) Pressure.Unit.ofSi(double si, UnitInterface<Pressure> displayUnit)