BladeX: Python Blade Morphing

Journal: 

The Journal of Open Source Software, 4(34), p. pp. 1203, 2019

Date: 

2019

Authors: 

M. Gadalla, M. Tezzele, A. Mola, and G. Rozza

Marine propeller blade shape is constantly studied by engineers to obtain designs that allow for enhanced hydrodynamic performance while reducing vibrations and noise emissions. In such framework, shape parametrization and morphing algorithms are crucial elements of the numerical simulation and prototyping environment required for the evaluation of new blade geometries. From a practical standpoint, a propeller blade is uniquely described by the following parameters: the shape of a certain number of sectional profiles, complemented by the pitch, skew, rake, and chord length values corresponding to each section along the radial direction. Taking such parameters into account we are able to construct a blade and, parametrizing the aforementioned quantities by spline reconstruction, we are able to morph every single section. This results in a morphing tool that expands in a non-intrusive way the naval engineering consolidated design techniques. In particular, we followed Carlton (2012) for marine propeller blades construction, conventions, and terminology. In the BladeX Python package, we implemented the bottom-up construction of blades given the radial distribution of pitch, skew, rake, chord, and camber of the sectional profiles. We also provide several tutorials showing how to construct or import sectional profiles in 2D and then how to generate the desired 3D representation of the blade. It is also possible to export the final design in CAD files such as iges and stl. Even if the focus is on marine propeller blades, the software is general enough to produce, for instance, aircraft wings or wind turbine blades. It is particularly suited for simulation-driven design shape optimization. The package has already been used within the research project PRELICA, “Advanced methodologies for hydro-acoustic design of naval propulsion,” with both industrial and academic partners, and some results can be found in Tezzele, Demo, Mola, & Rozza (2018). This highlights that the target user of this package is either a numerical analyst working in academia or a skilled engineer working in the naval construction field. As an example, we show below a bottom-up construction of a benchmark blade called PPTC, and the resulting iges and stl file formats. Here we have the undeformed reference blade and a couple of deformed configurations obtained by moving some control points defining the skew and chord length radial distributions.

 

@article{GadallaTezzeleMolaRozza2019,
author = {Gadalla, Mahmoud and Tezzele, Marco and Mola, Andrea and Rozza, Gianluigi},
title = {{BladeX: Python Blade Morphing}},
journal = {The Journal of Open Source Software},
preprint = {https://www.theoj.org/joss-papers/joss.01203/10.21105.joss.01203.pdf},
volume = {4},
number = {34},
pages = {1203},
year = {2019},
doi = {10.21105/joss.01203}
}