velocity_magnitude#
- boundarylayer.velocity_magnitude(p0: float) int #
Specify the velocity magnitude normal at which to determine the velocity just outside the boundary layer in order to compute the boundary-layer variables at each node on the surface.
Only used for the boundarylayer: determine_velocity_by distance_from_surface option.- Args:
- p0:
‘velocity_value’ velocity magnitude at which to assign the velocity just outside the boundary layer
- Examples:
ensight.boundarylayer.determine_velocity_by("velocity_magnitude") ensight.boundarylayer.velocity_magnitude(1.0000e+00) ensight.part.select_begin(2) ensight.boundarylayer.create_update()
- Returns:
zero on success, non-zero on error