pymead.analysis.read_aero_data.read_aero_data_from_xfoil#

read_aero_data_from_xfoil(fpath: str, aero_data: dict)[source]#

Reads aerodynamic data from XFOIL’s output log

Parameters:
  • fpath (str) – File path to the XFOIL log

  • aero_data (dict) – Dictionary in which the aerodynamic data will be written

Returns:

The first and second lines of the XFOIL log files containing aerodynamic output data

Return type:

str, str