determine_velocity_by#
- boundarylayer.determine_velocity_by(p0: str) int #
Specify how to assign the velocity just outside the boundary layer in calculating the boundary-layer variables.
- Args:
- p0:
‘option’
convergence_criteria
distance_from_surface
velocity_magnitude
- Examples:
ensight.boundarylayer.determine_velocity_by("distance_from_surface") ensight.boundarylayer.normal_distance(1.0000e-03) ensight.part.select_begin(2) ensight.boundarylayer.create_update()
- Returns:
zero on success, non-zero on error