buffalo_wings.airfoil.DatAirfoilSpec

class buffalo_wings.airfoil.DatAirfoilSpec(type='dat', path='')[source]

Bases: object

Airfoil loaded from a DAT file.

Parameters:
  • type (Literal['dat'])

  • path (str)

type

Schema discriminator for a DAT-backed airfoil definition.

Type:

Literal[``”dat”:py:class:`]`, *default* ``"dat"

path

Path to the DAT file containing the airfoil coordinates.

Type:

str, default ""

__init__(type='dat', path='')
Parameters:
  • type (Literal['dat'])

  • path (str)

Return type:

None

Methods

__init__([type, path])

Attributes

type

path