fastoad.models.geometry.profiles.get_profile module

Airfoil reshape function

fastoad.models.geometry.profiles.get_profile.get_profile(file_name: str = 'BACJ.txt', thickness_ratio=None, chord_length=None) → pandas.core.frame.DataFrame[source]

Reads profile from indicated resource file and returns it after resize

Parameters
  • file_name – name of resource (only “BACJ.txt” for now)

  • thickness_ratio

  • chord_length

Returns

Nx2 pandas.DataFrame with x in 1st column and z in 2nd column