To support the Automatic geometry creation, meshing and simulation of the NeoVAD, several functions must be created to generate a blade profile.
Blade profile equations
The DoE provides five blade parameters. To create the geometry in Ansys, a more defined blade profile is required with angles specified along the blade length.
Two MATLAB functions were written to create a curve defining the relationship between blade angle, β, and the distance along the blade, M.
The fit was exponential for the impeller:
Where:
- is a factor of accuracy (set to 0.99)
- )
And quadratic for the diffuser:
Where:
Wrap angles
The wrap angle, θ, defines the blade’s revolution around the hub. This was monitored to ensure the blade did not make an excessive number of revolutions using the relationship between θ, β and M (54).
Where:
- is the mean radius
The angles were modified to align with the definition set in Ansys BladeGen compared with the definition used in the theory.
For the impeller:
For the diffuser:
Where:
- is the angle input into BladeGen.
- is the angle defined by theory.
The inputs to the functions were the blade inlet and outlet angles, lengths, and the number of points used for fitting (which was 30 throughout the project).