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_4b_data.sci | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 548/DEPENDENCIES/6_4b_data.sci (limited to '548/DEPENDENCIES/6_4b_data.sci') diff --git a/548/DEPENDENCIES/6_4b_data.sci b/548/DEPENDENCIES/6_4b_data.sci new file mode 100755 index 000000000..0f9234cfc --- /dev/null +++ b/548/DEPENDENCIES/6_4b_data.sci @@ -0,0 +1,12 @@ +//for the jet power executive aircraft(CJ-1): +Tf=2*16245;//thrust (N) provided by both turbofan engine +Do=1.225;//density(Kg/m^3) at sea level +D=0.6107;//density(Kg/m^3) at height 6705.6 m +b=16.25;//wingspan(meter) +S=29.54;//wingarea(m^2) +AR=b^2/S;//aspect ratio +W=88176.75;//normal gross weight(N) +Cdo=0.02;//parasite drag coefficient +e=0.81;//oswald efficiency factor +//in order to find max. velocity we need to find out the intersection of power required curve for example 6.3b and power available curve at height of 6705m: + -- cgit