diff options
Diffstat (limited to '443/DEPENDENCIES/17_15_data.sci')
-rw-r--r-- | 443/DEPENDENCIES/17_15_data.sci | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/443/DEPENDENCIES/17_15_data.sci b/443/DEPENDENCIES/17_15_data.sci new file mode 100644 index 000000000..b902fe22b --- /dev/null +++ b/443/DEPENDENCIES/17_15_data.sci @@ -0,0 +1,22 @@ +//Area of the diagram(in cm^2)
+Area=8.5;
+//Length of the diagram(in cm)
+Length=8.5;
+//Spring constant(in bar/cm)
+constant=5.5;
+//Stroke length(in m)
+L=0.45;
+//Diameter of bore(in m)
+D=0.3;
+//Speed of the engine(in rpm)
+N=200;
+//Brake wheel diameter(in m)
+d=1.5;
+//Difference in brake load and spring reading(in kg)
+dW=150-20;
+//Fuel consumption(in lit)
+Vf=4;
+//Density of fuel(in kg/m^3)
+Pf=800;
+//Calorific value of fuel(in kJ/kg)
+CV=43000;
\ No newline at end of file |