pymead.analysis.read_aero_data.read_bl_data_from_mses# read_bl_data_from_mses(src_file: str) → List[dict][source]# Reads boundary layer information from bl.* files generated by MSES Parameters: src_file – Boundary layer file, usually with the filename bl.{airfoil_name} Returns: Boundary layer data list (length \(M\)) of dictionaries, where \(M\) is the number of airfoil sides (2 times the number of airfoils) Return type: List[dict]