diff options
Diffstat (limited to '443/DEPENDENCIES/17_1_data.sci')
-rw-r--r-- | 443/DEPENDENCIES/17_1_data.sci | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/443/DEPENDENCIES/17_1_data.sci b/443/DEPENDENCIES/17_1_data.sci new file mode 100644 index 000000000..2ba82ae57 --- /dev/null +++ b/443/DEPENDENCIES/17_1_data.sci @@ -0,0 +1,14 @@ +//Bore of the engine(in cm)
+D=20;
+//Stroke of the engine(in cm)
+L=30;
+//Volumetric efficiency of the engine
+nv=0.8;
+//Airfuel ratio
+AF=4;
+//Speed of the engine(in rpm)
+N=300;
+//Calorific value of fuel(in kJ/m^3)
+CV=8000;
+//Brake thermal efficiency
+nbth=0.25;
|