Prop Thrust Qs: Find Answers to Static Thrust, Velocity Relation & TO Dist Calcs

  • Thread starter woleka
  • Start date
  • Tags
    Thrust
In summary, the conversation discusses various questions about takeoff distance code, including the relationship between thrust and airspeed, equations for determining static thrust output, and websites that can help with takeoff distance calculations. It also mentions a book and forum as resources. One suggestion for determining static thrust involves using equations for power and matching them to find the thrust at forward flight velocities.
  • #1
woleka
14
0
The following are a few questions that i have come across while writing takeoff distance code:

1. Assuming a known static thrust, how will this thrust vary as the airspeed increases?
ex. Is the relationship linear? quadratic? how can i determine the coefficients of the "thrust in terms of velocity equation"?

2. Assuming i know my engine power output at given rpm, and given some known prop parametrs. What program/website contains the equations needed to find the static thrust output?

3. Does anyone know of some good Take Off Distance Calculators that i can use as a sanity check for my code?
 
Physics news on Phys.org
  • #2
If you have not already done you should read about advance ratio J. It will answer some of your questions. Here are some sites explaining it:
http://selair.selkirk.bc.ca/aerodynamics1/Performance/Page8.html
http://www.epi-eng.com/propeller_technology/selecting_a_propeller.htm
http://www.mh-aerotools.de/airfoils/propuls3.htm
This is a more advanced approach
http://www.allstar.fiu.edu/aero/BA-Background.htm

The problem with props is that it is hard to get efficiency numbers for them. The manufacture may provide them if you ask.
 
Last edited by a moderator:
  • #3
Thanks for your response,
One of the websites you listed had the following graph:

http://www.epi-eng.com/images/Redrives/PropEff-01.gif

which is EXACTLY what i am looking for.

However i need to know how to generate something like this mathematically
using my own horsepower, rpm, and prop paramaters

Any ideas?
 
  • #4
I'm going to bump this thread because I think its an interesting question. Have you already figured out the answer? I'd like to see what you did. I'm going to try and read the links provided and help if I can.
 
  • #5
Yes i found a good chapter in the following book describing what i wanted:
Propeller Theory and Applications in the book "Airplane Aerodynamics and Performance" (Roskam)

The problem is that the geometry of the propeller and in particular the integrated design lift coefficient ( CLi) and blade activity factor ( AF ) must be known to analytically solve for static thrust and thrust at any given airspeed.

In my case i am working on sizing a roughly 40 lbs UAV and will be using R/C props, which as far as i can tell do not have these required parameters readily provided so what i am doing is assuming a linear thrust profile starting from the static thrust and decreasing at about (1 ft/s every dv = 30 ft/s ) this is based on the output of some "prop calculators" available online. This set-up is numerically iterated for a range of thrust values in MATLAB and a curve has been generated.
 
  • #6
Since your using R/C props, check out www.rcgroups.com. Theres a lot of threads there that provide tons of data on props and motors. There is also a UAV forum as well.
 
  • #7
I talked to some friends of mine who do blade stuff and they said you're probably going to have to do some form of a blade element analysis.

I might have a trick to try though that will give you roughly (hopefully) a close answer.
 
  • #8
2. Assuming i know my engine power output at given rpm, and given some known prop parametrs. What program/website contains the equations needed to find the static thrust output?

To determine the static thrust, I would use the following [tex]Eq^n[/tex]:

[tex]T=\frac{c_T}{c_p}\frac{P}{nD}[/tex]

Where:
P = power (ft-lb/s or kWW)
T = Thrust (lb or kN)
D = Prop Diameter (ft or m)
n = rotation speed (rev/s)
[tex]c_P[/tex] = Power coefficient
[tex]c_T[/tex] = Thrust coefficient

And:

[tex]c_P=\frac{P}{\rho n^3 D^5}[/tex]

[tex]c_T = \frac{T}{\rho n^2 D^4}[/tex]

Given the fact that you can mesaure the power and rpm on your static test stand, you can formulate a curve for the static thrust vs. rpm data you are collecting and compare the theoretical value to your measure value if you place a scale on the bottom of your test stand to measure the thrust.

It would be interesting to see how close the two come to each other.

Source: Aircraft Design: R.P. Raymer p. 393-400
 
Last edited:
  • #9
Ok, so I was talking to a friend of mine and he came up with this equation. He tried to apply his Helicopter Theory equations to forward flight of an airplane. Hopefully these are somewhat appropriate. I like the approach because it simply matches power and disregards propeller efficiency.

The standard [tex]Eq^n[/tex] in texts is:

[tex]TV=\eta P[/tex]

The problem is when you solve for T in terms of V, the 1/V relationship means that the thrust blows up to infinity as V approaches zero. Now, the catch is that [tex]\eta[/tex] goes to zero as V goes to zero. So the limit of [tex]\frac{\eta}{V}[/tex] as V goes to zero should approach the static thrust value. In order to evaluate this limit you would need to know [tex]\eta[/tex] as a function of V: [tex]\eta=\eta(V)[/tex]. You do not know this, so I don't see this as being a feasible solution.

My friends approach:

Match the power. Because you are measuring the max static thrust, the amount of power being consumed by the engine in this case cannot exceed the maximum power in forward flight. This means:

[tex]T_sV_s=T_{\inf} (V_{\inf}+V_{d} )[/tex]

Where:
[tex]T_s[/tex] = Static Thrust
[tex]V_s[/tex] = Velocity of air as it is sucked into the propeller plane while sitting on the test stand
[tex] V_\inf[/tex]= Forward Velocity of A/C
[tex] V_d [/tex] = Differential increase in velocity of the freestream air resulting from the propeller accelerating it.
[tex]T_\inf[/tex] = Thrust at freestream velocity

Rewritting this gives:

[tex]T_\inf= \frac{T_s} { \frac{V_\inf}{V_s} + \frac{V_d}{V_s} }[/tex]

From momentum theory:

[tex] \frac{V_d}{V_s}=\sqrt{ (\frac{V_\inf}{2V_s})^2 + 1 } -\frac{V_\inf}{2V_s}[/tex]

Where:

[tex] V_s=\sqrt{\frac{T_s}{2\rho A_{prop}} }[/tex]

Where:
[tex]A_{prop}[/tex] = Area of the Propeller -> [tex] A_{prop} = \frac{\pi}{4} D^2[/tex]
 
  • #10
Thank you for your reply, the information has been very helpful, I've also received some additional data from the prop manufacturer that i can use as a sanity check.
 
  • #11
Cyrus,

i used the equations in your first reply because the manufacturer provided me with the related data.

attached is an output for Thrust vs Velocity, it seems pretty reasonable to me.
 

Attachments

  • thrust.jpg
    thrust.jpg
    37.9 KB · Views: 493
  • #12
woleka said:
Cyrus,

i used the equations in your first reply because the manufacturer provided me with the related data.

attached is an output for Thrust vs Velocity, it seems pretty reasonable to me.

Which reply? I don't have any equations in my first reply so I don't know how you are coming up with this curve.
 
  • #13
I meant 3rd, sorry.
 
  • #14
woleka said:
I meant 3rd, sorry.

But that was for static thrust. You used the wrong equation then. You should have used the one #9.
 
  • #15
woleka said:
The following are a few questions that i have come across while writing takeoff distance code:

1. Assuming a known static thrust, how will this thrust vary as the airspeed increases?
ex. Is the relationship linear? quadratic? how can i determine the coefficients of the "thrust in terms of velocity equation"?

2. Assuming i know my engine power output at given rpm, and given some known prop parametrs. What program/website contains the equations needed to find the static thrust output?

3. Does anyone know of some good Take Off Distance Calculators that i can use as a sanity check for my code?

nP=Tu, that's a given
can you please give the values of the prop parameters you have? thatl help figure out the power equation
take off distance is different for each aircraft. which one are you dealing with? what info have you been given about it?

(i just finished a project involving take-off and landing and I am thinking urs is similar to that..)
 
  • #16

Related to Prop Thrust Qs: Find Answers to Static Thrust, Velocity Relation & TO Dist Calcs

1. What is prop thrust?

Prop thrust is the force created by a propeller as it rotates and pushes air backwards. This force is responsible for propelling an aircraft forward.

2. How is static thrust calculated?

Static thrust is calculated by multiplying the air velocity leaving the propeller by the mass of air being moved. This calculation takes into account factors such as air density, propeller diameter, and rotational speed.

3. What is the relationship between velocity and thrust?

The higher the velocity of the air leaving the propeller, the greater the thrust. This is because a higher velocity means a greater mass of air is being moved, resulting in a stronger force.

4. How is prop thrust related to takeoff distance?

Prop thrust plays a crucial role in the takeoff distance of an aircraft. A higher thrust allows for a shorter takeoff distance, as the aircraft can reach the necessary speed more quickly.

5. What factors affect prop thrust?

The amount of prop thrust generated is affected by various factors such as air density, air temperature, propeller design, engine power, and altitude. These factors can impact the efficiency and effectiveness of the propeller in generating thrust.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
1
Views
1K
Replies
18
Views
3K
  • Mechanical Engineering
Replies
2
Views
7K
  • Special and General Relativity
Replies
1
Views
2K
  • Introductory Physics Homework Help
Replies
15
Views
1K
  • Special and General Relativity
3
Replies
75
Views
3K
  • Introductory Physics Homework Help
Replies
8
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
2K
  • Special and General Relativity
Replies
12
Views
1K
Replies
2
Views
2K
Back
Top