diff options
author | prashantsinalkar | 2017-10-10 12:27:19 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-10-10 12:27:19 +0530 |
commit | 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch) | |
tree | dbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /443/DEPENDENCIES/17_30_data.sci | |
parent | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (diff) | |
download | Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.gz Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.bz2 Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.zip |
initial commit / add all books
Diffstat (limited to '443/DEPENDENCIES/17_30_data.sci')
-rw-r--r-- | 443/DEPENDENCIES/17_30_data.sci | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/443/DEPENDENCIES/17_30_data.sci b/443/DEPENDENCIES/17_30_data.sci new file mode 100644 index 000000000..409144def --- /dev/null +++ b/443/DEPENDENCIES/17_30_data.sci @@ -0,0 +1,44 @@ +//Mean effective pressure(in bar)
+pim=5;
+//Bore of the engine(in m)
+D=0.18;
+//Stroke of the engine(in m)
+L=0.24;
+//Total no of revolution
+N=9000;
+//Time taken for test(in minutes)
+T=30;
+//Total no of explosions
+n=4450;
+//Effective diameter of brake wheel(in m)
+De=1;
+//Net load on brake wheel(in kg)
+W=40;
+//Cooling water circulated (in kg)
+Vc=80;
+//Cooling water temperature rise(in C)
+dwc=30;
+//Specific heat of cooling water(in kJ/kgK)
+Cvw=4.18;
+//Volume of gas used at NTP(in m^3)
+Vg=2.4;
+//Total air used at pth pressure(in m^3)
+v=36;
+//Pressure of air(in mm of Hg)
+Pg=720;
+//Atmospheric pressure(in bar)
+p=1;
+//Ambient temperature(in K)
+Ta=273;
+//Temperature of air(in K)
+T2=290;
+//Density of air at NTP(in kg/m^3)
+Pa=1.29;
+//Total gas used at NTP(in m^3)
+V=2.4;
+//Universal gas constant(in J/kgK)
+R=287;
+//Exhaust gas temperaure(in K)
+Tex=350+273;
+//Specific heat of exhaust gas(in kJ/kgK)
+Ceg=1;
\ No newline at end of file |