Chronology | Current Month | Current Thread | Current Date |
[Year List] [Month List (current year)] | [Date Index] [Thread Index] | [Thread Prev] [Thread Next] | [Date Prev] [Date Next] |
I'm wrestling with an equation someone else generated to compute
flight path angle (gamma) corrected for temperature effects.
...just let sin_gamma be replaced by gamma)
(T-D)
gamma = ------------------------------ (eqn 1)
W [ 1 + (d_Vt/d_hg)*(Vt/g) ]
T = Thrust
D = Drag
W = Weight
g = gravitational acceleration
Vt = true velocity
hg = geometric altitude
d_ = derivative
Now, if one has instead been using PRESSURE altitude (actually,
altimeter altitude) you would have:
(T-D)
gamma_1 = ------------------------------ (eqn 2)
W [ 1 + (d_Vt/d_hp)*(Vt/g) ]
I'm sure you all have seen (or even posted to newsgroup) the
standard correction formula:
d_hp/d_hg = T_std/T_act
where: T_std = standard atmosphere (absolute) temperature
T_act = actual (absolute) temperature
d_hp = change in pressure altitude
d_hg = change in geometric altitude
Now the equation I'm questioning does this:
gamma(true) = gamma_1 * (d_hp/dhg) (eqn 3)
I felt it would be more accurate to apply the correction to the term
in the numerator:
(T-D)
gamma = ----------------------------------------- (eqn 4)
W [ 1 + (d_Vt/d_hp)*(d_hp/d_hg)*(Vt/g) ]
That "looks more better" to me, yet plugging numbers in it doesn't
give me a warm fuzzy. ...
---Tom Turton