diff options
Diffstat (limited to '443/DEPENDENCIES/17_5_data.sci')
-rw-r--r-- | 443/DEPENDENCIES/17_5_data.sci | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/443/DEPENDENCIES/17_5_data.sci b/443/DEPENDENCIES/17_5_data.sci new file mode 100644 index 000000000..373fca211 --- /dev/null +++ b/443/DEPENDENCIES/17_5_data.sci @@ -0,0 +1,12 @@ +//Speed of engine(in rpm)
+N=1200;
+//Torque when engine runs with three cylinders(in Nm)
+T=110;
+//Power delivered by the engine(in kW)
+BP=20;
+//No of cylinders
+k=4;
+//Brake specific fuel consumption(in g/kWh)
+bsfc=360;
+//Calorific value of fuel(in kJ/kg)
+CV=43000;
\ No newline at end of file |