diff options
Diffstat (limited to '548/DEPENDENCIES/4_11data.sci')
-rwxr-xr-x | 548/DEPENDENCIES/4_11data.sci | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/548/DEPENDENCIES/4_11data.sci b/548/DEPENDENCIES/4_11data.sci new file mode 100755 index 000000000..f78af2616 --- /dev/null +++ b/548/DEPENDENCIES/4_11data.sci @@ -0,0 +1,7 @@ +H=9144;//standard altitude of flying in metre
+//from relation of altitude and Temperature:
+T=228.81;//Temperature at Standard altitude of 9144 m
+V=885.14*5/18; //velocity of jet transport
+R=287;//gas constant for air,J/Kg.K
+y=1.4;// specific heat ratio for air
+a=(y*R*T)^0.5 //velocity of sound at that altitude
\ No newline at end of file |