diff options
Diffstat (limited to '548/DEPENDENCIES/4_17data.sci')
-rwxr-xr-x | 548/DEPENDENCIES/4_17data.sci | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/548/DEPENDENCIES/4_17data.sci b/548/DEPENDENCIES/4_17data.sci new file mode 100755 index 000000000..862da2394 --- /dev/null +++ b/548/DEPENDENCIES/4_17data.sci @@ -0,0 +1,10 @@ +Hp=10000; //pressure altitude in m
+Po=4.24*10^4; //Total pressure measured by pitot tube,N/m^2
+P1=2.65*10^4; //pressure at pressure altitude 10000m from standard atmospheric table,N/m^2
+T=230; //ambient temperature in Kelvin
+R=287 ;//gas constant for air,J/Kg.K
+y=1.4; //specific heat ratio for air
+a=340.3; //speed of sound at sea level,m/s
+P=1.01*10^5 ;//stmospheric pressure at sea level
+
+
|