buffalo_wings.airfoil.sample_airfoil_at_xi

buffalo_wings.airfoil.sample_airfoil_at_xi(airfoil, *, lower, upper)[source]

Sample both surfaces at explicit xi coordinates.

Parameters:
  • airfoil (Airfoil) – Airfoil to sample.

  • lower (buffalo_core.typing.FloatInput) – Lower-surface xi values in [0, 1] ordered from leading edge to trailing edge.

  • upper (buffalo_core.typing.FloatInput) – Upper-surface xi values in [0, 1] ordered from leading edge to trailing edge.

Returns:

Structured downstream sampling payload for both airfoil surfaces.

Return type:

AirfoilSurfaceSamples