diff options
author | prashantsinalkar | 2017-10-10 12:27:19 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-10-10 12:27:19 +0530 |
commit | 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch) | |
tree | dbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /3878/CH10 | |
parent | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (diff) | |
download | Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.gz Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.bz2 Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.zip |
initial commit / add all books
Diffstat (limited to '3878/CH10')
-rw-r--r-- | 3878/CH10/EX10.1/Ex10_1.sce | 19 | ||||
-rw-r--r-- | 3878/CH10/EX10.3/Ex10_3.sce | 42 | ||||
-rw-r--r-- | 3878/CH10/EX10.4/Ex10_4.sce | 20 |
3 files changed, 81 insertions, 0 deletions
diff --git a/3878/CH10/EX10.1/Ex10_1.sce b/3878/CH10/EX10.1/Ex10_1.sce new file mode 100644 index 000000000..b01011edf --- /dev/null +++ b/3878/CH10/EX10.1/Ex10_1.sce @@ -0,0 +1,19 @@ +clear +// +// Variable declaration +w_a=8.4// The mass flow rate of air in kg/s +R=3.8// Rating of an air-cooling evaporator in kW/k +T_a=-15// Entering air temperature in °C +T_r=-21// Refrigerant temperature in °C + +// Calculation +deltaT=(T_a+273)-(T_r+273)// Rating LMTD in K +E=R*deltaT// Rated duty in kW +C_pair=1.006// kJ/kg.K +T_ar=E/(C_pair*w_a)// Reduction in air temperature in °C +T_al=T_a-T_ar// Air leaving temperature in °C +deltaT_min=(T_al+273)-(T_r+273)// K +deltaT_max=deltaT// K +LMTD=(deltaT_max-deltaT_min)/(log(deltaT_max/deltaT_min)) +printf("\n \nLMTD=%1.1f K",LMTD) + diff --git a/3878/CH10/EX10.3/Ex10_3.sce b/3878/CH10/EX10.3/Ex10_3.sce new file mode 100644 index 000000000..97300c638 --- /dev/null +++ b/3878/CH10/EX10.3/Ex10_3.sce @@ -0,0 +1,42 @@ +clear +// Variable declaration +P_c=10// kW +T_e=-35// Evaporating temperature in °C +T_c=40// Condensing temperature in °C +T_s=5// Subcooling temperature in K +T_cin=20// Compressor inlet temperature in °C +T_cout=0// Zero subcooling temperature in °C + +// Calculation +//(a) +v_s1=146.46// m**3/kg +v_s2=135.25// m**3/kg +v_sr=v_s1/v_s2// The ratio of specific volume +// Assuming the compressor pumps the same volume flowrate: +m_1bym_2=v_sr// Flow rate ratio +printf("\n \nFlow rate ratio,m_2/m_1=%1.3f",m_1bym_2) + +//(b) +h_1=392.51// Suction gas enthalpy at 20°C in kJ/kg +h_2=375.19// Suction gas enthalpy at 0°C in kJ/kg +h_f=257.77// Liquid enthalpy at the expansion valve inlet at 40°C in kJ/kg +dh_1=h_1-h_f// Evaporator enthalpy difference at rating condition in kJ/kg +dh_2=h_2-h_f// Evaporator enthalpy difference with 0°C suction in kJ/kg +dh_r=dh_2/dh_1// Enthalpy difference ratio +C_c=P_c*m_1bym_2*dh_r// Compressor capacity corrected for suction temperature change in kW +printf("\n \nCompressor capacity corrected for suction temperature change=%1.2f kW",C_c) + +//(c) +h_f=249.67// Liquid enthalpy at the expansion valve inlet at 35°C in kJ/kg +dh=h_2-h_f// Evaporator enthalpy difference at application condition in kJ/kg +dh_r=dh/dh_1// Enthalpy difference ratio +C_cact=P_c*m_1bym_2*dh_r// Actual compressor capacity in kW +printf("\n \nActual compressor capacity=%2.2f kW",C_cact) + +//(d) +h_g=350.13// Suction gas enthalpy at evaporator outlet, -30°C (5 K superheat) in kJ/kg +dh_e=h_g-h_f// Useful evaporator enthalpy difference in kJ/kg +dh_r=dh_e/dh_1// Enthalpy difference ratio +C_eact=P_c*m_1bym_2*dh_r// Actual evaporator capacity in kW +printf("\n \nActual evaporator capacity=%1.2f kW",C_eact) + diff --git a/3878/CH10/EX10.4/Ex10_4.sce b/3878/CH10/EX10.4/Ex10_4.sce new file mode 100644 index 000000000..f0771bfd4 --- /dev/null +++ b/3878/CH10/EX10.4/Ex10_4.sce @@ -0,0 +1,20 @@ +clear +// Variable declaration +T_c1=30// Condensing temperature for larger condenser in °C +T_c2=35// Condensing temperature for smaller condenser in °C +Rc_1=242// Rated capacity of plant for larger condenser in kW +Rc_2=218// Rated capacity of plant for smaller condenser in kW +Rt_1=1802// Running time (kW-h) +Rt_2=2000// Running time (kW-h) +Ci_1=60// Compressor electrical input power in kW +Ci_2=70// Compressor electrical input power in kW +Ec_1=11533// Electricity cost per year (£) +Ec_2=14933// Electricity cost per year (£) +C_1=14000// Cost of the larger condenser in £ +C_2=8500// Cost of the smaller condenser in £ + +// Calculation +Es=Ec_2-Ec_1// Cost of the larger condenser in £ +Bet=(C_1-C_2)*Es**-1// Break-even time in years +printf("\n Break-even time=%1.1f years",Bet) + |