flow360.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)
- 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 0x79301f934ee0>
return_type = PydanticUndefined
when_used = always