dynamic_viscosity#

boundarylayer.dynamic_viscosity(args: Any) int#

Specify the dynamic viscosity constant value or variable name to use in creating/updating the boundary-layer variables.

The <value> can be multiple types depending on variable definition. This variable is required to compute the fluid shear stress of the fluid for the skin-friction coefficient variable.
Args:
p0:

‘value’ the scalar field variable name for the dynamic viscosity

p1:

‘value’ a constant value (default = 1.8300e-05) for the dynamic viscosity

Examples:
ensight.boundarylayer.modify_begin()
ensight.boundarylayer.dynamic_viscosity(1.8300e-05)
ensight.boundarylayer.modify_end()
Returns:

zero on success, non-zero on error