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_2_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_2_data.sci')
-rwxr-xr-x | 443/DEPENDENCIES/8_2_data.sci | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/443/DEPENDENCIES/8_2_data.sci b/443/DEPENDENCIES/8_2_data.sci new file mode 100755 index 000000000..4ef1226b8 --- /dev/null +++ b/443/DEPENDENCIES/8_2_data.sci @@ -0,0 +1,16 @@ +//Bore of the engine(in cm)
+D=10;
+//Length of stroke for square engine(in cm)
+L=10;
+//Number of cylinders
+k=4;
+//Volumetric effciency
+nv=0.75;
+//Speed(in rev/s)
+N=40;
+//Density of air
+Pa=1.15;
+//Coefficient of air flow
+Cd=0.75;
+//Area of orifice(in m^2)
+A2=0.25*%pi*0.03^2;
\ No newline at end of file |