Concorde LG Analysis
Concorde LG Analysis
SPLD Students
Please tick this box if you are officially recognised by the University as an SPLD student.
EG220 Landing Gear Analysis
Concorde
Aircraft choice: Concorde
MTOW: 185065kg
MLW: 111130kg
Swings: 358.25m2 (Delta-wing)
Task 1: Calculation of VT
To find VT (vertical touchdown speed), we already have most of the information. However,
the formula requires CZ and CX values on landing. These are coefficients of lift and drag
respectively. Landing CZ is found by taking 90% of the maximum CZ value.
Figure 1
CZmax is found as 1.542. Therefore CZ for landing is 1.3878. Using interpolation, we can find
as corresponding CX value of 0.6696.
With this information, we can use the given formula to find VT.
Task 2: Static loads acting on main & nose gear
The static loads at each landing gear is split according to the position of the centre of gravity
(CG) of the aircraft. This is obviously dependent to many factors that can’t be measured by
us, such as fuel, passenger, baggage loads, etc. However, using a 3-view diagram of the
aircraft, we can draw a few lines to estimate a suitable position for CG.
Selection
Nose gear: KT48
1100x400mm (43x15.7’’)
6.5bar (94.27psi)
Static load: 7920daN > FNLG,tyre
Max load: 24,400daN
For the remainder of this report, only the main gear will be looked at.
Task 4: Tire stroke
Tyre selected: KT67
Width: 480mm (18.9’’)
The following equation calculates the reaction force (Z) using tyre dimensions and pressure.
The formula uses imperial units; therefore units must be converted from metric.
The following script is an implementation of this formula. Tyre dimensions are entered into
the code, as highlighted in red.
MATLAB Script
n = 50;
% Tyre: KT67
p_bar = 6; % bar
D_mm = 1325; % mm
w_mm = 480;
% Stroke array
steps = strokeMax / n;
stroke = 0:steps:strokeMax;
% OUTPUTS
fprintf('Work done by tyre:\nKT67: %f daNm\n', Work_daNm)
figure
plot(stroke_mm,Z_kN, '-r')
title('KT67')
set(gca, 'YTickLabel',get(gca,'YTick'))
xlabel('δ (mm)')
ylabel('Z(δ) (kN)')
grid on
Maximum tyre force
n = 3.3 (Load factor)
Ftyre,MAX = n*FMLG,tyre
Ftyre,MAX = 39287.2daN
The work done by each tyre was found using numerical integration by trapezium rule. This
can be expressed as:
δmax
WZ = ∫ Z(δ) dδ
0
MLW = 111130kg
Value computed for VT = 4.75m/s
For KE, we will use VT = 3.67m/s
KE = 748,399.4Nm
Applying this ratio to KE, we get the total KE on the main gear strut:
KEstMLG = 653821Nm
Dividing through number of struts and tyres (2 struts x 4 tyres)
KEONE = 81728.5Nm (each tyre)
RStatic = 474,395.2N
R SB,MAX + R SB0
Apara = ΔSB,MAX (ηR SB,MAX − )
2
Apara = 574Nm
Cp = 28.3cm
ΔSB,MAX
chord =
ratioF ∗ cos(α)
chord = 28.3cm 1/2chord = 14.16cm
1
X1 = 𝑐ℎ𝑜𝑟𝑑 ∗ cos(𝛼)
2
X1 = 0.055m (11/2cm)
Apara
Aratio =
ratioF ∗ ratioΔ
Aratio = 14.35cm2
3 Aratio
hpara = ∗
2 chord
hpara = 0.76cm
For vertex:
X2 = X1 − h sin(α)
X2 = 4.8cm
Y2 = Y1 + hsin(α)
Y2 = 26.4cm
Y2,num = Y2 ratioF
Y2,num = 1,055,809.9N (1055.81kN)
Task 8: Frictional force in shock absorber
R SB (Δ) = −26.396495Δ2 + 12391.517176Δ2 + 521834.7 (N)
μ = 0.09 (Friction coefficient in shock absorber)
2Lrod − 11 − Δ
R fr (Δ) = R SB (Δ) (μ tan(β) )
11 + Δ
p0 = pa = 101325N/m2
sp ∗ ΔSB,MAX
V0 = 1
R A0 + sp pa k
1 − (R )
A,MAX + sp pa
V0 = 0.000963m3
k
V0
R A (Δ) = (R A0 + sp pa ) ( ) − sp pa
V0 − sp Δ
Rhydr (Δ) = RSB(Δ) – RA (Δ) – Rfr (Δ)
Fg (Δ) = RSB (Δ) / cos(β)
Figure 2
References
Fig. 2 - Image:
Concorde Main Landing Gear [Internet]. heritage-concorde.
Available from: https://www.heritageconcorde.com/mainlandinggear