buffalo_wings.wing.CfdMeshSpec

class buffalo_wings.wing.CfdMeshSpec(n_span, n_airfoil)[source]

Bases: object

CFD surface sampling controls.

Parameters:
  • n_span (int)

  • n_airfoil (int)

n_span

Number of spanwise samples used for the exported CFD surface mesh.

Type:

int

n_airfoil

Number of chordwise airfoil samples per section.

Type:

int

__init__(n_span, n_airfoil)
Parameters:
  • n_span (int)

  • n_airfoil (int)

Return type:

None

Methods

__init__(n_span, n_airfoil)

Attributes

n_span

n_airfoil