diff options
Diffstat (limited to '548/DEPENDENCIES/5_13data.sci')
-rwxr-xr-x | 548/DEPENDENCIES/5_13data.sci | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/548/DEPENDENCIES/5_13data.sci b/548/DEPENDENCIES/5_13data.sci new file mode 100755 index 000000000..d64699c21 --- /dev/null +++ b/548/DEPENDENCIES/5_13data.sci @@ -0,0 +1,8 @@ +h=10;//flying altitude in Km
+a=10*%pi/180;//angle of attack in radian
+S=19.5;//wing planform area in m^2
+M=2;//mach no
+D=0.41351;//density at 10 Km(Kg/m^3)
+T=223.26;//temperature(K) at 10 Km
+V=(y*R*T1)^0.5*M //velocity at 10 Km(m/s)
+q=D*V^2/2 //dynamic pressure at 10 Km
\ No newline at end of file |