diff options
Diffstat (limited to '443/DEPENDENCIES/1_5_data.sci')
-rw-r--r-- | 443/DEPENDENCIES/1_5_data.sci | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/443/DEPENDENCIES/1_5_data.sci b/443/DEPENDENCIES/1_5_data.sci new file mode 100644 index 000000000..2c9b1fd79 --- /dev/null +++ b/443/DEPENDENCIES/1_5_data.sci @@ -0,0 +1,18 @@ +//speed of the engine(in rpm)
+N=2000;
+//brake power of the engine(in kW)
+bp=60;
+//brake thermal efficiency
+nbth=0.3
+//calorific value of fuel(in kJ/kg)
+CV=42000
+//bore of engine(in m)
+d=0.12
+//stroke length(in m)
+L=0.1
+//density of air(in kg/m^3)
+Da=1.15
+//air fuel ratio
+Raf=15
+//mechanical efficiency
+nm=0.8
\ No newline at end of file |