summaryrefslogtreecommitdiff
path: root/548/DEPENDENCIES/6_1a_data.sci
blob: 386493996d8fafc9f1f8cb07373d3d3616450c84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//for the cessna skylane(CP-1):
b=10.912;//wingspan(meter)
S=16.165;//wingarea(m^2)
AR=b^2/S;//aspect ratio
D=1.225;//density at sea level(Kg/m^3)
W=13127.5;//normal gross weight(N)
f=65;//fuel capacity
P=230;//power provided by piston engine (unit-horsepower(hp))
Sf=2.0025;//specific fuel consumption(N/(hp.h))
Cdo=0.025;//parasite drag coefficient
e=0.8;//oswald efficiency factor
Pf=0.8;//propeller efficiency
V = linspace(30,400,500);//velocity over which we have to find thrust(30 to 400 m/s and over 500 points)