It started as a single line of code in September 2025.
Fast forward to today. On May 15th, 2026, have tested on a stand our first manufactured set of fixed-pitch convertible
propellers for a lift+cruise aircraft. They are real. Which I feel as a massive, unbelievable achievement for me.
In this convertible airplane project, with fixed-pitch propellers, we have to cheat physics at least twice: )
To achieve this ambitious goal, my code handles:
- Automated aerodynamic design and optimization: it starts with flight modes, geometric constraints, and engine specs. It
spits out optimal chord distribution, twist angles, and airfoil shapes.
- Lifting line theory: to minimize induced losses, the silent killer of efficiency.
- ML + CASADi for airfoil optimization at three sections.
- BEST calculations (Blade Element Momentum Theory).
- Stress analysis: because a beautiful prop that explodes at max RPM sis just shrapnel waiting to happen.
- NX CAD automation: the code talks to Siemens NX and rebuilds the entire parametric model. Then it puthes that model into
CADFlo for FVA (Finite Volumet Analysis).
- Full visualization and export: graphs, specs, 3D models, and stress heatmaps.