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_14_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_14_data.sci')
-rw-r--r-- | 443/DEPENDENCIES/17_14_data.sci | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/443/DEPENDENCIES/17_14_data.sci b/443/DEPENDENCIES/17_14_data.sci new file mode 100644 index 000000000..aa850eb31 --- /dev/null +++ b/443/DEPENDENCIES/17_14_data.sci @@ -0,0 +1,30 @@ +//Speed of the engine(in rpm)
+N=1200;
+//Torque transmitted by the engine(in N-m)
+T=120;
+//Fuel consumption(in kg/h)
+mf=5;
+//Calorific value of fuel(in kJ/kg)
+CV=42000;
+//Stroke of the engine(in m)
+L=0.12;
+//Bore of the engine(in m)
+D=0.1;
+//No of cylinders
+k=4;
+//Coefficient of discharge
+Cd=0.6;
+//Diameter of orifice(in m)
+d=0.05;
+//Gravitational constant(in m/s^2)
+g=9.81;
+//Pressure drop across orifice(in m)
+dhw=0.046;
+//Density of water(in kg/m^3)
+pw=1000;
+//Ambient pressure(in N/m^2)
+p=1*10^5;
+//Universal gas constant(in kJ/kgK)
+R=287;
+//Ambient temperature(in K)
+Ta=290;
\ No newline at end of file |