summaryrefslogtreecommitdiff
path: root/548/DEPENDENCIES/5_18data.sci
blob: c606985a7165d5dca75924a550244d4d96c672c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
b=12.29;//wing span in meter
S=23.69;//wing area in m^2
AR=b^2/S //aspect ratio
D=1.225;//density at standard sea level,Kg/m^3
V=48.3*5/18 //velocity of flyer(m/s)
e=0.93;//span efficiency factor
W=3337.5;//total weight of the flyer in newton
L=W/2;//lift on one wing(out of two)in newton
q=(D*V^2/2) //dynamic pressure(N/m^2)
Cl=L/(q*S)//lift coefficient
Cdi=Cl^2/(%pi*e*AR) //induced drag coefficient