diff options
Diffstat (limited to '443/DEPENDENCIES/1_4_data.sci')
-rw-r--r-- | 443/DEPENDENCIES/1_4_data.sci | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/443/DEPENDENCIES/1_4_data.sci b/443/DEPENDENCIES/1_4_data.sci new file mode 100644 index 000000000..0f21e3b52 --- /dev/null +++ b/443/DEPENDENCIES/1_4_data.sci @@ -0,0 +1,16 @@ +//number of cylinders
+n=4;
+//brake power(in kW)
+bp=50;
+//air gas ratio
+Rag=9;
+//compression ratio
+Rc=10;
+//volumetric efficiency
+nv=0.7;
+//indicated thermal efficiency
+nth=0.35;
+//indicated mechanicalted efficiency
+nm=0.8;
+//total volume of the engine(in cc)
+Vall=2000;
|