prest#

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

Computes a scalar variable defined as the total pressure = pressure + density*velocity^2/2

Args:
source_parts:

Any part(s) or a part number.

pressure:

A pressure variable.

velocity:

A velocity variable.

density:

A density variable or a value.

output_varname:

The name of the newly created variable

Returns:

New ENS_VAR instance or None

Note:

See PresT() for function details.