RCAIDE.Library.Methods.Geometry.Airfoil.generate_interpolated_airfoils

generate_interpolated_airfoils#

Functions

generate_interpolated_airfoils(a1, a2, nairfoils)

Takes in two airfoils, interpolates between their coordinates to generate new airfoil geometries and saves new airfoil files.

generate_interpolated_airfoils(a1, a2, nairfoils, npoints=200, save_filename='Transition')[source]#

Takes in two airfoils, interpolates between their coordinates to generate new airfoil geometries and saves new airfoil files.

Assumptions: Linear geometric transition between airfoils

Source: None

Inputs: a1 first airfoil [ airfoil ] a2 second airfoil [ airfoil ] nairfoils number of airfoils [ unitless ]