diff options
Diffstat (limited to '443/DEPENDENCIES/8_5_data.sci')
-rwxr-xr-x | 443/DEPENDENCIES/8_5_data.sci | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/443/DEPENDENCIES/8_5_data.sci b/443/DEPENDENCIES/8_5_data.sci new file mode 100755 index 000000000..a6e4e605a --- /dev/null +++ b/443/DEPENDENCIES/8_5_data.sci @@ -0,0 +1,18 @@ +//Coefficient of air flow
+Cda=0.8;
+//Coefficient of fuel flow
+Cdf=0.65;
+//Diameter of throat(in mm)
+Da=20;
+//Diameter of orifice(in mm)
+Df=1.14;
+//Density of air(in kg/m^3)
+Pa=1.2;
+//Density of fuel(in kg/m^3)
+Pf=750;
+//Distance between gasoline surface and throat(in m)
+hf=5*10^-3;
+//Pressure drop across the throat(in bar)
+dp=0.08;
+//gravitational constant(in m/s^2)
+g=9.81;
|