Aircraft Performancedraft
Steady Level Flight
The discipline of Aircraft Flight Mechanics requires the formulation of relationships between aircraft forces, and aircraft motion. In order to define motion, it was necessary to define the different airspeeds in the preceding section.
Aircraft have six degrees of freedom - three translational (), and three rotational (), and in order to develop the expressions describing aircraft flight, nine coupled equations are required. This course will get to that point, and those equations will derived and utilised - but before that, some really handy relationships can be defined for flight constrained to a single direction.
The simplest flight regime is best to start with, which is steady, level (meaning no change in altitude) flight.
A word about SLUF...
Sometimes you may see this flight regime caled SLUF, standing for Steady Level Unaccellerated Flight. I don’t particularly like this acronym as:
- Steady means unaccelerated, so it’s tautologous
- There’s another, arguably better definition for SLUF
Let’s explore what this regime means, and the assumptions we make
-
We assume that the aircraft is a point mass, whereby we assume that the aircraft dimensions are negligible when compared to the dimensions of motion.
-
Steady flight means no acceleration, so we can infer from Newton’s first law that the sum of forces acting on the aircraft is zero . This is the equilibrium steady flight condition.
The definition of forces on the aircraft can change depending on the purpose - and it is only be convention that we define lift and drag in the directions we do.
The semantics notwithstanding, it is traditional to define four mutually-orthogonal forces - see Steady Level Flight.
- Two aerodynamic; lift and drag.
- One propulsive; thrust.
- One inertial; weight.
For this regime, it is further assumed that the aerodynamic incidence is small, and that the thrust offset is negligible. Therefore we assume that lift and weight are perpendicular to aircraft motion, and that thrust and drag are parallel to aircraft motion.
Vertical Forces
Looking at the vertical forces, , therefore :
rearranging to find flight speed:
where
The first term represents the drag that is independent of aerodynamic incidence, whilst the second term is proportional to , which represents the induced drag and the component of form drag that varies with incidence.
The parameter for most aircraft, and is the wing aspect ratio . , usually assumed constant, but can depend on:
-
configuration changes (flap deployment)
-
Reynolds Number (speed and height)
-
Compressibility (shock waves)
Or sometimes can be presented as the Oswold efficiency factor, , which can be related to through the aspect ratio.
Equation (1) assumes that the minimum drag occurs at zero lift. This is the case for a symmetric aerofoil, but not for a cambered one. Since most airfcraft have a cambered wing, Equation (1) should be modified to
The second equation is more realistic for real aircraft - but adds complexity to the algebra, and the difference between and is very small even for wings of moderate camber[Anderson:1999AP]. For simplicity, Equation (1) will be used in development of the Aircraft Performance Equations.
Equation (1) and Equation (1) underpin the basics of aircraft performance.
Drag Polar
The relationship between lift and drag is given through the aircraft drag polar - often plotted as vs . Values for and are commonplace in the literature - a quick search yielded data for the Cessna 172S [Haberkorn:2016bj].
You will see that the drag model works well for low values of lift - that is, in the linear aerodynamic region. The behaviour at the ‘bottom’ of the curve is sometimes called the ‘drag bucket’ - and I spent many years collecting these data in a wind tunnel.
The drag polar shows the aerodynamic efficiency of a given aircraft - that is, it represents the lift-to-drag ratio. You can find the best (highest) lift to drag ratio as the tangent of a line drawn from the origin to the curve.
It would be great to be able to find the best lift to drag ratio without having to draw the drag polar. If you looka the source code for the image below, then it’s obvious that I haven’t drawn the tangent to find the best lift to drag ratio - rather I have drawn the tangent after having found the best lift to drag ratio.
Expand the code to see the source data and coefficients used in the drag model.
Best lift to drag ratio
The highest lift to drag ratio gives the position of best aerodynamic efficiency, and sets the best glide ratio for an aircraft.
In the following, the values of and for optimum aerodynamic efficiency - but before diving into the mathematics, some consideration of their significance might be necessary for some readers.
Why do we want to know $C_L$?
In the aviation world, pilots tend to be excellent at intuiting flight physics - and being able to relate control movement to aircraft flight, without needed to understand the physics (often in spite of thinking they do).
By contrast, aerospace engineers tend to be be excellent and understanding the mathematics of flight physics - without any consideration of the physical significance of what they are actually deriving. By way of an example ask yourself - ‘what control would you change to effect an altitude change?’, and if your answer is simply ‘pull the stick/yoke back’, then this highlights a misunderstanding of the aircraft controls and physics. In reality, it would be a combination of throttle and stick, but fundamentally you need to gain potential energy which requires an increase in energy from somewhere, i.e., the engine.
Back to the problem at hand:
Consider what “to fly at a ” actually means - the pilot controls the pitch of the aircraft using fore-aft motion of the stick/yoke. A change in pitch changes the angle of attack of the aircraft, which changes the aircraft lift coefficient.
In reality, a pilot will not tend to consider the numerical value of they are flying at - and they are even less likely to know the of the aircraft under a given flight regime.
For a given , the aircraft speed determines the dimensional value of lift being produced. If , this is steady level flight. If , the aircraft climbs, if , the aircraft descends.
Through a combination of throttle setting, and elevator deflection (stick fore/aft), steady flight can be achieved. Again - the pilot probably isn’t considering the value, and won’t know whether they’re at the best lift to drag ratio or not.
So - there is a certain speed, in EAS, that will give the best lift to drag ratio. If the pilot is able to maintain this speed with no throttle adjustment, and finds that the aircraft is not climbing nor descending, then they are flying at the best lift to drag ratio - which will give the best endurance.
These speeds are usually listed in the aircraft (though in the light aircraft I’ve been in, they’re listed in IAS, and the following questions about EAS fell on deaf ears).
So we, as aerospace engineers, wish to know the lift coefficient for optimum aerodynamic efficiency - but it will be translated into a more pilot-friendly parameter, such as a post-it note on the airspeed indicator.
The best lift to drag ratio can be determined from Equation (1). Consider that the lift to drag ratio is equal in dimensional and coefficient form:
Into which Equation (1) may be inserted
The best lift to drag ratio can then be found from minimising , so differentiate by :
A bit of elementary calculus gives the minima of the right hand side as given by
What about a real aircraft?
Remember that Equation (1) as used above is only valid for an uncambered wing - the expression for changes in that case. If you look at the source code for the drag polar, you can see what it changes to. Try to derive this yourself.
Thrust required
The drag equation can be multiplied by the numerator of the lift and drag coefficients, , to yield dimensional drag - this can be considered as the thrust required in order to fly at a certain speed:
In steady level flight, , so the lift coefficient can be expressed as
and hence
or
where and are functions of density (and therefore functions of altitude).
- represents the profile drag, which gets larger with forward speed squared
- represents the induced drag, which gets smaller with forward speed squared
The above should make sense to you intuitively. Profile drag is largely viscous drag, which will get larger in proportion to the dynamic pressure. The induced drag is proportional to the bound vortex maintaining lift, which will be proportional to which, for a steady flight, is inversely proportional to the dynamic pressure.
Minimum drag speed
From the drag equation in dimensional form, the minmum drag speed can be shown
Alternative method
It has already been shown that the lift at minimum drag is . Substitute this into the aircraft speed equation to show the same answer as above
For a set of parameters, the drag equation can be plotted from the aircraft stall speed. You can zoom in on the plot, or expand the source to see how the plot was made.
Variation of drag with altitude
With the drag equation presented in dimensional form the effect of altitude on drag may be determined. Since and are directly and inversely proportional to density, it can be expected that they will be inversely, and directly proportional to altitude, respectively.
That is - for an increase in altitude, (profile drag) will decrease whilst (induced drag) will increase.
Think: does that make sense?
Whenever you derive a relationship between physical parameters, you should see if the answer is intuitively correct.
Profile drag is fundamentally a viscous effect, so it makes sense that for fewer air particles in a given volume, the profile drag would decrease.
Induced drag is proportional to the amount of circulation. For a reduction in density, a larger amount of circulation is required to effect the same dimensional value of lift. Hence, induced drag will increase.
It has been shown above that (see Steady Level Flight), so these cancel with the density terms in the and expressions - accordingly, the minimum drag remains constant with altitude whilst the minimum drag speed increases. See:
Variation of drag with aircraft weight
By contrast to the density, the aircraft weight only appears in the induced drag term, , and hence the profile drag stays constant whilst the induced drag increases with aircraft weight.
This makes sense as the wetted area of the aircraft is unchanged, hence the viscous drag would be constant. The dimensional value of lift is increased, therefore the cruise is also increased, and the circulation must be increased hence the trailing vortex system is given more energy - more drag.
Variation of aircraft drag in cruise: summary
In the drag equation, the combination of and terms gives a minima in the total drag curve at the minimum drag speed, which can be determined directly from .
At low speed, the induced drag term dominates.
Think: where in a flight regime is this important?
Take-off, landing, and air combat.
At high speed, the profile drag term dominates.
Think: where in a flight regime is this important?
At cruise conditions.
This gives an indication of which parameters are relevant for different aircraft if drag reduction is desired.
Answer the following questions:
Describe the effect of altitude on drag curves.
An increase in altitude causes a decrease in density. This causes the induced drag to increase, and the profile drag to decrease. The minimum drag speed increases with altitude, but the minimum drag stays constant.
The visual effect is that total drag curves are shifted to the right, but the minima remains at the same position.
Describe the effect of aircraft weight on drag curves.
An increase in aircraft weight affects only the induced drag, which is increased.
The visual effect is that total drag curves are shifted to the right, and up - the minimum drag and the minimum drag speed are increased.
Describe the effect of wing area on drag curves.
This wasn’t covered above, but you should be able to answer using the same logic. Think about what you expect the answer to be, then try and plot it.
Discuss the answer on Slack.
Removing the Altitude Dependency - EAS
The drag equation as presented, in dimensional form is
where the velocity in question is TAS. We can use the relationship
to express the drag equation in terms of EAS:
or
where and are defined as before, but with the sea-level density in place of density at whatever altitude is in question.
This has the effect of collapsing the drag curves together, as is a constant.
Hence the minimum drag speed in EAS is a function of the constants and , and . and increases with aircraft weight and remains constant with aircraft altitude.
Range vs Endurance
The aircraft drag can be considered as the force required to propel the aircraft forward. For this reason, it is useful to determine the condition of minimum drag, as this means the aircraft is flying with the greatest aerodynamic efficiency - when flying at this condition, the aircraft can go the farthest. This defines the maximum range (see the note below). Hence, if a pilot wishes to fly the longest distance (in a glider or propeller-drive aircraft) for a certain amount of fuel, they should fly at .
However, they will not be able to fly for the longest period of time at this speed. For certain aircraft missions, it is desirable to seek endurance as opposed to range.
For consideration of endurance, the problem is not one of minimising the force required, but instead to minimise the amount of energy required in a given amount of time, Hence, the problem is not one of minimising the force required (the drag), but minimising the amount of work done per time - flying with minimum power.
Power required
Power is the rate of doing work - so the power required to overcome drag is:
the minimum power required is found
It is easy to compare the minimum drag speed and the minimum power speeds, now:
So flying at the minimum power speed, which is slower than the minimum drag speed, will not get the best range but will enable a pilot to stay in the air for the longest period of time.
As was performed for Drag, the Power required can now be plotted vs TAS:
Effect of altitude on minimum power
Recall that an increase in altitude caused the total drag curve to shift to the right - increasing the minimum drag speed but keeping the same value of dimensional minimum drag.
A similar plot can be made to show the variation of minimum power with altitude - it can be seen that the minimum power increases linearly, with a line that passes through the origin.
If you really wish to, you can show analytically that the gradient is a constant by differentiating the expression for with respect to . It will yield a constant - but this will be a bit of a laborious exercise in algebra and calculus.
Variation of aircraft power in cruise: summary
In the power equation, the combination of and terms gives a minima in the total drag curve that is lower than minimum drag speed. This is the minimum power speed, which can be determined directly from .
Answer the following questions:
Describe the effect of altitude on power curves.
An increase in altitude causes a decrease in density. This causes the induced power to increase, and the profile drag to decrease - but the profile power rises with the cube of speed, whilst induced power falls with the inverse of forward speed. The minimum power speed increases with altitude, but and the minimum power rises linearly.
The visual effect is that total drag curves are shifted to the right and up.
Describe the effect of aircraft weight on drag curves.
Similarly to drag, an increase in aircraft weight affects only the induced power, which is increased.
The visual effect is that total drag curves are shifted to the right, and up - the minimum power and the minimum power speed are increased.
Removing the Altitude Dependency - EAS
To plot power vs equivalent airspeed as performed before for drag, one has to be careful with definitions. If you take the power equation, and simply replace with , and plot against , then we are not representing true power vs. EAS due to the velocity term outside the brackets. What we are actually showing is a parameter that can be considered density-scaled power:
Similar to plotting drag vs. EAS, plotting vs EAS collapses the curves for different altitudes onto one another, creating a single power curve vs. EAS. However, caution must be taken as the ordinate is not actual power, unlike for the drag plot, where the ordinate is dimensional true drag.
It is left as an exercise for the reader to show this plot based upon those already given.
Thrust Available vs. Thrust Required
As stated previously, the aircraft total drag is analogous to the total thrust force required to maintain a condition. The total power is analogous to the total propulsive power required to maintain the condition.
The aircraft powerplant creates thrust and power (more on the distinction, shortly), and this sets the range of possible flight speeds.
Consider an aircraft engine capable of producing a thrust that is constant with forward speed (which isn’t realistic, as we will see), this can be overlaid on the thrust OR power required curve.
Denoting the thrust produced by the powerplant as , meaning thrust available and the total drag as , meaning thrust required, the intersection between the and curves gives the possible flight speeds.
is simply a number, whilst the curve is a polynomial so the intersection can be determined from:
Which is equal to the thrust available:
hence a quadratic in or
with , and
which yields the two velocities from the graph, and .
Example
For an aircraft with a drag equation described by:
with a wing area of 50m, a weight of 160kN, a , flying at sea-level determine the maximum and minimum flight speeds for a constant thrust of 10kN
Solution procedure - attempt the question before looking at the answer.
The drag equation gives you the constants and , and the remaining constants are provided in the question.
This enables you to determine the profile drag factor A=0.49000001 and the induced drag factor B=37616325.974.
With , you now have everything to solve the quadratic equation to yield and .
Look at the plot below, and see if you could reproduce is without looking at the source code.
Speed stability in cruise
In the figure above, for a fixed throttle setting of 10kN, steady flight is possible at or . At speeds or only and there is no excess thrust.
At speeds , there is positive excess thrust and at speeds or there is negative excess thrust (sometimes called excess drag). With positive excess thrust, the aircraft accelerates. With negative excess thrust the aircraft decellerates.
Flight at v1
Consider flight at - any velocity perturbation (e.g., due to a gust) will move the aircraft into a condition of excess thrust.
For the case with no pilot input, if the aircraft speeds up, there will be positive excess thrust leading to acceleration all the way to . If the aircraft slows down, there will be negative excess thrust leading to decelleration all the way to .
This is speed instability, and leads to increased pilot workload (requires continual throttle adjustments)
Flight at v2
Consider flight at - any velocity perturbation (e.g., due to a gust) will move the aircraft into a condition of excess thrust.
For the case with no pilot input, if the aircraft speeds up, there will be negative excess thrust leading to decelleration back to . If the aircraft slows down, there will be postitive excess thrust leading to acceleration back to .
This is a stable system, with reduced pilot workload (no required throttle adjustments)
Stability boundary
Consider that the pilot may adjust the throttle to increase or decrease the thrust. Accordingly, if in the example given above the line represents the maximum thrust, then the throttle could be adjusted to allow cruise to be possible at all speeds .
Using the reasoning above, though, it can be seen that cruise at any velocity will be subject to a speed instability.
Caution - the above is a simplification.
The description of what happens with excess thrust as described above is a simplification (you’ll read this phrase a lot in Flight Mechanics).
In reality, whenever there is positive excess thrust, the resulting acceleration will result in a speed increase which, for a given attitude will result in an increase in lift and hence climb.
If the pilot wishes to maintain constant speed, they may intuitively adjust attitude via the stick/yoke which will take the aircraft out of equilibrium.
Aircraft Propulsion - thrust or power available
In the question above, it was assumed that the thrust was constant with forward speed. This is only the case for a pure turbojet or a high bypass-ratio turbofan. Before we can go further with the methodology, a broad comparison between aircraft powerplant types needs to be made.
With infinite thrust/power available, our aircraft could fly anywhere on the D vs. TAS curve, but this is not the case in reality. Thrust and power are provided by the aircraft powerplant, so some understanding of what it means to produce thrust is required.
Newton’s second law states that “force is equal to the rate of change of momentum”. The momentum change in question is that of the fluid before and the effect of the propulsor.
A revision of aircraft propulsion.
Recall that the fluid accelerates before and after the propulsor, and reaches the ultimate velocity at some downstream distance.
All generalised jets, meaning any propulsor that works by accelerating a fluid provide a \textsl{streamwise pressure discontinuity} which creates a continuous streamwise velocity variation. You may resolve the force as or , and these are equal to each other - they are not summative.
Defining a jet efflux velocity, , as the velocity of the air when it is fully accelerated by the propulsor. Newton’s second law is then:
Considering work done; the work that the propulsor performs on the airframe is useful work, whilst any work done in providing the streamtube with velocity is waste work.
Work is force displacement in the direction of the force, and power is the rate of doing work, so:
Useful power
Waste power is the rate of change of kinetic energy of the air:
Which allows the definition of propulsive efficiency as a measure of the propulsive power to the total power required.
Noting that propulsive power is a function of the aerodynamics of the propulsor and does not include any effects such as losses in the powerplant itself.
Propellers and High Bypass-Ratio Turbofans have a high due to a large disc area, but a small . This means:
-
Lower fuel consumption due to small KE increase
-
Rapid loss of thrust with forward speed due to small
These engines may be defined as power engines as their fuel consumption is generally linear with the power they produce. They have an associated specific fuel consumption (SFC) which has units of kg/s/W or lb/h/hP or equivalents.
Turbojets and Low Bypass-Ratio Turbofans have a small due to a small disc area, but a large . This means:
-
High fuel consumption due to large KE increase
-
Little loss of thrust with forward speed due to small
These engines are defined as thrust engines as their fuel consumption is generally linear with the thrust they produce. They have an associated thrust specific fuel consumption (TSFC) which has units of kg/s/N or lb/h/lbf or equivalents.
Thrust and Power Model
Since all aircraft propulsors accelerate a mass of air, it follows that their output is a function of air density/altitude - but also of many, many other factors.
Validity of this model
In reality, the relationships for thrust and power for different types of engines are functions of forward speed, Mach number, density, temperature, and engine-specific factors relating to efficiency.
For a detailed discussion of these effects, see Chapter 3 in “Aircraft Performance and Design” [Anderson:1999AP]. The summary on page 186 results in the altitude model used in
There are a myriad of different thrust and power models used for aircraft performance, but for this course, the simplest one will be used.
For thrust engines, the altitude variation is described by:
For power engines, the altitude variation is described by:
Some sources list as an altitude dependent parameter that accounts for the change of lapse rate at the tropopause, whilst other list it as an engine-specific parameter. In this course, it will be used as a parameter that encompasses both - you will be able to assume unless otherwise directed.
v1 and v2 with altitude
With the thrust or power model now giving the variation of available thrust with altitude (with the change in density), the range of possible speeds can be determined for different altitudes.
It can be appreciated that it is easier to perform this exercise in EAS rather than TAS, as there is a single curve in EAS.
Look at the graph above, observe the following:
- There is a single curve since the graph has been plotted in EAS
- At sea-level the curve is highest as the air density is lowest, hence there is the greatest available thrust
- As altitude increases, the available thrust decreases, and hence the minimum flight speed increases whilst the maximum flight speed increases
- For many altitudes, the minimum flight speed is lower than the stall speed hence the value has no physical significance - since flight would not be possible at these speeds
- Altitudes have been plotted in 2km intervals, which is an arbitrary interval.
- As and get closer together, they finally meet at the minimum drag speed - the physical significance here is that at this altitude the engine can only produce sufficient thrust (i.e., at maximum throttle) to enable cruise at a single speed (that which requires the minimum thrust, ) - 93.604m/s EAS or 159.719m/s TAS
Plotting flight speeds
From the above, it is possible to plot the maximum and minimum flight speeds with altitude
Now - the plot above show the possible flight speeds from the solution of the quadratic, but it was shown in the previous plot that for lower altitudes, was below the stall speed.
If this is taken into consideration, then the plot is modified to:
The source code for the plot above is not included on the website - though you could download it if you look at the source .ipynb file.
You are advised to try and reproduce the plot above based on the source code from the previous plot. This will be a good test of your ability to understand the equations and the logic flow of these codes.
Aircraft Absolute Ceiling
This introduces the concept of aircraft absolute ceiling, which is defined as the altitude at which the only possible flightspeed is .
A consideration of this concept should ring alarm bells in your aircraft performance engineer’s brain.
What alarm bells?
Think back to the concept of speed stability - where the idea of velocity perturbations were introduced.
If an aircraft is flying at the absolute ceiling, then any velocity perturbation will push the aircraft to a speed where there is negative excess thrust and thus the aircraft will begin to sink.
As a consequence, sustained cruise at the absolute ceiling is not feasible.
For the above reasons, the aircraft absolute ceiling is rarely used or listed by a manufacturer. In reality, the aircraft service ceiling is defined, where a small rate of climb is still possible - the rate is usually dictated by the manufacturer.
To explore this concept, a model for climbing/sinking/gliding flight will be required. This ends the section of Steady Level Flight.