diff options
Diffstat (limited to '443/DEPENDENCIES/17_24_data.sci')
-rw-r--r-- | 443/DEPENDENCIES/17_24_data.sci | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/443/DEPENDENCIES/17_24_data.sci b/443/DEPENDENCIES/17_24_data.sci new file mode 100644 index 000000000..ce81fef5c --- /dev/null +++ b/443/DEPENDENCIES/17_24_data.sci @@ -0,0 +1,18 @@ +//Brake power developed by the engine(in kW)
+bp1234=20.9;
+//Brake power when 1st cylinder is cutoff(in kW)
+bp234=14.9;
+//Brake power when 2nd cylinder is cutoff(in kW)
+bp134=14.3;
+//Brake power when 1st cylinder is cutoff(in kW)
+bp124=14.8;
+//Brake power when 1st cylinder is cutoff(in kW)
+bp123=14.5;
+//Stroke of the engine(in m)
+L=0.09;
+//Bore of the engine(in m)
+D=0.075;
+//Speed of the engine(in rpm)
+N=3000;
+//No of cylinders
+K=4;
\ No newline at end of file |