Pressure#
- class Pressure[source]#
Bases:
SingleAttributeModelPressureclass to specify the static pressure for Outflow boundary condition viaOutflow.spec.Example
>>> fl.Pressure(value = 1.01e6 * fl.u.Pa)
Attributes
- value: Pressure.PositiveFloat64#
The static pressure value.