summaryrefslogtreecommitdiff
path: root/443/DEPENDENCIES/8_7_data.sci
diff options
context:
space:
mode:
Diffstat (limited to '443/DEPENDENCIES/8_7_data.sci')
-rwxr-xr-x443/DEPENDENCIES/8_7_data.sci38
1 files changed, 38 insertions, 0 deletions
diff --git a/443/DEPENDENCIES/8_7_data.sci b/443/DEPENDENCIES/8_7_data.sci
new file mode 100755
index 000000000..2857fa22b
--- /dev/null
+++ b/443/DEPENDENCIES/8_7_data.sci
@@ -0,0 +1,38 @@
+//Bore of engine(in cm)
+D=10;
+//Length of stroke(in cm)
+L=9;
+//speed of engine(in rpm)
+N=4000;
+//percentage of carbon
+PC=0.845;
+//Percentage of hydrogen
+PH=0.155;
+//Atomic weight of carbon
+AtC=12;
+//Atomic weight of hydrogen
+AtH=2;
+//Gas constant for air(n kJ/kgK)
+R=0.287;
+//Gas constant for fuel(in kJ/kgK)
+Rf=0.09;
+//Ambient temperature(in K)
+T=300;
+//Ambient pressure(in bar)
+Pa=1;
+//Fuel air ratio
+FA=0.07;
+//Discharge coefficient of air
+Cda=0.8;
+//Ratio of area of venturi
+ra=0.8;
+//Coefficient of air mixture
+Ca=0.95;
+//Velocity at throat(in m/s)
+C=200;
+//No of cylinders
+k=4;
+//volumetric efficiency
+nv=0.85;
+//Air fuel ratio
+AF=14.23; \ No newline at end of file