bl_agradofvelmag#

ens_calculator.bl_agradofvelmag(source_parts: List[ENS_PART] | List[int] | List[str], velocity: ENS_VAR | str | int, output_varname: str | None = None) ENS_VAR#

Computes a vector variable defined as the gradient of the magnitude of the specified velocity variable on the specified boundary part(s)

Args:
source_parts:

Any boundary part(s) or a boundary part number.

velocity:

A velocity variable.

output_varname:

The name of the newly created variable

Returns:

New ENS_VAR instance or None

Note:

See BL_aGradOfVelMag() for function details.