flow360.MassFlowRate#
- class MassFlowRate[source]#
Bases:
SingleAttributeModel
MassFlowRate
class to specify the mass flow rate for Inflow or Outflow boundary condition viaInflow.spec
/Outflow.spec
.Example
>>> fl.MassFlowRate(value = 123 * fl.u.lb / fl.u.s)
- value: Annotated[_Constrained, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] [Required]#
The mass flow rate.
- Constraints:
func = <function _dimensioned_type_serializer at 0x79c44aad7130>
return_type = PydanticUndefined
when_used = always