Integration help for helicopter rotor

In summary, the conversation is about a user's attempt to develop an equation for determining the power requirements for radio controlled, model helicopter rotors. The equation is based on the well-known equation for fixed wing drag and the velocity varies with radius. However, there is an error in the equation, where an extra meter is present. The user seeks help and is eventually given a simpler approach that does not require integration. The final equation for the power of the blade is P = (2/3)Cdρhω^3r^4.
  • #1
jmmccain
17
2
Hi,

This is my first post here, but I've been enjoying the site for some time now. I've run into a snag with an equation I'm trying to develop. Its purpose is to help determine power requirements for radio controlled, model helicopter rotors:

P = ( π2 Θ3 Cd ρ A / 2 ) ( R4 - r4 )

P = power (Watts)
π = 3.14159
Θ = rotor head speed (revolutions per second)
Cd = drag coefficient (unitless)
ρ = air density (kilograms per cubic meter)
A = rotor blade area (square meters; span times chord)
Fd = drag force (Newtons)
V = velocity (meters per second)
R = rotor blade outside (tip) radius (meters)
r = rotor blade inside radius (meters)
τ = rotor head torque (Newton meters)

I started with the relatively well known equation for fixed wing drag:

Fd = Cd ρ A V2 / 2

Then, knowing that the velocity varies with radius:

V = 2 π r Θ

The following may be obtained:

Fd = Cd ρ A ( 2 π r Θ )2 / 2

This may be rearranged as:

Fd = ( 2 π2 Θ2 Cd ρ A ) r2

Torque equals force times radius, so:

τ = Fd r = ( 2 π2 Θ2 Cd ρ A ) r3

It appears to me that this equation only works for a small area at a specific radius. For instance, it might provide a reasonable estimate for a model helicopter's flybar paddle. In order to make it work for large areas over a range of radii, it needs to be integrated with respect to radius, correct? This yields:

τ = ( π2 Θ2 Cd ρ A / 2 ) ( R4 - r4 )

R and r now represent the limits of integration. Since power equals torque times angular velocity:

P = τ Θ = ( π2 Θ3 Cd ρ A / 2 ) ( R4 - r4 )

Since r4 << R4, r4 may be neglected (typically) and this becomes:

P = π2 Θ3 Cd ρ A R4 / 2

Now, here's my problem. Unit analysis tells me I have an extra meter in there. I get Watt-meters instead of Watts. I know that it appeared when integrating. Am I integrating incorrectly? Do I need to integrate at all? It's readily apparent that I've missed something obvious, but I'm sure what or where. It's been about 20 years since I last took a calculus class, so go easy on me.

Yes, I know the equation is simplistic. Determing a drag coefficient for a rotor blade isn't easy. However, one could use such an equation to "measure" the effects of changes to head speed and blade dimensions. I.e., if the blade length is increased, how much must the head speed decrease in order to return to the original power level - with the stipulation that the drag coefficient doesn't change significantly.

On second thought, don't go easy on me. Gimme the third degree! I will appreciate any help that comes my way.

Thanks,
Joseph
 
Physics news on Phys.org
  • #2
Here's your error:
It appears to me that this equation only works for a small area at a specific radius. For instance, it might provide a reasonable estimate for a model helicopter's flybar paddle. In order to make it work for large areas over a range of radii, it needs to be integrated with respect to radius, correct?

I must admit, it was quite a creative way to approach the problem, perhaps a little more complex than the way I would have chosen.

Here's what I would have done:

Imagine there is just a single blade (1/4th of what there is in reality, we can quadruple it in the end). The blade is rotating around a pivot point, each differential (infinitesimal) segment of the blade which we will call [itex]dr[/itex] experiences a force,
[tex]dF_d=\frac{1}{2}C_d\rho (hdr) v^2[/tex],
where:
[itex]dF_d[/itex] is a small contribution to the total frictional force the blade encounters,
[itex]h[/itex] is the height of the blade (h dr gives the area of that small piece),
[itex]v[/itex] is the velocity around the pivot point at which the small section travels,
and the other variables are the same as you listed.
We must now recognize that [itex]v=r\omega[/itex] where [itex]\omega[/itex] is the angular velocity of the blade. We now see:
[tex]dF_d=\frac{1}{2}C_d\rho h \omega^2 r^2 dr[/tex].
Integrate this from from r=0 to r=r,
[tex]F_d=\frac{1}{6}C_d\rho h \omega^2 r^3[/tex].
Recalling that we have four blades,
[tex]F_{d_{total}}=\frac{2}{3}C_d\rho h \omega^2 r^3[/tex].
Check my integration and work, hope that helps.
Works dimensionally so it should be good.
 
  • #3
Hi gamesguru,

That looks fine, but I would need an integral for torque, not drag. I think I know what happened though. Torque has the radius in it as well:

τ = Fd r = ( 2 π2 Θ2 Cd ρ A ) r3

In other words, I integrated with the variable, r, "appearing" on both sides of the equation. It seems like this should work, but it has been far too long for me to remember all of the rules. Apparently it doesn't... :smile:

It looks like I need to obtain the drag force, as you have done, and then determine a single radial point at which to consider the force to be applied. I'm pretty sure I can handle this approach. If not, in the words of the gov'nuh, "I'll be back"!

Thanks again,
Joseph
 
Last edited:
  • #4
jmmccain said:
Hi gamesguru,

That looks fine, but I would need an integral for torque, not drag. I think I know what happened though. Torque has the radius in it as well:

τ = Fd r = ( 2 π2 Θ2 Cd ρ A ) r3

In other words, I integrated with the variable, r, "appearing" on both sides of the equation. It seems like this should work, but it has been far too long for me to remember all of the rules. Apparently it doesn't... :smile:

It looks like I need to obtain the drag force, as you have done, and then determine a single radial point at which to consider the force to be applied. I'm pretty sure I can handle this approach. If not, in the words of the gov'nuh, "I'll be back"!

Thanks again,
Joseph
Yea, to get the power of the blade, just use the formula [itex]P=Fv[/itex] and realize that in this case, [itex]v=r\omega[/itex] so,
[tex]P=F_dv=\frac{2}{3}C_d\rho h \omega^3 r^4[/tex].
Easy as that, no integration involved. Do not integrate unless both sides have a differential. In situations where you need to carve something up into little pieces, always start off with [itex]\Delta[/itex]'s. For instance I would have started off by slicing the blade into little pieces with cross-section [itex]A[/itex] as:
[tex]\Delta F_d=\frac{1}{2}\rho \Delta A C_d (r\omega)^2[/tex].
Then just express [itex]\Delta A=h\Delta r[/itex], let everything go to 0 and you have a simple, one-variable integral to do.
Always ask if it makes physical sense, that's the biggest part.
Hope that helps.
 
  • #5
Well, here are results. I've reworked the equation for a single blade, rpm instead of angular velocity, and chord instead of thickness:

P = π3 Θ3 Cd ρ C R4 / 162000

Results for one of the more popular models (TREX 450):

P = 3.14^3 3000^3 0.01 1.2 0.032 0.35^4 / 162000 = 29.8 Watts

This model has two rotors (neglecting the flybar and tail) for a calculated total of about 60 Watts. Being aware that the flybar and tail were neglected, this is about one half of a real world value for the 3000 rpm head speed. This may be attributed to the value of the drag coefficient. The value I used is about right for a fixed wing at moderate angles of attack. I fully expect helicopter rotors to have higher values.

I'm now ready to collect some data from fellow modelers in order to narrow the range of values for the drag coefficient.

Thank you very much for the help, gamesguru. My original attempt predicted about 1 Watt for the same rotor. Much improved! Pfft... Just multiply by velocity... /slaps self!

Regards,
Joseph

P.S. Why use chord instead of thickness or projected frontal area? Most drag coefficients for airfoils are provided with the expectation of wing area being used (or so I've read). Here, this would imply the use of chord.
 
  • #6
My apologies for the double post. A thunderstorm interrupted my effort to edit the previous post.

"My original attempt predicted about 1 Watt" -meter!

I'm a little obsessive-compulsive when it comes to writing. :rolleyes:

I am now much better prepared to help one or several thousand modelers. Wish me luck!
 

1. What is the purpose of integration help for helicopter rotor?

The purpose of integration help for helicopter rotor is to ensure smooth and efficient functioning of the helicopter rotor system. It involves combining different components and systems in a way that they work together seamlessly, resulting in optimal performance of the helicopter.

2. What are the key components involved in integration help for helicopter rotor?

The key components involved in integration help for helicopter rotor include the rotor blades, hub, transmission system, control system, and the main and tail rotors. These components work together to provide lift, stability, and control to the helicopter.

3. How does integration help for helicopter rotor improve flight performance?

Integration help for helicopter rotor improves flight performance by minimizing vibrations and noise, improving aerodynamics, and increasing the helicopter's maneuverability and control. It also ensures that all components are working together efficiently, reducing the risk of malfunctions during flight.

4. What are some challenges involved in integration help for helicopter rotor?

Some challenges involved in integration help for helicopter rotor include balancing the weight and distribution of components, ensuring compatibility and proper functioning of different systems, and managing complex control systems. Other challenges may include addressing issues such as rotor resonance and blade flutter.

5. How is integration help for helicopter rotor tested and validated?

Integration help for helicopter rotor is tested and validated through various methods such as computer simulations, ground testing, and flight testing. These tests evaluate the performance, stability, and safety of the helicopter rotor system, and any issues identified are addressed before the helicopter is put into service.

Similar threads

  • Introductory Physics Homework Help
Replies
1
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
3
Views
2K
  • Mechanical Engineering
Replies
1
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
4
Views
3K
Replies
1
Views
584
Replies
1
Views
2K
  • Introductory Physics Homework Help
Replies
1
Views
1K
  • Mechanical Engineering
Replies
15
Views
5K
  • General Engineering
Replies
13
Views
40K
  • Introductory Physics Homework Help
Replies
14
Views
3K
Back
Top