flow360.TotalPressure#
- class TotalPressure[source]#
Bases:
SingleAttributeModel
TotalPressure
class to specify the total pressure for Inflow boundary condition viaInflow.spec
.Example
>>> fl.TotalPressure(value = 1.04e6 * fl.u.Pa)
- value: Annotated[_Constrained, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] [Required]#
The total pressure value.
- Constraints:
func = <function _dimensioned_type_serializer at 0x79c44aad7130>
return_type = PydanticUndefined
when_used = always