Calculation of rate of climb (vertical velocity)

In summary, the problem is that your aircraft is massively overpowered and the engine is the main problem. You need a powerfull engine to fly the UAV.
  • #1
amirshah
7
0
Hello my friends,

At the moment, I'm doing an estimation and analysis of flight performance for UAV (unmanned aerial vehicle). During climbing flight analysis, I have a problem regarding calculation of rate of climb (vertical velocity), my calculation value of rate of climb seem weird, the vertical velocity (RC) bigger than velocity vector. If my rate of climb is not correct, so I have faced also difficulty to find absolute and service ceiling. I hope someone can help me to solve this problem quickly, I have already calculate it many time but the result still same. I would like to attach xls file (example of analysis table), so I really want a help from all of you here. I don't know what's the problem in my analysis. Please help me ... If all of you don't understand, ask me for explanation.
 

Attachments

  • analysis table.xls
    23 KB · Views: 490
Engineering news on Phys.org
  • #2
Up front I must say that wading through other person's spreadsheet is quite difficult, as spreadsheets are just not reading-worthy. A better presentation would be made using something that can actually show formulas and comments in a readily understandable way, e.g. Matlab, with a sample evaluation for one input vector. Luckily, here you have quite a simple computation, and I needed a brief diversion, so...

The problem is that your aircraft is massively overpowered. In such a scenario, climbing velocity cannot be computed by the [itex](P_{avail} - P_{req}) / W[/itex] formula -- this is an approximation that holds for limited thrust/power-to-weight designs.

On the other hand, while I don't know much about small IC engines, it seems unlikely to me that a 4 kW engine could weigh so little that the gross takeoff weight of the whole UAV is only 20 kg.

--
Chusslove Illich (Часлав Илић)
 
  • #3
Thanks my friend for your opinion. Actually, I just want to show the results of calculation using spreadsheet based on roskam method, so my friends in this forum could analyze. Can you explain to me about this statement

(a) climbing velocity (rate of climb) cannot be computed by the formula -- this is an approximation that holds for limited thrust/power-to-weight designs.

(b) it seems unlikely to me that a 4 kW engine could weigh so little that the gross takeoff weight of the whole UAV is only 20 kg.

Do you have any suggestion, what equations are suitable to solve this problem. It just not rate of climb problem, I'm also facing with the problems of service ceiling, absolute ceiling, range and endurance calculation. From my point of view, the engine is the main problem. What information do you need, so it will allow you to solve the problems?
 
  • #4
caslav.ilic said:
[...] it seems unlikely to me that a 4 kW engine could weigh so little that the gross takeoff weight of the whole UAV is only 20 kg.

Well, after googling a bit, you can forget about this statement of mine. I thought that the engine wouldn't have power-to-weight higher than 1 kW/kg, but apparently there exist ~5 kW engines with >2 kW/kg PtoW.

The question is still whether you need such a powerfull engine. But that's for you (or someone else) to clarify, as I don't know what special requirements a ~20 kg UAV should have.

If you do need such an engine, then...

amirshah said:
[...] based on roskam method [...] an approximation that holds for limited thrust/power-to-weight designs.

I will assume that by "Roskam method" you refer to e.g. eq. 9.12 in Roskam's "Airplane Aerodynamics and Performance". In that case, observe that 9.12 is usable only if the conditions 9.5 are satisfied; most importantly, the flight path angle [itex]\gamma[/itex] should be small (say < 15 deg).

If you then refer to eqs. 9.3 and 9.4 (which preceede assumptions 9.5), in them you neglect thrust-to-body axis angle [itex]\phi_{T}[/itex] and acceleration [itex]dV/dt[/itex], rearrange them so that weight term is on the left and everything else on the right, and finally divide 9.3 by 9.4, you end up with:
[tex]
\tan \gamma = \frac{T \cos\alpha - D}{T \sin\alpha + L}
[/tex]
or when multiplied by velocity to have it in power-formulation:
[tex]
\tan \gamma = \frac{P_{av} \cos\alpha - P_{reqd}}{P_{av} \sin\alpha + LV}
[/tex]
From this you can see that when [itex]P_{av} >> P_{reqd}[/itex] and even ([itex]P_{av} \approx LV[/itex] (as in your case), the angle [itex]\gamma[/itex] will not be small. Thus, 9.5 is no longer applicable.

Do you have any suggestion, what equations are suitable to solve this problem. [...] What information do you need, so it will allow you to solve the problems?

No special equations are needed, the 9.3 and 9.4 and the usual aerodynamic force expressions ([itex]X = 0.5 \rho V^2 C_X A[/itex]) will suffice.

What is needed is adept handling of those expressions. For example, for a given AoA [itex]\alpha[/itex], the remaining unknowns in 9.3 and 9.4 are the velocity [itex]V[/itex] and the flight path angle [itex]\gamma[/itex]; but, the equations are non-linear, and have to be solved iteratively for these quantities. You could assume [itex]\gamma_1 \approx 0[/itex] and compute [itex]V_1[/itex], then use [itex]V_1[/itex] to compute [itex]\gamma_2[/itex], then use [itex]\gamma_2[/itex] to compute [itex]V_2[/itex], etc. until at one point [itex]\gamma_k[/itex] and [itex]V_k[/itex] pretty much stop changing. Then your climbing velocity for the given AoA will be simply the final [itex]V_k \sin\gamma_k[/itex].
 
  • #5
I would like to say thank you for your help. I really confused about

[that the engine wouldn't have power-to-weight higher than 1 kW/kg, but apparently there exist ~5 kW engines with >2 kW/kg PtoW]

Yes, I'm refer to eq. 9.12 in Roskam's "Airplane Aerodynamics and Performance". I have re-read Roskam's book and observe that your ideas and comments are true. Equation 9.12 is good only if the conditions 9.5 are satisfied, the more steepest the climb is the worst this approximation will be, so if our UAV has a big specific excess power, it will climb quite steepy and the results can be not so good to use that equation. The climbing analysis at steep angles I need to use eqns. (9.59), (9.61), (9.62) and (9.64) to solve the problem. I will try these steps.

From your comments, I beginning to think that the main problem is the engine has massive power compare to weight.
 
  • #6
amirshah said:
I really confused about [...]

Pay no attention. I merely thought that the given engine would be too heavy to put in a UAV of the given size, but then took a better look and found out this is not the case.

The climbing analysis at steep angles I need to use eqns. (9.59), (9.61), (9.62) and (9.64) to solve the problem. I will try these steps.

Yes, these ought to work too. The difference to the procedure I stated above is that you fix the velocity instead of the angle of attack, and then iterate to find the flight path angle. This means that once you have it, you should also check whether the implied angle of attack is admissible (you compute it inversely from the lift curve).

--
Chusslove Illich (Часлав Илић)
 

What is the formula for calculating the rate of climb?

The formula for calculating the rate of climb is: ROC = (TAS x sin (θ)) / 60, where ROC is the rate of climb in feet per minute, TAS is the true airspeed in knots, and θ is the climb angle in degrees.

Why is the rate of climb important in aviation?

The rate of climb is important in aviation because it measures the vertical speed at which an aircraft can ascend or descend. This is crucial for pilots to know in order to maintain a safe and efficient flight profile, and to adhere to air traffic control instructions.

What factors affect the rate of climb?

The rate of climb can be affected by several factors, including the aircraft's weight, engine power, air density, and the aircraft's angle of climb. Weather conditions such as wind can also affect the rate of climb.

How can the rate of climb be improved?

The rate of climb can be improved by reducing the weight of the aircraft, increasing engine power, and selecting a more efficient climb angle. Pilots can also take advantage of favorable weather conditions, such as tailwinds, to improve the rate of climb.

What is a good rate of climb for an aircraft?

A good rate of climb for an aircraft can vary depending on the type of aircraft and its purpose. Generally, a rate of climb of 500-1000 feet per minute is considered normal for commercial airliners, while military fighter jets can have a much higher rate of climb of 10,000 feet per minute or more.

Similar threads

Replies
23
Views
5K
Replies
4
Views
1K
  • Aerospace Engineering
Replies
4
Views
5K
  • Mechanical Engineering
Replies
1
Views
942
  • Mechanical Engineering
Replies
8
Views
1K
  • Mechanical Engineering
Replies
4
Views
1K
  • Mechanical Engineering
Replies
5
Views
3K
  • Mechanical Engineering
Replies
15
Views
2K
  • Mechanical Engineering
Replies
1
Views
2K
  • Mechanical Engineering
Replies
8
Views
2K
Back
Top