diff options
Diffstat (limited to '797/CH11/EX11.5e/11_05_example.sci')
-rw-r--r-- | 797/CH11/EX11.5e/11_05_example.sci | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/797/CH11/EX11.5e/11_05_example.sci b/797/CH11/EX11.5e/11_05_example.sci new file mode 100644 index 000000000..3d0294d30 --- /dev/null +++ b/797/CH11/EX11.5e/11_05_example.sci @@ -0,0 +1,9 @@ +//Example 11-5 Lift and Drag of commercial Airplane +m = 70000 //mass of commercial airplane [kg] +A = 150 //wing planeform area [m^2] +V = 558 //crusing speed of the plane [km/hr] +rho_altitude = 0.312 //density of air at altitude of 12000m [kg/m^3] +rho_ground = 1.2 //density of air on ground [kg/m^3] +C_Lmax_flap = 3.48 //maximum lift coefficient with flaps +C_Lmax = 1.52 //maximum lift coefficient without flaps +g = 9.81 //gravitational acceleration [m/s^2]
\ No newline at end of file |