flowrate#
- ens_calculator.flowrate(source_parts: List[ENS_PART] | List[int] | List[str] | ENS_PART | int | str, velocity: ENS_VAR | str | int, output_varname: str | None = None) ENS_VAR #
Computes a scalar variable defined as the component of velocity in the surface normal direction.
- Args:
- source_parts:
Any 1D or 2D part(s) or a part number.
- velocity:
A velocity variable.
- output_varname:
The name of the newly created variable
- Returns:
New ENS_VAR instance or None
- Note:
See FlowRate() for function details.