From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 443/DEPENDENCIES/17_14_data.sci | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 443/DEPENDENCIES/17_14_data.sci (limited to '443/DEPENDENCIES/17_14_data.sci') diff --git a/443/DEPENDENCIES/17_14_data.sci b/443/DEPENDENCIES/17_14_data.sci new file mode 100644 index 000000000..aa850eb31 --- /dev/null +++ b/443/DEPENDENCIES/17_14_data.sci @@ -0,0 +1,30 @@ +//Speed of the engine(in rpm) +N=1200; +//Torque transmitted by the engine(in N-m) +T=120; +//Fuel consumption(in kg/h) +mf=5; +//Calorific value of fuel(in kJ/kg) +CV=42000; +//Stroke of the engine(in m) +L=0.12; +//Bore of the engine(in m) +D=0.1; +//No of cylinders +k=4; +//Coefficient of discharge +Cd=0.6; +//Diameter of orifice(in m) +d=0.05; +//Gravitational constant(in m/s^2) +g=9.81; +//Pressure drop across orifice(in m) +dhw=0.046; +//Density of water(in kg/m^3) +pw=1000; +//Ambient pressure(in N/m^2) +p=1*10^5; +//Universal gas constant(in kJ/kgK) +R=287; +//Ambient temperature(in K) +Ta=290; \ No newline at end of file -- cgit