in-review

Defining Aircraft ‘Speed’

Measuring translations and velocities for a ground-based vehicle (your car) is relatively simple as the vehicle is moving with respect to an inertially-fixed reference frame (the Earth), that it is always connected to. To determine how long it will take to get somewhere, distance/time/velocity calculations are simple, and the engine performance is chiefly a function of the vehicle speed.

By comparison, an aircraft is moving with respect to the inertially-fixed reference frame, but it is not connected to it - thus is it difficult to make measurements between the two. Furthermore, aerodynamic performance (how much lift and drag is being produced) is a function of the aircraft’s orientation and translation with respect to the incident wind, and not to the Earth. Similarly, the powerplant performance will be a function of the incident wind and not the groundspeed.

This gives us our first set of ‘speeds’, and the relationship between them:

Vgnd=V+Vwind(1)\begin{aligned} V_{gnd} &= V + V_{wind} \end{aligned}\tag{1}

where

Vgnd:Ground SpeedV:True Airspeed (TAS)Vwind:Wind Speed\begin{aligned} &V_{gnd} : \text{Ground Speed}\nonumber\\ &V : \text{True Airspeed (TAS)}\nonumber\\ &V_{wind} : \text{Wind Speed}\nonumber\end{aligned}

where we can simply add the two together via vector addition. In the two figures below, the two situations will require the exact same amount of thrust, and the same configuration of control surfaces - but the there is a groundspeed difference of 100kn.

Fig. 1: Aircraft With Headwind
Fig. 2: Aircraft With Tailwind

This is why LHR-ORD takes typically 8h50m, but ORD-LHR takes 7h30m, yet in each case, the aircraft is flying at typical cruise velocity, requiring the same amount of total thrust.

Airspeed Measurement

Clearly aerospace engineers require a means of determining the true airspeed, in order to determine aircraft powerplant/aerodynamic performance, and in order to calculate groundspeed and thus facilitate speed/time calculations.

Equation (2) may be developed from the isentropic flow equations, and allows us to determine true airspeed as a function of density and pressure:

FootnoteWikipediaisntavalidsourceinmostplaces,butIdontwanttorepeatabitofderivationforanbitofatangenthttps://en.wikipedia.org/wiki/Heatcapacityratio#Relationwithdegreesoffreedom(2)Footnote - Wikipedia isn't a valid source in most places, but I don't want to repeat a bit of derivation for an bit of a tangent - https://en.wikipedia.org/wiki/Heat_capacity_ratio\#Relation_with_degrees_of_freedom\tag{2}

Equation (2) allows us to determine the velocity with respect to a volume of air, via measurement of three quantities - density ρ\rho, static pressure pp, and impact pressure Δp\Delta p. ‘Impact pressure’ is a term that is probably new to you, and refers to the difference between total and static pressure - and, for an incompressible fluid, is the same as dynamic pressure, but not for a compressible fluid.

We have the relationship V(p,ρ,Δp)V(p, \rho, \Delta p), but the first two quantities are relatively difficult to measure, as they are absolute quantities. Hence, transducers for measurement of absolute pressure and density would require regular calibration, and would add complexity to a measurement system. The reasons for this are complex, and will be elaborated upon in an instrumentation/measurement course - suffice to say that, in general, all transducers are relative transducers, and thus measurement of any absolute quantity require a datum against which they can be compared, calibrated for changes in non-measured quantities, such as temperature.

By contrast, Δp\Delta p is a relative quantity. Whilst a transducer for measurement will still require calibration, measurement of Δp\Delta p is relatively easy - for this purpose, we use a pitot-static device. Originally these were analogue devices, measuring the pressure difference between two sides of a pressure chamber via a mechanical diaphragm, calibrated to provide an accurate reading of Δp\Delta p:

Aircraft Pitot-Static Measurement Device
Fig. 3:

Aircraft Pitot-Static Measurement Device

Calibrated Airspeed

To avoid having to measure pp and ρ\rho, rather than using the pitot-static to measure Δp\Delta p, aircraft Engineers calibrated their devices to provide the correct value of true airspeed at sea-level ISA density and pressure. This provides us with calibrated airspeed, VcV_c/CAS, which is only the same as true airspeed at sea-level ISA conditions. VcV_c can be calculated via the following equation:

Ve=7pρSL{(Δpp+1)γ1γ1}V_e=\sqrt{7\cdot\frac{p}{\rho_{SL}}\cdot\left\{\left(\frac{\Delta p}{p}+1\right)^\frac{\gamma-1}{\gamma}-1\right\}}

where we can see that the sea-level pressure has been replaced with the actual pressure. In practice, this correction is applied as a multiplier between CAS and EAS:

Ve=fVcV_e = f\cdot V_c

where

f=VeVcf = \frac{V_e}{V_c} =7pρSL{(Δpp+1)γ1γ1}7pSLρSL{(ΔppSL+1)γ1γ1}= \frac{\sqrt{7\cdot\frac{p}{\rho_{SL}}\cdot\left\{\left(\frac{\Delta p}{p}+1\right)^\frac{\gamma-1}{\gamma}-1\right\}}}{\sqrt{7\cdot\frac{p_{SL}}{\rho_{SL}}\cdot\left\{\left(\frac{\Delta p}{p_{SL}}+1\right)^\frac{\gamma-1}{\gamma}-1\right\}}} =f(Δp,p)= f(\Delta p, p)

Since ff is only dependent on the Δp\Delta p the aircraft speed, and the pp the aircraft altitude, it can be calculated and tabulated - see the table below for the pressure correction factor:

h, ft Calibrated Airspeed, kn
100125150175200225250275300
50000.9990.9990.9990.9980.9980.9970.9970.9960.995
100000.9990.9980.9970.9960.9950.9940.9920.9910.989
150000.9980.9970.9950.9940.9920.9900.9870.9850.982
200000.9970.9950.9930.9900.9870.9840.9810.9770.973
250000.9950.9930.9900.9860.9820.9780.9730.9680.963
300000.9930.9900.9860.9810.9750.9700.9630.9570.950
350000.9910.9860.9810.9740.9670.9590.9510.9430.934
400000.9880.9820.9740.9660.9570.9470.9370.9260.916
450000.9840.9760.9660.9560.9440.9320.9200.9070.895
500000.9790.9690.9570.9440.9300.9150.9010.8860.871

Intermediate values are found via linear interpolation - you should be comfortable with doing this by hand, or by writing code. An example code is provided below that provides two-dimensional interpolation for any values - you can use this function to find out the pressure correction factor - use the syntax f_correction(VC, h) (both of these have default values, so you don’t need to provide either).

True Airspeed

Finally, True Airspeed may be calculated from Equivalent Airspeed, by accounting for the actual density at the correct altitude:

V=VeρSLρV = V_e\cdot\sqrt{\frac{\rho_{SL}}{\rho}} V=Ve1σV = V_e\cdot\sqrt{\frac{1}{\sigma}} σ=ρρSL\sigma = \frac{\rho}{\rho_{SL}}

Where we may get the density at different altitudes from standard tables of the atmospheric properties. These are available in the original PDF notes. What we’ll use more regularly is either atmosisa in MATLAB or ambiance in Python.

If you can’t get the following to work - then you might need to install ambiance. Try pip install ambiance in your terminal window. See here for more instructions: https://pypi.org/project/ambiance/

Using ambiance to define the density, we can create a function, sigma_density (it’s a good idea to make function handles descriptive, and there tend to be lots of sigma functions that mean important things in programming languages). This function will return the density ratio for a given altitude provided in metres or feet - bearing in mind than the units for ambiance are metres.

The inputs can also be numpy arrays

Approximate density correction

For altitudes below about 16km, the approximation can be used

σ=20H20+H\sigma=\frac{20-H}{20+H}

where HH is the altitude in kmkm.

The error in this approximation is easily shown using the functions created above:

Why use EAS?

Equivalent airspeed is actually very useful (though pilots tend not to actually use it, annoyingly). We tend to define qq_\infty as 12ρSLVe2\tfrac{1}{2}\rho_{SL}V_e^2, which means that aerodynamic coefficients remain the same for a given VeV_e and α/β\alpha/\beta.

It is useful to see that the Equivalent Air Speed (EAS) for a given flight condition, VeV_e, is the speed which if flown at standard sea level density (ρsl1.225kgm3\rho_{sl} \sim 1.225 kg\cdot m^{-3}) would give the same aerodynamic loads, for the same aerodynamic configuration, constant CLC_L.

This is useful for simplicity of calculations, but is also useful for ease of flight - stall will always occur at the same angle, for the same EAS, regardless of flight altitude. Structural limits are always defined in EAS for the same reason, as the loads are constant at any altitude for the same EAS.

Summary of Corrections

We can remember the order of corrections by the mnemonic “ICE-T”, with the relative magnitudes of the velocities given by the shape that loosely looks like a square root -

Airspeed Corrections
Fig. 4:

Airspeed Corrections

Problems:

Below are a range of numerical and theoretical questions. Some of the numerical questions have random numbers that change each time the notes get updated - so you’re not going crazy if you thought it was different last time.

Try and go through the questions on your own before looking at the solutions - questions you’ll face in tests/exams will be similar but not exactly the same, so you need to be able to understand the why of the solution rather than just following an algorithm.

Problem 1.1 - Conversion between airspeeds

An aircraft is flying at an altitude of 35000ft, with a calibrated airspeed of 195kn, with a 10kn headwind:

a) How long will it take to cover 100 miles?

b) How long will it take to cover 200km?

c) If instead of VCV_C = 195kn, you have VIV_I = 195kn, with a position error of ΔVP=+2kn\Delta V_P=+2kn, what do the above answers change to?

Try and tackle the problem yourself before you see the solution below. The numbers in this problem will change each time the notes are updated.

Problem 1.2 - Theory

a) When converting between different airspeeds, how can you ‘sense check’ your numbers?

b) What is the significance of “equivalent airspeed”, and why is it preferable to use when defining limiting speeds for aircraft

c) In what cases could you find that your true airspeed is less than your calibrated airspeed?

d) For what conditions is EAS equivalent to TAS?