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_34_data.sci | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 443/DEPENDENCIES/17_34_data.sci (limited to '443/DEPENDENCIES/17_34_data.sci') diff --git a/443/DEPENDENCIES/17_34_data.sci b/443/DEPENDENCIES/17_34_data.sci new file mode 100644 index 000000000..78f61430e --- /dev/null +++ b/443/DEPENDENCIES/17_34_data.sci @@ -0,0 +1,30 @@ +//Brake power(in kW) +bp=27; +//Mass of gas used at NTP(in kg/h) +Vg=8; +//Calorific value of fuel(in kJ/kgK) +CV=43000; +//Cooling water circulated (in kg/min) +Vc=7; +//Cooling water temperature rise(in C) +dwc=75-15; +//Specific heat of cooling water(in kJ/kgK) +Cpw=4.18; +//Final temperature of exhaust gases in calorimeter(in K) +Te2=55; +//initial temperature of exhaust gases in calorimeter(in K) +Te1=15; +//Air fuel ratio +AF=20; +//Specific heat of exhaust gases(in kJ/kgK) +Cpeg=1; +//Brake power(in kW) +bp=27; +//Indicated power(in kW) +ip=33; +//Mass flowing through the calorimeter(in kg/min) +mwc=12; +//Final temperature of exhaust gases(in C) +Tex=80; +//Ambient temperature(in C) +Ta=17; \ No newline at end of file -- cgit