pymead.analysis.read_aero_data.read_Cp_from_file_xfoil# read_Cp_from_file_xfoil(fname: str)[source]# Reads the \(C_p\) data from the format output by XFOIL and converts it to a numpy array Parameters: fname (str) – File from which to read the \(C_p\) data Returns: Dictionary containing 1-D numpy arrays for \(x\), \(y\), and \(C_p\) Return type: dict