02 045 FDS
02 045 FDS
02 045 FDS
AERO-19B
C d 0 ¿ = 0.0043
¿
kg
e = 0.92, ρ=1.225 3
m
To find:
∝=?
L/D =?
Solution:
Cl
We know ∝ = Cl ∝ w
C L∝
C L∝ w = C L∝ / 1+
πεAR
where C L∝ = a °
6.07
¿ 6.07 / 1+ = 4.2745/rad = 0.0746/deg
π∗0.92∗5
C L
❑ 20000
L=
1
∗ρ∗S∗V 2
= 1
∗1.225∗30∗60
2 = 0.3023
2 2
Cl
∝=
Cl ∝ w
0.3023
∝¿
0.0746
= 4.1 °
C D =¿ C d 0+¿ C Di ¿ ¿
= C d 0 +¿C ¿/ πeAR 2
L
1 2 1 2
D = 2 ∗ρ∗S∗V ∗C D = 2 ∗1.225∗30∗60 ∗0.01062 = 702.51N
Question 02
For a certain airfoil section, the pitching‐moment coefficient at 0.33-chord
behind the leading edge varies with CL as shown in the following table
Determine the locations of the aerodynamic center and the center of
pressure for CL = 0.5.
Answer:
Matlab code:
%Cm vs Cl Graph
Cm = [-0.02 0 0.02 0.04];
Cl = [0.2 0.4 0.6 0.8];
plot(Cl,Cm,'linewidth',2)
xlabel('Lift Coefficient')
ylabel('Moment Coefficient')
title('Cm vs Cl Graph')
For C L =0.5
0.02−0 C m−(−0.02)
=
0.60−0.40 0.5−0.2
C m=0.01
For C L =0
0.02−0 C m−(−0.02)
=
0.60−0.40 0−0.2
C m=−0.04
C m=¿C ¿ ¿
¿
C mac=¿−0.04 for C =0 ¿
L
x ac =¿ ¿0.23
xcp= 0.31
c t = 2m
b = 2*10 = 20m
2
λ= =0.4
5
Solution:
2
2 1+ 0.4+0.4
=3 5 (
1+0.4
) = 3.7142 m
y 20
max = (1 +2∗0.4 /1 +0.4)
6
ymax=4.285
********