freestream_density#

boundarylayer.freestream_density(args: Any) int#

Specify the freestream density constant value to use in creating/updating the boundary-layer variables.

This variable is required to compute the skin-friction coefficient variable.
Args:
p0:

‘density_value’ constant value (default = 1.) for the freestream density

Examples:
ensight.boundarylayer.modify_begin()
ensight.boundarylayer.freestream_density(9.0000e-01)
ensight.boundarylayer.modify_end()
Returns:

zero on success, non-zero on error