diff options
Diffstat (limited to '443/DEPENDENCIES/1_8_data.sci')
-rw-r--r-- | 443/DEPENDENCIES/1_8_data.sci | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/443/DEPENDENCIES/1_8_data.sci b/443/DEPENDENCIES/1_8_data.sci new file mode 100644 index 000000000..087a47725 --- /dev/null +++ b/443/DEPENDENCIES/1_8_data.sci @@ -0,0 +1,12 @@ +//Brake thermal efficiency
+nbth=0.3;
+//Indicated power(in kW)
+ip=40;
+//Mechanical efficiency at half load
+nmh=0.65;
+//No of cylinders
+k=4;
+//Stroke volume(in cc)
+Vsf=1000;
+//Compression ratio
+r=8;
\ No newline at end of file |