API Documentation

It can be nice to print information on the most important classes or functions in your package. The follow test is all automatically generated using sphinx’s autodoc extension.

Calculations with airfoils

calcs.get_lift(air_df, wsp, rho=1.225)[source]

Determine the lift of an airfoil

Parameters:
air_df : pd.Dataframe

Pandas Dataframe containing x- and y-coordinates of airfoil data.

wsp : int, float

Velocity of air..

rho : int, float

Density of air.