pymead.analysis.calc_aero_data.convert_xfoil_string_to_aero_data#

convert_xfoil_string_to_aero_data(line1: str, line2: str, aero_data: dict)[source]#

Extracts aerodynamic data from strings pulled from XFOIL log files. The two string inputs are the string outputs from pymead.analysis.read_aero_data.read_aero_data_from_xfoil

Parameters:
  • line1 (str) – First line containing the aerodynamic data in the XFOIL log file.

  • line2 (str) – Second line containing the aerodynamic data in the XFOIL log file.

  • aero_data (dict) – Dictionary to which to write the aerodynamic data