diff options
Diffstat (limited to '548/DEPENDENCIES/602data.sci')
-rwxr-xr-x | 548/DEPENDENCIES/602data.sci | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/548/DEPENDENCIES/602data.sci b/548/DEPENDENCIES/602data.sci new file mode 100755 index 000000000..9546dfb23 --- /dev/null +++ b/548/DEPENDENCIES/602data.sci @@ -0,0 +1,10 @@ +//consider the CJ-1 at sea level.
+b=16.25;//wingspan(meter)
+S=29.54;//wingarea(m^2)
+AR=b^2/S;//aspect ratio
+D=1.225;//density at sea level(Kg/m^3)
+W=88176.75;//normal gross weight(N)
+Tf=2*16245//thrust (N) provided by two turbofan engine
+Cdo=0.02;//parasite drag coefficient
+e=0.81;//oswald efficiency factor
+V=linspace(40,300,500);//velocity over which we have to find thrust(40 to 300 m/s and over 500 points)
|