Back To Projects

Using Machine Learning Models to Analyze the Aerodynamic Properties of Airfoils

Aaron W.

This research posits that leveraging artificial intelligence could significantly reduce financial and computational costs while identifying optimal airfoil geometries.


In aerodynamics, the lift-drag ratio of an airfoil is of paramount importance, as it directly correlates with fuel efficiency. Traditionally, determining airfoil properties necessitates expensive experimental tests or computationally intensive simulations. This research posits that leveraging artificial intelligence could significantly reduce financial and computational costs while identifying optimal airfoil geometries. The data originates from Bigfoil, a database of airfoils compiled from UIUC’s database, Javafoil, and NACA tested airfoils. Specifically, we employed a convolutional neural network (CNN) to analyze various airfoil images and geometric data. The image data provides the machine learning system a visual understanding of the airfoil, and allows it to pinpoint aerodynamic properties to different shapes. Our model, constructed with multiple Conv2D layers and auxiliary components, was designed to predict the lift-to-drag ratio. Preliminary results were promising: the optimal CNN configuration accurately predicted the ratios for 58.6% of previously unseen airfoils. However, there remains potential for improvement. Enhanced hyperparameter tuning could further augment the prediction accuracy. Additionally, utilizing higher-resolution images and improving image quality enhance the network's predictive capabilities.

Explore More!

Source Code
Aaron W.
Ronil Synghal
UPenn MS in Mechatronics and Robotics, Prior Full-Stack Software Engineer at Healthcare Startup

Related Projects

Integrating Pixhawk and Realsense Camera for Rover Autonomy

This study presents the design and implementation of a low-cost autonomous go-kart that uses a Pixhawk-4 flight controller and ArduPilot to enable waypoint-based navigation and speed control without human intervention. It also demonstrates how integrating an Intel RealSense depth camera improves safety through MAVLink-based obstacle avoidance, particularly in environments with obstacles.
Nathan K.
Mentored by Samuel Akinwande
workspace_premium
Landfill Net: A Convolutional Neural Network (CNN) Architecture for the Detection of Landfills from Satellite Imagery in the Continental United States

This project presents a Convolutional Neural Network (CNN) model that identifies landfills in the U.S. using image data, achieving a 97.1% test accuracy. By supporting the creation of a national landfill database, the model can help detect illegal sites and guide the expansion of methane capture systems to reduce greenhouse gas emissions.
Anika S.
Mentored by Ying Hang Seah
Detecting Racial and Ethnic Bias in Social Media Posts Using Machine Learning

This study investigates the use of machine learning to detect racial and ethnic bias in social media posts using TF-IDF text embeddings and multiple classification models. Results show that Random Forest achieved the highest overall accuracy of 93.45%, demonstrating the potential of machine learning to support automated bias detection despite challenges posed by imbalanced data and the complexity of language.
Mira C.
Mentored by Matan Gans