flow360.Pressure

flow360.Pressure#

class Pressure[source]#

Bases: SingleAttributeModel

Pressure class to specify the static pressure for Outflow boundary condition via Outflow.spec.

Example

>>> fl.Pressure(value = 1.01e6 * fl.u.Pa)

type_name: Literal['Pressure'] = 'Pressure'#
value: Annotated[_Constrained, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] [Required]#

The static pressure value.

Constraints:
  • func = <function _dimensioned_type_serializer at 0x79c44aad7130>

  • return_type = PydanticUndefined

  • when_used = always