Airfoil Class ============= All functionality is wrapped in the Airfoil class. The Airfoil class can create geometries, create a database using Xfoil, export and import databases, curve fit a database, import and export curve fits, and calculate section properties. For an example of using the Airfoil class to generate and export a database, see the examples/ directory. The following member functions are available: .. automodule:: airfoil_db .. autoclass:: Airfoil :members: