From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 548/DEPENDENCIES/6_3b_data.sci | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 548/DEPENDENCIES/6_3b_data.sci (limited to '548/DEPENDENCIES/6_3b_data.sci') diff --git a/548/DEPENDENCIES/6_3b_data.sci b/548/DEPENDENCIES/6_3b_data.sci new file mode 100755 index 000000000..c1c5bd3cd --- /dev/null +++ b/548/DEPENDENCIES/6_3b_data.sci @@ -0,0 +1,9 @@ +//for the jet power executive aircraft(CJ-1): +b=16.25;//wingspan(meter) +S=29.54;//wingarea(m^2) +AR=b^2/S;//aspect ratio +D=0.6107;//density at 6705.6 meter +W=88176.75;//normal gross weight(N) +Cdo=0.02;//parasite drag coefficient +e=0.81;//oswald efficiency factor +V=linspace(20,300,500);//velocity over which we have to find Power(20 to 300 m/s and over 500 points) -- cgit