diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /548/DEPENDENCIES/3_02data.sci | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '548/DEPENDENCIES/3_02data.sci')
-rwxr-xr-x | 548/DEPENDENCIES/3_02data.sci | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/548/DEPENDENCIES/3_02data.sci b/548/DEPENDENCIES/3_02data.sci new file mode 100755 index 000000000..de42fdc4d --- /dev/null +++ b/548/DEPENDENCIES/3_02data.sci @@ -0,0 +1,9 @@ +//datas are all taken from standard table of variation of temperature,pressure and density with height.
+//Pressure at the flying altitude:
+P=4.72*10^4;//in N/m^2
+P1=6;//height corresponding to pressure P in Km
+//Temperature at the flying altitude:
+T=255.7;//in Kelvin
+T1=5//height corresponding to temperature T in Km
+D=P/(R*T)//density at that height
+D1=6.24//height corresponding to density D in Km
|