MechIrTue
Mechanical
- Mar 17, 2012
- 3
Hey everyone I looking for a way to determine the optimal angle of attack so at the cruise speed the efficiency of my propeller is as high as possible.
The exact amount of thrust it need to deliver and the outer dimensions are given.
What the teachers/professors said to us is that we should just find it with iterating the angle in a program we got from them that shows the values, like thrust, torque, power and efficiency.
That is because we've had only 1 class about aerodynamics.
But still I gives me no foundation in how I find the values and I just can't be satisfied by iterating(a freaking chimpansee could do that).
So I tried find a way to calculate it, you can see what I tried in the attachment "Uitwerking_bepalen_alpha".
This way I devised isn't a exact way either, since I make a few assumptions, the program uses 5 different shape models, so I decided to divide the blade in 5 parts where I take the center of every part as the radius of that part. This way I can calculate the radius of every part by r= r_min + r_percentage * (r_max - r_min), where r-min is the edge of the hub, r_max the outer of the propeller and r_percentage is the percentage at which the center of the blade type is placed on the propeller blade.
(r1 0% r2 25% r3 50% r4 75% r5 95%)
Since it's quite a lot of work to calculate the angles this way I asked a professor first if it was correct, he said that it was not.
We have 2 values for alpha and phi, the target values (theoreticall values) and effective values (the real values).
Now the target phi is completely indepent of the target alpha but for the effective values he said this wasn't the case.
In the other attachment, you can see the sheets of our class, in there there're several formula's in the end you can see they use 2 coefficients a and b, these are calculated by the program through algorithms they told me.
He said it had something to do with these coefficients, but he also said he didn't have the time to completely look through it.
My question does anyone know a good way to calculate these angles of attacks or if my way is correct/incorrect or can be made correct.
The exact amount of thrust it need to deliver and the outer dimensions are given.
What the teachers/professors said to us is that we should just find it with iterating the angle in a program we got from them that shows the values, like thrust, torque, power and efficiency.
That is because we've had only 1 class about aerodynamics.
But still I gives me no foundation in how I find the values and I just can't be satisfied by iterating(a freaking chimpansee could do that).
So I tried find a way to calculate it, you can see what I tried in the attachment "Uitwerking_bepalen_alpha".
This way I devised isn't a exact way either, since I make a few assumptions, the program uses 5 different shape models, so I decided to divide the blade in 5 parts where I take the center of every part as the radius of that part. This way I can calculate the radius of every part by r= r_min + r_percentage * (r_max - r_min), where r-min is the edge of the hub, r_max the outer of the propeller and r_percentage is the percentage at which the center of the blade type is placed on the propeller blade.
(r1 0% r2 25% r3 50% r4 75% r5 95%)
Since it's quite a lot of work to calculate the angles this way I asked a professor first if it was correct, he said that it was not.
We have 2 values for alpha and phi, the target values (theoreticall values) and effective values (the real values).
Now the target phi is completely indepent of the target alpha but for the effective values he said this wasn't the case.
In the other attachment, you can see the sheets of our class, in there there're several formula's in the end you can see they use 2 coefficients a and b, these are calculated by the program through algorithms they told me.
He said it had something to do with these coefficients, but he also said he didn't have the time to completely look through it.
My question does anyone know a good way to calculate these angles of attacks or if my way is correct/incorrect or can be made correct.