← Latest papers
⚡ electrical engineering

Algorithmic Synthesis and Parametric Modeling of Dual Bio-Inspired Airfoils Featuring Leading-Edge Tubercles and Trailing-Edge Serrations

This paper presents a reproducible, parametric modeling framework using Grasshopper and Python to generate three-dimensional airfoils with bio-inspired leading-edge tubercles and trailing-edge serrations, detailing the governing equations, source code, and workflow for aerodynamic optimization and CFD preparation.

Original authors: MD. Rokibul Hasan

Published 2026-08-19
📖 5 min read🧠 Deep dive

Original authors: MD. Rokibul Hasan

Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Nature often solves engineering problems long before humans learn to build machines. For decades, marine biologists studied the humpback whale, a creature that moves through water with surprising agility despite its massive size. They noticed strange, bumpy protrusions running along the leading edge of the whale's pectoral fins. For a long time, these bumps were dismissed as scars or parasitic growths, but researchers eventually realized they were a deliberate design feature. These protrusions, known as tubercles, create swirling currents that keep water flowing smoothly over the fin even at steep angles, preventing the sudden loss of lift that usually occurs when a wing stalls. In a similar vein, scientists observed that nocturnal owls fly silently because the jagged, sawtooth edges of their feathers break up sound waves, scattering noise into frequencies that are less audible to prey. These biological tricks have inspired engineers to modify airplane wings and wind turbine blades, hoping to gain better control and quieter operation. However, turning these biological ideas into real, three-dimensional metal or plastic parts is difficult. Traditional computer design tools are often too rigid; they struggle to create a single object that has a wavy front edge, a jagged back edge, and a smooth curve in between, all while allowing a designer to tweak the shape instantly.

A researcher at the Military Institute of Science and Technology in Bangladesh has developed a new way to bridge this gap. The work focuses on creating a flexible, automated system that can generate complex airfoil blades featuring both the whale-like bumps on the front and the owl-like sawteeth on the back. Instead of manually drawing every curve, the researcher built a digital pipeline using a visual programming tool that connects mathematical rules directly to 3D shapes. The system starts with a standard airfoil profile, a shape familiar to aviation engineers, and then applies two distinct modifications. First, it varies the width of the blade along its length in a smooth, wave-like pattern, creating the leading-edge tubercles. Second, it cuts a series of notches into the trailing edge to form the serrations. The entire process is driven by a set of adjustable controls, allowing a user to change the depth of the bumps, the spacing of the waves, or the size of the sawteeth with a single slider.

The core of this work is a computer script that acts as the engine for the design. It takes a standard mathematical description of an airfoil and modifies it to include a specific thickness at the very back, rather than leaving it as a sharp point. It then calculates the exact position of hundreds of points along the curve of the wing. To create the bumps, the script changes the length of the wing at different heights, making it wider and narrower in a rhythmic pattern. To create the serrations, it uses a Boolean operation, which is a digital subtraction process, to carve out the notches from the solid shape. The result is a watertight, three-dimensional model that is ready to be tested in a computer simulation of airflow. The researcher provided the complete code and a step-by-step guide, ensuring that anyone with the right software can reproduce the exact same shapes without needing to write their own complex programs.

To understand how these features interact, the researcher tested the system by changing one variable at a time while keeping everything else constant. The tests showed that the depth of the bumps and the number of waves along the blade are controlled independently. Increasing the depth of the bumps simply makes the wing wider and narrower by a larger amount, without changing how many bumps there are. Conversely, changing the wavelength packs more or fewer bumps into the same space without altering their depth. The sawtooth notches on the back edge were found to be completely independent of the front bumps; adjusting the depth of the cuts does not affect the wave pattern at the front. This independence is crucial for designers, as it means they can fine-tune the aerodynamic benefits of the bumps and the noise-reducing benefits of the serrations separately. The study also identified practical limits; if the bumps are made too deep relative to the size of the wing, the narrowest parts of the blade become too thin to be structurally sound, and if the notches are cut too deep, they might punch all the way through the material.

The paper does not claim to have solved the problem of aerodynamic performance or noise reduction. It stops at the creation of the geometry itself. The researcher explicitly notes that the system does not yet include the ability to twist the blade or change its angle along the span, features common in real aircraft wings. Furthermore, the system is currently limited to a specific family of airfoil shapes and uses a simple, repeating wave pattern for the bumps, rather than the more complex, irregular shapes found in nature. The work is a tool for generation, not a final answer. The author plans to use these generated shapes in future studies to run computer simulations of airflow and noise, which will determine exactly how much lift is gained or how much sound is reduced. For now, the achievement is the ability to rapidly produce a vast library of these dual-modified blades, turning a difficult, manual design task into a quick, repeatable process that brings the lessons of the whale and the owl into the realm of modern engineering.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →