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 /443/DEPENDENCIES/8_1_data.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 '443/DEPENDENCIES/8_1_data.sci')
-rwxr-xr-x | 443/DEPENDENCIES/8_1_data.sci | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/443/DEPENDENCIES/8_1_data.sci b/443/DEPENDENCIES/8_1_data.sci new file mode 100755 index 000000000..5ed448435 --- /dev/null +++ b/443/DEPENDENCIES/8_1_data.sci @@ -0,0 +1,24 @@ +//mass of air flow(in kg/min)
+ma=5;
+//mass of fuel flow(in kg/min)
+mf=0.5;
+//specific gravity of fuel
+Pf=0.75;
+//pressure of air at inlet(in bar)
+p1=1;
+//temperature at inlet(in K)
+T1=300;
+//velocity coefficient
+Vc=0.8;
+//ratio of pressure drop of metering orifice to choke
+pd=0.8;
+//specific heat a constant pressure
+Cp=1005;
+//gas constant
+R=0.287;
+//coefficient of discharge of fuel
+Cf=0.6;
+//adiabatic constant
+y=1.4;
+//velocity at throat(in m/s)
+C2=100;
\ No newline at end of file |