nasa / pyturbo-aero

Turbomachinery Blade and Flow path design tool
https://nasa.github.io/pyturbo-aero/
30 stars 6 forks source link

Determining thicknessArray #1

Closed aflofo closed 1 year ago

aflofo commented 1 year ago

Hi I am used to providing camber, chord length, and thickness to chord ratio to something like a DCA airfoil. Curious if there is a general rule of thumb to estimate the thicknessArray from the thickness to chord ratio?

pjuangph commented 1 year ago

No I think you are thinking of a NACA airfoil. Those you plug in the thickness to chord into the equation. Thickness array is the chord normalized perpendicular distances from the camber line.

Have you tried the tutorial on Google Colab? Try adding additional values into the thickness array and plotting. It might make things more clear.

aflofo commented 1 year ago

Yeah I looked at the Notebook I just wasn't sure when you are in the design process how you know exactly what the thicknessArray values should be? image Is there some stress testing involved?

pjuangph commented 1 year ago

Only if you want it to be. Usually you pick something and run CFD, see if what your losses are, then adjust. You can pair the design process with FEA and run multi-objective optimization (see glennopt). There's no easy button. These are just pieces of the puzzle. You have to do some coding to pair it with CFD or FEA.