SlideShare a Scribd company logo
ISSN(Online): 2319-8753
ISSN (Print): 2347-6710
International Journal of Innovative Research in Science,
Engineering and Technology
(A High Impact Factor, Monthly Peer Reviewed Journal)
Vol. 5, Issue 1, January 2016
Copyright to IJIRSET DOI:10.15680/IJIRSET.2015.0501001 1
Computer-Aided Thermal Design Optimisation
Mohamed M. El-Awad
Associate Professor, Department of Engineering, Sohar College of Applied Sciences, Sohar, Oman
ABSTRACT: The aim of this paper is to demonstrate by means of relevant examples the usefulness of Excel as a tool
for introducing computer-aided design optimisation to engineering students.The performance of thermal systems is
strongly influenced by the cost of energy which constitutes a major part of their running cost.Thermal design, which
must take into consideration operating costs as well as initial costs, offers good examples of design optimisation.
Moreover, design optimisation of thermal systems can easilybe performed by using Excel. The examples considered in
the paper deal with insulated conduits carrying hot or cold air with respect to initial and energy costs. Unlike analytical
optimisation that can only be used for simple situations with a single design parameter, Excel can deal with thermal
designs that involve multiple design factors and elaborate analytical models.
KEYWORDS: Thermal-fluid systems, design optimisation; Excel, Solver.
I. INTRODUCTION
Thermal-fluid systems,or simply thermal systems,are mechanical-engineering systems that are used for the transfer and
utilisation of thermal energy in industrial, residential, and many other applications. Thermal design refers to the design
of these systems that is based on the principles of thermal sciences (thermodynamics, fluid mechanics, and heat
transfer). The design of thermal system is strongly influenced by the cost of energy as well as environmental
regulations that vary with location and time. Therefore, the acceptability of a thermal system does not depend only on
its initial cost, but also on its running cost. Thermal design can be used to illustrate the concept of design optimisation
more effectively than conventional types of mechanical-engineering design [1]. Like conventional design, thermal
design is an iterative process that requires the use of computers and computer software. In order to deal with design
assignments, standard textbooks in the field of thermal engineering now use relevant computer software[2,3]. By
eliminating the tedium of property tables and charts, computer software helps the students to improve their designs by
performing sensitivity and optimisation analyses that lead to more efficient systems with less energy consumption and
lower impact on the environment. Unfortunately, such applications are usually protected by proprietary rights and,
therefore, they are inaccessible for many engineering students particularly in developing countries.
Microsoft Excel,which comes as part of the widely-distrbuted Microsoft Office software, is is a general-purpose
spreadsheet application that is usually taught to junior engineering students within an introductory course in computer
application. Although Excel is an extremely versatile application,itismostly used only for data analysis and
presentation. However, Excelis equipped it with the necessary tools that allow students to perform design optimisation
analyses. Moreover, the computational capabilities of Excel as a modelling platform for engineering analyses can be
extended significantly by taking advantage of Visual Basic for Applications (VBA), which is a well-equipped
programming language that also comes as part of Microsoft Office. VBA can be used for developing additional user-
defined functions as required by thermal analyses [4]. With the wide availability of personal computers nowadays,
Excel can be a useful modelling platform for mechanical engineering students and practicing engineers alike. Ithas
already been used as an effective educational tool for introducing the basic concepts of thermal sciences[5-8]. The
present paper focuses on using Excel for design optimisation of thermal systems. By means of relevant examples, the
paper demonstrates the adequacy of Excel, together with its Solver add-in,as a modelling platform for thermal design
optimisation. The paper also highlights the advantages of computer-aided optimisation compared to analytical
optimisation of thermal systems design.
II. ANALYTICAL VERSUS COMPUTER-AIDED OPTIMISATION
To illustrate the methodologies of analytical and computer-aided optimisation, consider the following example
which was given by Janna [1]. In this example it is required to install insulation around a pipe that is carrying a heated
fluid as illustrated in Fig. 1. Due to space limitations, the outside diameter of the insulation D2 cannot exceed 12 cm.
ISSN(Online): 2319-8753
ISSN (Print): 2347-6710
International Journal of Innovative Research in Science,
Engineering and Technology
(A High Impact Factor, Monthly Peer Reviewed Journal)
Vol. 5, Issue 1, January 2016
Copyright to IJIRSET DOI:10.15680/IJIRSET.2015.0501001 2
On the one hand, we would like to install as large a pipe as possible so that the cost of pumping is not excessive. On the
other hand we would like to use an insulation that is as thick as possible in order to reduce the heat loss.
Fig. 1. Dimensions of the insulated pipe to be optimised
The cost of pumping the fluid through the pipe (Cp) is given by:
5
1
6
10
3
D
C p


 (1)
Where D1 is in m, and the cost is in $/year. The cost of heating the fluid (Ch) is given by:
s
h
t
C
9
 (2)
In which ts is the insulation thickness (ts= D2 – D1), in meters, and the cost is again in $/year.
The total cost (CT) is given by the summation of the pumping and heating costs:
s
T
t
D
C
9
10
3
5
1
6




=
 
1
2
5
1
6
9
10
3
D
D
D 

 
(3)
By imposing the requirement that the maximum diameter D2 should not exceed 0.12 m, the total cost becomes;
 
1
5
1
6
12
.
0
9
10
3
D
D
CT





(4)
Differentiating Eq. (4) with respect to D1and equating the result to zero, Janna [1] obtained the following equation:
 
  6
/
1
2
1
6
1 12
.
0
10
67
.
1 D
D 

 
(5)
Eq. (5) requires an iterative solutionand the answer obtained by Janna [1] wasD1 = 0.045 m or 4.5 cm. The example
will now be solved by using Excel. Fig. 2 shows the Excel sheet developed for this example. Note that the sheet shows
the formulae used in the calculations in which cell labelling has been used. The sheet gives the total cost for a guessed
inner diameter D1 of 0.1 m. At this guessed diameter, the insulation thickness is 2 cm and the total cost is 450.3$.
D1
D
2
ISSN(Online): 2319-8753
ISSN (Print): 2347-6710
International Journal of Innovative Research in Science,
Engineering and Technology
(A High Impact Factor, Monthly Peer Reviewed Journal)
Vol. 5, Issue 1, January 2016
Copyright to IJIRSET DOI:10.15680/IJIRSET.2015.0501001 3
Fig. 2. Excel sheet forthe optimisation of insulated pipe
The diameter that minimises the total cost can be found by using the Solver add-in, which is an iterative “What-if
analysis” tool developed by Frontline Systems [9]. Found in the “Data” tab, Solver can be used to find the maximum or
minimum value of the function in a “target cell”. Solver can adjust the values of a group of cells - called the “adjustable
cells” - that are related either directly or indirectly to the formula in the target cell- to produce a specified value for the
formula in the target cell. Fig. 3 shows the dialog box for Solver set-up for finding the value of D1 (in the adjustable
cell) that minimises the total cost (in the target cell).Fig. 4 shows the sheet with the solution found by Solver. Excel’s
solution, which is 0.045763 m, agrees well with the value given by Janna [1].
Fig. 3. Solver set-up for insulated pipe optimisation
ISSN(Online): 2319-8753
ISSN (Print): 2347-6710
International Journal of Innovative Research in Science,
Engineering and Technology
(A High Impact Factor, Monthly Peer Reviewed Journal)
Vol. 5, Issue 1, January 2016
Copyright to IJIRSET DOI:10.15680/IJIRSET.2015.0501001 4
Fig. 4. Optimised solution for insulated pipe
One of the advantages of computer-aided optimisation compared to analytical optimisation,which is illustrated by
this example, is that itinvolves the basic equations without differentiation. However, the really significant advantage of
the computer-aided procedure is realised when the optimisation process involves multiple parameters and not just a
single parameter likeD1 in this example.We can also apply constraints on the solution which refer to other cells that
affect the formula in the target cell directly or indirectly. As the following example demonstrates, thecomputer-aided
method can also be applied even whenthe mathematical model is more elaborate and involves lengthy calculationsthat
make the optimisation problems impossible to solve analytically.
III. OPTIMISATION OF AN INSULATED AIR-CONDITIONING DUCT
Heated air enters the 30-m air-handling duct shown in Fig.5 at P1 = 100 kPa and T1 =80o
C. The flow rate at the
entrance is Q1 = 0.7 m3
/s, part of whichis discharged at a point 16 m downstream of the duct entrance(Q3=0.3 m3
/s).
The remaining part is discharged at the end (Q2 = 0.4 m3
/s). The air duct is to be assembled from 1-m-long
prefabricated units made of galvanized sheet metal and, in order to minimise heat losses to the surroundings, it is
desired to insulate the duct. Determine the diameters of the two duct sections (D1 and D2) and the thickness of
insulation on both sections (ts,1 and ts,2) that minimise the total owning cost based on the data provided below.
Fig. 5. The uninsulated air-conditioning duct
Air data:
Ambient temperature (T∞2) = 15o
C
Outside heat-transfer coefficient h2 = 30 W/m2
. o
C
Duct data:
Length of first section(L1) = 14 m
Length of second section(L2) = 16 m
Duct thickness (td) = 3 mm
ISSN(Online): 2319-8753
ISSN (Print): 2347-6710
International Journal of Innovative Research in Science,
Engineering and Technology
(A High Impact Factor, Monthly Peer Reviewed Journal)
Vol. 5, Issue 1, January 2016
Copyright to IJIRSET DOI:10.15680/IJIRSET.2015.0501001 5
Thermal conductivity (kd) = 18 W/m.o
C
Roughness height (ε) = 0.045mm
Cost of 1-m unit (cd) is as shown in Table 1
Insulation data:
Type: fiberglass
Thermal conductivity (ks) = 0.04 W/m.o
C
Insulation cost (cs1): 30 $/m2
per cm of insulation
Labour cost (cs2): 10 $/m2
(irrespective of thickness)
Table 1. Unit cost of the duct body [10]
Diameter Cost per 1 m
(Di) in m length ($)
0.1 9
0.15 11.5
0.2 14.5
0.25 17
0.3 22.5
0.35 29
0.4 34
0.45 40
0.5 50
Operation data:
365 days per year 24 hours per day
Energy costs:
Cost of electricity (cE): 0.12 $/kWh
Cost of fuel (cF): 0.5 $/therm (1 therm = 105500 kJ)
Capital recovery factor (i) = 0.15
IV.THE ANALYTICAL MODEL
The total annual costof the insulated air-duct (CTotal) consists of three components asexpressed by:
F
E
I
Total C
C
i
C
C 


 ($) (6)
Where:
CI = initial cost which consists of the cost of the duct itself plus the cost of insulation
i = capital recovery factor
CE = cost of electricity consumed by the fan in order to overcome friction in the duct
CF = cost of fuel needed to make-up for the heat loss to the surrounding air
The analytical model describes how the three components of the total cost are evaluated.
a) Initial cost
The initial cost (CI) has two parts: (1) the cost of the duct itself (Cduct) and (2) the cost of insulation (Cins). The two
parts are given by:
Cduct =     2
2
,
2
1
1
,
1 L
c
D
L
c
D d
d 



 (7)
Cins =    
     
  2
2
2
1
1
1
2
,
2
2
1
,
1
1 s
s
s
s c
L
D
L
D
c
t
L
D
t
L
D 





 


 (8)
Where:
d
c = cost of 1-m duct unitwhich depends on the diameter ($/m)
1
,
s
c = cost of insulation per m2
that varies with insulation thickness ($/m2
.cm)
2
,
s
c = cost of labour per m2
that depends on insulated surface area only ($/m2
)
b) Annual cost of electricity:
ISSN(Online): 2319-8753
ISSN (Print): 2347-6710
International Journal of Innovative Research in Science,
Engineering and Technology
(A High Impact Factor, Monthly Peer Reviewed Journal)
Vol. 5, Issue 1, January 2016
Copyright to IJIRSET DOI:10.15680/IJIRSET.2015.0501001 6
)
.
/
($
)
(
)
( hr
kW
c
hr
time
kW
W
C E
fan
E 

  ($) (9)
Where, fan
W
 is the power consumed by the air-circulation fan and cE is the electricity tariff in $/kW.hr. The power
of the circulation fan depends on the friction head losses (hL)in both sections of the duct which are given by the
Darcy-Weisbach equation [11]:
g
V
D
L
f
hL
2
2
 (m) (10)
Where fis the friction factor in each section of the duct which depends on the Reynolds number in the section and
can be obtained from the following equation [11].
2
9
.
0
10
Re
74
.
5
7
.
3
log
/
25
.
0 













D
f

(11)
Where the roughness height (ε) is in m. The total power consumed by the air-circulation fan ( fan
W
 ) is then
determined from:
 
1000
2
2
,
1
1
, Q
h
Q
h
g
W
L
L
air
fan



 (kW) (12)
c) Annual cost of fuel:
F
Total
F c
hr
time
W
Q
C 



105500
1000
]
[
]
[

($) (13)
Where, cF is the cost of fuel in $/therm. The total heat loss ( Total
Q
 ) is the sum of the heat loss in both sections, i.e.
Total
Q
 = 1
Q
 + 2
Q
 , where the heat loss ( Q
 ) in each section is calculated according to the formula:
 
Total
R
T
T
Q 2
1 
 

 (W) (14)
Where T∞1 and T∞2 are the inside and outside air temperatures and RTotal is the total thermal resistance given by:
   
L
h
r
L
k
r
r
L
k
r
r
L
h
r
R
s
d
Total
2
3
2
3
1
2
1
1 2
1
2
/
ln
2
/
ln
2
1







 (15)
The radii r1, r2 and r3 used in Eq. (15) are as shown in Fig. 6.
Note that the value of the outside heat-transfer coefficient
(h2) is constant, but the inside heat-transfer coefficient
(h1),which depends on the air velocity, changes with the
inside diameter of the duct and therefore,has to be
determined from the Nusselt number (Nu):
Nu
D
k
h air
1
1  (W/m2
. o
C) (16)
ISSN(Online): 2319-8753
ISSN (Print): 2347-6710
International Journal of Innovative Research in Science,
Engineering and Technology
(A High Impact Factor, Monthly Peer Reviewed Journal)
Vol. 5, Issue 1, January 2016
Copyright to IJIRSET DOI:10.15680/IJIRSET.2015.0501001 7
For fully developed turbulent flow in smooth tubes, the
Nusselt number is calculated from the Dittus–
Boelterequation [12]:
3
.
0
8
.
0
Pr
Re
023
.
0 i
Nu  (17)
Where Re and Pr are the Reynolds and Prandtl numbers,
respectively.
Fig. 6. Total thermal resistance of the insulated duct
V. EXCEL MODELAND SOLUTION
The Excel sheet developed for this example uses the relationships described in the previous section to determine the
total annual cost for guessed values of the diameters (D1and D2) and insulation thicknesses (ts,1andts,2) in the two
sections of the dutc. Solver is then used to find the optimum values of D1, D2, ts,1andts,2. The set-up box for Solver
requires it to minimise the total cost (C_total),which is the target cell, by changing the values of the two diameters (D1,
D2) and the two insulation thicknesses (ts,1, and ts,2), which are the adjustable cells. To allow Excel to automatically
calculate the cost of duct unit (cd) when the two duct diametersare changed, the following equation for cd was obtained
from the data shown in Table 1 by using Excel’s trendline:
2
91
.
169
7814
.
1
6881
.
7 D
D
cd 

 (18)
Properties of air at 80o
C were obtained from Cengel and Ghajar [12]. The optimised dimensions found by Solver are
shown in Table 2 which also shows the different cost involved. The nearest dimeters are D1=0.4m and D2=0.3 m. Both
insualtion thicknesses are ≈ 0.3 m. The total annual cost sums up to 479.7 $.
Table 2. Solver solution for the insulated duct
Values found
without Eq. (19) (m)
Values found with
Eq. (19) (m)
D1(m) 0.4142 0.4525
D2(m) 0.2951 0.2586
1
,
s
t (m) 0.2970 0.2953
2
,
s
t (m) 0.3023 0.3056
Cduct($) 128.5113 132.1191
Cins($) 95.7092 95.2828
CE ($) 182.7827 186.4329
CF ($) 72.6776 72.3330
CTotal($) 479.6808 486.1678
As a rule-of-thump,air-conditioning engineers frequently determine the duct areas from the ratio of flow rates.
Accordingly, the duct diameters D1 and D2are be related as follows:
ISSN(Online): 2319-8753
ISSN (Print): 2347-6710
International Journal of Innovative Research in Science,
Engineering and Technology
(A High Impact Factor, Monthly Peer Reviewed Journal)
Vol. 5, Issue 1, January 2016
Copyright to IJIRSET DOI:10.15680/IJIRSET.2015.0501001 8
1
1
3
2 / D
Q
Q
D 
 (19)
Let us now determine the optimum diameters and insulation thicknesses by applying Eq. (19). SinceD2 is related to D1
by Eq. (19), it cannot be used as an adjustable cell. The solution determined by Solver with D1, ts1 and ts2 as adjustable
cellsis also shown in Table 2.Compared to the solution obtained without Eq. (19),the rule-of-thump leads to a larger
D1and a smaller D2. Although the insulation thicknesses on the two section are only marginaly affected, the figures in
the table show that the total cost (486.2$) has increased due to increases in the initial cost of the duct (132.1$) as well
as the annual cost of electricity (186.4$).
By suitably adjusting the given data, the Excel sheet can be used to study the effects of electricity cost, fuel cost, or
capital recovery factor on the opimised solution.With minor modifications the sheet can also be used to optimise a duct
carrying cooled air instead of heated air. In this case, the fuel cost (CF) in Eq. (6) should be replaced by the cost of
electricity consumed by the refrigeration system (CE2) which can be calculated from:
E
Total
E c
COP
hr
time
W
Q
C 



1000
]
[
]
[
2

(20)
Where COP is the coefficient of performance of the refrigeration system. Eq. (17) also has to be modified as follows:
4
.
0
8
.
0
Pr
Re
023
.
0 i
i
Nu  (21)
VI. CONCLUSIONS
This paper demonstratesthe advantages ofcomputer-aided optimisation compared to analytical optimisation by
presenting two examples of thermal systemsthat use Microsoft Excel and its Solver add-in in the optimisation process.
The first exampleshows thatcomputer-aided optimisation,which doesn’t require differentiation, is simpler to apply than
analytical optimisation. Optimisation of the insulated duct considered in the second example can only be done with
computer-aided optimisationsince the analytical modelinvolves multiple parameters. Analyticaloptimisationcannot be
used in this example also becauseof the lengthy calculations and empirical equations involved.Moreover, once
developed the Excel sheet can be used to study the effect of various design parameters and operating conditions on the
design of thermal systems.
REFERENCES
[1] Janna, W.S., Design of Fluid Thermal Systems, 3rd
Edition, CENGAGE Learning, 2011.
[2] Cengel, Y.A. and Boles, M.A.,Thermodynamics an Engineering Approach, McGraw-Hill, 7th
Edition, 2007
[3] Moran,M.J. and Shapiro,H.N.. Fundamentals of Engineering Thermodynamics, 5th
edition, John Wiley & Sons Inc. 2006.
[4] El-Awad, M.M., Thermax: A Multi-Subject Excel Add-in for Thermal-Fluid Analyses. DOI: 10.13140/RG.2.1.5178.2482 Available online at
ResearchGate: https://www.researchgate.net/profile/Mohamed_El-Awad,2015.
[5] Holman,J.P. , Heat Transfer, 10th
edition, McGraw Hill, 2010.
[6] Schumack,M., “Use of a Spreadsheet Package to Demonstrate Fundamentals of Computational Fluid Dynamics and Heat Transfer”, Int. J.
Engng Ed. Vol. 20, No. 6, pp. 974-983, 2004.
[7] Karimi,A., “A compilation of Examples for using Excel in Solving heat transfer problems”, presented at 2009 Annual Conference &
Exposition of the American Society for Engineering Education (ASE), 2009, Austin Texas.
[8] Karimi,A., “Using Excel for the thermodynamic analyses of air-standard cycles and combustion processes”, ASME 2009 Lake Buena Vista,
Florida, USA.
[9] Frontline Systems, internet: http://www.Solver.com/(Last accessed November 23, 2015).
[10] The duct shop, https://www.theductshop.com/shop/catalog-galvanized-sheet-metal-duct-c-1_3.html, last accessed 24/12/2015.
[11] Crowe,C. T., Elger,D. F., Wiliams , B. C., and Roberson,J. A., Engineering Fluid Mechanics, 9th
edition, 2009.
[12] Cengel,Y. A. andGhajar, A. J.. Heat and Mass Transfer: Fundamentals and Applications. McGraw Hill, 2011.

More Related Content

PDF
Gt2008 51300-final-paper
PDF
Techniques of heat transfer enhancement and their application chapter 6
PDF
Diss ahlinder
PDF
Ai̇r transi̇ent cooli̇ng characteri̇sti̇cs
PDF
Ijetcas14 376
PDF
Comparative Study of ECONOMISER Using the CFD Analysis
DOCX
Reportnew
PDF
Evaluating mathematical heat transfer effectiveness equations using cfd techn...
Gt2008 51300-final-paper
Techniques of heat transfer enhancement and their application chapter 6
Diss ahlinder
Ai̇r transi̇ent cooli̇ng characteri̇sti̇cs
Ijetcas14 376
Comparative Study of ECONOMISER Using the CFD Analysis
Reportnew
Evaluating mathematical heat transfer effectiveness equations using cfd techn...

What's hot (18)

PDF
Quadrafire Final Report
PDF
Numerical Modeling and Simulation of a Double Tube Heat Exchanger Adopting a ...
PDF
IRJET- Multi-Objective Optimization of Shell and Tube Heat Exchanger – A Case...
PDF
30120140503007
PDF
Analytical Solution of Compartment Based Double Pipe Heat Exchanger using Di...
PDF
A05v24n4
PDF
An Offshore Natural Gas Transmission Pipeline Model and Analysis for the Pred...
PDF
Basic Unit Conversions for Turbomachinery Calculations
PDF
Iaetsd computer simulation of compression ignition engine through matlab
PDF
IRJET- Study of Heat Transfer Characteristics for the Flow of Air over a Heat...
PDF
Numerical Simulation of Flow in a Solid Rocket Motor: Combustion Coupled Pres...
PDF
Paper id 36201516
PDF
Numerical Investigation of Mixed Convective Flow inside a Straight Pipe and B...
PDF
Evaluating Pipeline Operational Integrity - Sand Production
PDF
Numerical Study of Gas Effect at High Temperature on the Supersonic Plug and ...
PDF
Numerical Analysis of Header Configuration of the Plate-Fin Heat Exchanger
PDF
IRJET-Enhancing the Performance of Hybrid Microgrid using non Isolated Single...
PDF
IRJET - Review of Entropy Generation Minimization in Heat Exchanger
Quadrafire Final Report
Numerical Modeling and Simulation of a Double Tube Heat Exchanger Adopting a ...
IRJET- Multi-Objective Optimization of Shell and Tube Heat Exchanger – A Case...
30120140503007
Analytical Solution of Compartment Based Double Pipe Heat Exchanger using Di...
A05v24n4
An Offshore Natural Gas Transmission Pipeline Model and Analysis for the Pred...
Basic Unit Conversions for Turbomachinery Calculations
Iaetsd computer simulation of compression ignition engine through matlab
IRJET- Study of Heat Transfer Characteristics for the Flow of Air over a Heat...
Numerical Simulation of Flow in a Solid Rocket Motor: Combustion Coupled Pres...
Paper id 36201516
Numerical Investigation of Mixed Convective Flow inside a Straight Pipe and B...
Evaluating Pipeline Operational Integrity - Sand Production
Numerical Study of Gas Effect at High Temperature on the Supersonic Plug and ...
Numerical Analysis of Header Configuration of the Plate-Fin Heat Exchanger
IRJET-Enhancing the Performance of Hybrid Microgrid using non Isolated Single...
IRJET - Review of Entropy Generation Minimization in Heat Exchanger
Ad

Similar to Computer aided thermal_design_optimisati (20)

PPT
Fast optimization intevacoct6_3final
PDF
Cost Optimal Design of a Single-Phase Dry Power Transformer
PPTX
Lecture-30-Optimization.pptx
PPT
Multi-Objective Optimization of Solar Cells Thermal Uniformity Using Combined...
PDF
Experimental Plans and Intensive Numerical Aided Design
PDF
Review of Hooke and Jeeves Direct Search Solution Method Analysis Applicable ...
PDF
Thermodynamic optimization of
PDF
Model-Based User Interface Optimization: Part I INTRODUCTION - At SICSA Summe...
PDF
Optimization concepts and applications in engineering Third Edition Belegundu
PDF
CompEng - Lec01 - Introduction To Optimum Design.pdf
PPTX
Applied optimization in Matlab for Power System.pptx
PDF
Cad based shape optimization
PPTX
Lecture 2 Basic Concepts of Optimal Design and Optimization Techniques final1...
PDF
(Ebook) Design of thermal systems by Stoecker, Wilbert Frederick
PDF
Introduction to Optimum Design 4th Edition Arora Solutions Manual
PDF
OptimumEngineeringDesign-Day2a.pdf
PPTX
Basics of optimization technique for engineers
PDF
OptimumEngineeringDesign-Day-1.pdf
PPTX
Introduction to optimization
PDF
hand book on thermal systems for ME theermal engg.pdf
Fast optimization intevacoct6_3final
Cost Optimal Design of a Single-Phase Dry Power Transformer
Lecture-30-Optimization.pptx
Multi-Objective Optimization of Solar Cells Thermal Uniformity Using Combined...
Experimental Plans and Intensive Numerical Aided Design
Review of Hooke and Jeeves Direct Search Solution Method Analysis Applicable ...
Thermodynamic optimization of
Model-Based User Interface Optimization: Part I INTRODUCTION - At SICSA Summe...
Optimization concepts and applications in engineering Third Edition Belegundu
CompEng - Lec01 - Introduction To Optimum Design.pdf
Applied optimization in Matlab for Power System.pptx
Cad based shape optimization
Lecture 2 Basic Concepts of Optimal Design and Optimization Techniques final1...
(Ebook) Design of thermal systems by Stoecker, Wilbert Frederick
Introduction to Optimum Design 4th Edition Arora Solutions Manual
OptimumEngineeringDesign-Day2a.pdf
Basics of optimization technique for engineers
OptimumEngineeringDesign-Day-1.pdf
Introduction to optimization
hand book on thermal systems for ME theermal engg.pdf
Ad

More from ssusercf6d0e (20)

PPT
Paul J. Boudreaux Consider a Mixed Analog/Digital/MEMs
PPT
13055193.ppt This is heat sink material.
PDF
Billetdefects-Off-cornercracksformationpreventionandevolution.pdf
PDF
A_Simulation_Method_for_the_Optimization_of_Coolin-Good.pdf
PDF
aiaa-2000 numerical investigation premixed combustion
PDF
tses_article147 mathematical modeling combustion
PDF
detonation using cfd code 944-1-5119-1-10-20180129.pdf
PDF
How_to_blockMesh using OpenFOAM good mateiral
PDF
complex mesh generation with openFOAM thchnical
PDF
design optimization of a single-strand tundish based on CFD
PDF
Numerical calculation of rotating detonation chambe
PDF
Numerical Simulations of hot jet detonation
PDF
Chapter 3.pdf
PDF
Chapter_5.pdf
PDF
Chapter 6.pdf
PDF
01-intro_Bakker.pdf
PDF
CFD_Lecture_1.pdf
PDF
9979190.pdf
PDF
016IndustrialBoilersAndHeatRecovery.pdf
PDF
EURAPO_Catalogo_UCS600-UCS900_EN_012_25022016.pdf
Paul J. Boudreaux Consider a Mixed Analog/Digital/MEMs
13055193.ppt This is heat sink material.
Billetdefects-Off-cornercracksformationpreventionandevolution.pdf
A_Simulation_Method_for_the_Optimization_of_Coolin-Good.pdf
aiaa-2000 numerical investigation premixed combustion
tses_article147 mathematical modeling combustion
detonation using cfd code 944-1-5119-1-10-20180129.pdf
How_to_blockMesh using OpenFOAM good mateiral
complex mesh generation with openFOAM thchnical
design optimization of a single-strand tundish based on CFD
Numerical calculation of rotating detonation chambe
Numerical Simulations of hot jet detonation
Chapter 3.pdf
Chapter_5.pdf
Chapter 6.pdf
01-intro_Bakker.pdf
CFD_Lecture_1.pdf
9979190.pdf
016IndustrialBoilersAndHeatRecovery.pdf
EURAPO_Catalogo_UCS600-UCS900_EN_012_25022016.pdf

Recently uploaded (20)

PPTX
Sustainable Sites - Green Building Construction
PPTX
Artificial Intelligence
PPTX
Internet of Things (IOT) - A guide to understanding
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
PPT on Performance Review to get promotions
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PPT
Mechanical Engineering MATERIALS Selection
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPTX
bas. eng. economics group 4 presentation 1.pptx
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
UNIT 4 Total Quality Management .pptx
DOCX
573137875-Attendance-Management-System-original
PPTX
additive manufacturing of ss316l using mig welding
PDF
Well-logging-methods_new................
Sustainable Sites - Green Building Construction
Artificial Intelligence
Internet of Things (IOT) - A guide to understanding
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Foundation to blockchain - A guide to Blockchain Tech
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
CH1 Production IntroductoryConcepts.pptx
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPT on Performance Review to get promotions
CYBER-CRIMES AND SECURITY A guide to understanding
Mechanical Engineering MATERIALS Selection
UNIT-1 - COAL BASED THERMAL POWER PLANTS
bas. eng. economics group 4 presentation 1.pptx
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
UNIT 4 Total Quality Management .pptx
573137875-Attendance-Management-System-original
additive manufacturing of ss316l using mig welding
Well-logging-methods_new................

Computer aided thermal_design_optimisati

  • 1. ISSN(Online): 2319-8753 ISSN (Print): 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology (A High Impact Factor, Monthly Peer Reviewed Journal) Vol. 5, Issue 1, January 2016 Copyright to IJIRSET DOI:10.15680/IJIRSET.2015.0501001 1 Computer-Aided Thermal Design Optimisation Mohamed M. El-Awad Associate Professor, Department of Engineering, Sohar College of Applied Sciences, Sohar, Oman ABSTRACT: The aim of this paper is to demonstrate by means of relevant examples the usefulness of Excel as a tool for introducing computer-aided design optimisation to engineering students.The performance of thermal systems is strongly influenced by the cost of energy which constitutes a major part of their running cost.Thermal design, which must take into consideration operating costs as well as initial costs, offers good examples of design optimisation. Moreover, design optimisation of thermal systems can easilybe performed by using Excel. The examples considered in the paper deal with insulated conduits carrying hot or cold air with respect to initial and energy costs. Unlike analytical optimisation that can only be used for simple situations with a single design parameter, Excel can deal with thermal designs that involve multiple design factors and elaborate analytical models. KEYWORDS: Thermal-fluid systems, design optimisation; Excel, Solver. I. INTRODUCTION Thermal-fluid systems,or simply thermal systems,are mechanical-engineering systems that are used for the transfer and utilisation of thermal energy in industrial, residential, and many other applications. Thermal design refers to the design of these systems that is based on the principles of thermal sciences (thermodynamics, fluid mechanics, and heat transfer). The design of thermal system is strongly influenced by the cost of energy as well as environmental regulations that vary with location and time. Therefore, the acceptability of a thermal system does not depend only on its initial cost, but also on its running cost. Thermal design can be used to illustrate the concept of design optimisation more effectively than conventional types of mechanical-engineering design [1]. Like conventional design, thermal design is an iterative process that requires the use of computers and computer software. In order to deal with design assignments, standard textbooks in the field of thermal engineering now use relevant computer software[2,3]. By eliminating the tedium of property tables and charts, computer software helps the students to improve their designs by performing sensitivity and optimisation analyses that lead to more efficient systems with less energy consumption and lower impact on the environment. Unfortunately, such applications are usually protected by proprietary rights and, therefore, they are inaccessible for many engineering students particularly in developing countries. Microsoft Excel,which comes as part of the widely-distrbuted Microsoft Office software, is is a general-purpose spreadsheet application that is usually taught to junior engineering students within an introductory course in computer application. Although Excel is an extremely versatile application,itismostly used only for data analysis and presentation. However, Excelis equipped it with the necessary tools that allow students to perform design optimisation analyses. Moreover, the computational capabilities of Excel as a modelling platform for engineering analyses can be extended significantly by taking advantage of Visual Basic for Applications (VBA), which is a well-equipped programming language that also comes as part of Microsoft Office. VBA can be used for developing additional user- defined functions as required by thermal analyses [4]. With the wide availability of personal computers nowadays, Excel can be a useful modelling platform for mechanical engineering students and practicing engineers alike. Ithas already been used as an effective educational tool for introducing the basic concepts of thermal sciences[5-8]. The present paper focuses on using Excel for design optimisation of thermal systems. By means of relevant examples, the paper demonstrates the adequacy of Excel, together with its Solver add-in,as a modelling platform for thermal design optimisation. The paper also highlights the advantages of computer-aided optimisation compared to analytical optimisation of thermal systems design. II. ANALYTICAL VERSUS COMPUTER-AIDED OPTIMISATION To illustrate the methodologies of analytical and computer-aided optimisation, consider the following example which was given by Janna [1]. In this example it is required to install insulation around a pipe that is carrying a heated fluid as illustrated in Fig. 1. Due to space limitations, the outside diameter of the insulation D2 cannot exceed 12 cm.
  • 2. ISSN(Online): 2319-8753 ISSN (Print): 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology (A High Impact Factor, Monthly Peer Reviewed Journal) Vol. 5, Issue 1, January 2016 Copyright to IJIRSET DOI:10.15680/IJIRSET.2015.0501001 2 On the one hand, we would like to install as large a pipe as possible so that the cost of pumping is not excessive. On the other hand we would like to use an insulation that is as thick as possible in order to reduce the heat loss. Fig. 1. Dimensions of the insulated pipe to be optimised The cost of pumping the fluid through the pipe (Cp) is given by: 5 1 6 10 3 D C p    (1) Where D1 is in m, and the cost is in $/year. The cost of heating the fluid (Ch) is given by: s h t C 9  (2) In which ts is the insulation thickness (ts= D2 – D1), in meters, and the cost is again in $/year. The total cost (CT) is given by the summation of the pumping and heating costs: s T t D C 9 10 3 5 1 6     =   1 2 5 1 6 9 10 3 D D D     (3) By imposing the requirement that the maximum diameter D2 should not exceed 0.12 m, the total cost becomes;   1 5 1 6 12 . 0 9 10 3 D D CT      (4) Differentiating Eq. (4) with respect to D1and equating the result to zero, Janna [1] obtained the following equation:     6 / 1 2 1 6 1 12 . 0 10 67 . 1 D D     (5) Eq. (5) requires an iterative solutionand the answer obtained by Janna [1] wasD1 = 0.045 m or 4.5 cm. The example will now be solved by using Excel. Fig. 2 shows the Excel sheet developed for this example. Note that the sheet shows the formulae used in the calculations in which cell labelling has been used. The sheet gives the total cost for a guessed inner diameter D1 of 0.1 m. At this guessed diameter, the insulation thickness is 2 cm and the total cost is 450.3$. D1 D 2
  • 3. ISSN(Online): 2319-8753 ISSN (Print): 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology (A High Impact Factor, Monthly Peer Reviewed Journal) Vol. 5, Issue 1, January 2016 Copyright to IJIRSET DOI:10.15680/IJIRSET.2015.0501001 3 Fig. 2. Excel sheet forthe optimisation of insulated pipe The diameter that minimises the total cost can be found by using the Solver add-in, which is an iterative “What-if analysis” tool developed by Frontline Systems [9]. Found in the “Data” tab, Solver can be used to find the maximum or minimum value of the function in a “target cell”. Solver can adjust the values of a group of cells - called the “adjustable cells” - that are related either directly or indirectly to the formula in the target cell- to produce a specified value for the formula in the target cell. Fig. 3 shows the dialog box for Solver set-up for finding the value of D1 (in the adjustable cell) that minimises the total cost (in the target cell).Fig. 4 shows the sheet with the solution found by Solver. Excel’s solution, which is 0.045763 m, agrees well with the value given by Janna [1]. Fig. 3. Solver set-up for insulated pipe optimisation
  • 4. ISSN(Online): 2319-8753 ISSN (Print): 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology (A High Impact Factor, Monthly Peer Reviewed Journal) Vol. 5, Issue 1, January 2016 Copyright to IJIRSET DOI:10.15680/IJIRSET.2015.0501001 4 Fig. 4. Optimised solution for insulated pipe One of the advantages of computer-aided optimisation compared to analytical optimisation,which is illustrated by this example, is that itinvolves the basic equations without differentiation. However, the really significant advantage of the computer-aided procedure is realised when the optimisation process involves multiple parameters and not just a single parameter likeD1 in this example.We can also apply constraints on the solution which refer to other cells that affect the formula in the target cell directly or indirectly. As the following example demonstrates, thecomputer-aided method can also be applied even whenthe mathematical model is more elaborate and involves lengthy calculationsthat make the optimisation problems impossible to solve analytically. III. OPTIMISATION OF AN INSULATED AIR-CONDITIONING DUCT Heated air enters the 30-m air-handling duct shown in Fig.5 at P1 = 100 kPa and T1 =80o C. The flow rate at the entrance is Q1 = 0.7 m3 /s, part of whichis discharged at a point 16 m downstream of the duct entrance(Q3=0.3 m3 /s). The remaining part is discharged at the end (Q2 = 0.4 m3 /s). The air duct is to be assembled from 1-m-long prefabricated units made of galvanized sheet metal and, in order to minimise heat losses to the surroundings, it is desired to insulate the duct. Determine the diameters of the two duct sections (D1 and D2) and the thickness of insulation on both sections (ts,1 and ts,2) that minimise the total owning cost based on the data provided below. Fig. 5. The uninsulated air-conditioning duct Air data: Ambient temperature (T∞2) = 15o C Outside heat-transfer coefficient h2 = 30 W/m2 . o C Duct data: Length of first section(L1) = 14 m Length of second section(L2) = 16 m Duct thickness (td) = 3 mm
  • 5. ISSN(Online): 2319-8753 ISSN (Print): 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology (A High Impact Factor, Monthly Peer Reviewed Journal) Vol. 5, Issue 1, January 2016 Copyright to IJIRSET DOI:10.15680/IJIRSET.2015.0501001 5 Thermal conductivity (kd) = 18 W/m.o C Roughness height (ε) = 0.045mm Cost of 1-m unit (cd) is as shown in Table 1 Insulation data: Type: fiberglass Thermal conductivity (ks) = 0.04 W/m.o C Insulation cost (cs1): 30 $/m2 per cm of insulation Labour cost (cs2): 10 $/m2 (irrespective of thickness) Table 1. Unit cost of the duct body [10] Diameter Cost per 1 m (Di) in m length ($) 0.1 9 0.15 11.5 0.2 14.5 0.25 17 0.3 22.5 0.35 29 0.4 34 0.45 40 0.5 50 Operation data: 365 days per year 24 hours per day Energy costs: Cost of electricity (cE): 0.12 $/kWh Cost of fuel (cF): 0.5 $/therm (1 therm = 105500 kJ) Capital recovery factor (i) = 0.15 IV.THE ANALYTICAL MODEL The total annual costof the insulated air-duct (CTotal) consists of three components asexpressed by: F E I Total C C i C C     ($) (6) Where: CI = initial cost which consists of the cost of the duct itself plus the cost of insulation i = capital recovery factor CE = cost of electricity consumed by the fan in order to overcome friction in the duct CF = cost of fuel needed to make-up for the heat loss to the surrounding air The analytical model describes how the three components of the total cost are evaluated. a) Initial cost The initial cost (CI) has two parts: (1) the cost of the duct itself (Cduct) and (2) the cost of insulation (Cins). The two parts are given by: Cduct =     2 2 , 2 1 1 , 1 L c D L c D d d      (7) Cins =             2 2 2 1 1 1 2 , 2 2 1 , 1 1 s s s s c L D L D c t L D t L D            (8) Where: d c = cost of 1-m duct unitwhich depends on the diameter ($/m) 1 , s c = cost of insulation per m2 that varies with insulation thickness ($/m2 .cm) 2 , s c = cost of labour per m2 that depends on insulated surface area only ($/m2 ) b) Annual cost of electricity:
  • 6. ISSN(Online): 2319-8753 ISSN (Print): 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology (A High Impact Factor, Monthly Peer Reviewed Journal) Vol. 5, Issue 1, January 2016 Copyright to IJIRSET DOI:10.15680/IJIRSET.2015.0501001 6 ) . / ($ ) ( ) ( hr kW c hr time kW W C E fan E     ($) (9) Where, fan W  is the power consumed by the air-circulation fan and cE is the electricity tariff in $/kW.hr. The power of the circulation fan depends on the friction head losses (hL)in both sections of the duct which are given by the Darcy-Weisbach equation [11]: g V D L f hL 2 2  (m) (10) Where fis the friction factor in each section of the duct which depends on the Reynolds number in the section and can be obtained from the following equation [11]. 2 9 . 0 10 Re 74 . 5 7 . 3 log / 25 . 0               D f  (11) Where the roughness height (ε) is in m. The total power consumed by the air-circulation fan ( fan W  ) is then determined from:   1000 2 2 , 1 1 , Q h Q h g W L L air fan     (kW) (12) c) Annual cost of fuel: F Total F c hr time W Q C     105500 1000 ] [ ] [  ($) (13) Where, cF is the cost of fuel in $/therm. The total heat loss ( Total Q  ) is the sum of the heat loss in both sections, i.e. Total Q  = 1 Q  + 2 Q  , where the heat loss ( Q  ) in each section is calculated according to the formula:   Total R T T Q 2 1      (W) (14) Where T∞1 and T∞2 are the inside and outside air temperatures and RTotal is the total thermal resistance given by:     L h r L k r r L k r r L h r R s d Total 2 3 2 3 1 2 1 1 2 1 2 / ln 2 / ln 2 1         (15) The radii r1, r2 and r3 used in Eq. (15) are as shown in Fig. 6. Note that the value of the outside heat-transfer coefficient (h2) is constant, but the inside heat-transfer coefficient (h1),which depends on the air velocity, changes with the inside diameter of the duct and therefore,has to be determined from the Nusselt number (Nu): Nu D k h air 1 1  (W/m2 . o C) (16)
  • 7. ISSN(Online): 2319-8753 ISSN (Print): 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology (A High Impact Factor, Monthly Peer Reviewed Journal) Vol. 5, Issue 1, January 2016 Copyright to IJIRSET DOI:10.15680/IJIRSET.2015.0501001 7 For fully developed turbulent flow in smooth tubes, the Nusselt number is calculated from the Dittus– Boelterequation [12]: 3 . 0 8 . 0 Pr Re 023 . 0 i Nu  (17) Where Re and Pr are the Reynolds and Prandtl numbers, respectively. Fig. 6. Total thermal resistance of the insulated duct V. EXCEL MODELAND SOLUTION The Excel sheet developed for this example uses the relationships described in the previous section to determine the total annual cost for guessed values of the diameters (D1and D2) and insulation thicknesses (ts,1andts,2) in the two sections of the dutc. Solver is then used to find the optimum values of D1, D2, ts,1andts,2. The set-up box for Solver requires it to minimise the total cost (C_total),which is the target cell, by changing the values of the two diameters (D1, D2) and the two insulation thicknesses (ts,1, and ts,2), which are the adjustable cells. To allow Excel to automatically calculate the cost of duct unit (cd) when the two duct diametersare changed, the following equation for cd was obtained from the data shown in Table 1 by using Excel’s trendline: 2 91 . 169 7814 . 1 6881 . 7 D D cd    (18) Properties of air at 80o C were obtained from Cengel and Ghajar [12]. The optimised dimensions found by Solver are shown in Table 2 which also shows the different cost involved. The nearest dimeters are D1=0.4m and D2=0.3 m. Both insualtion thicknesses are ≈ 0.3 m. The total annual cost sums up to 479.7 $. Table 2. Solver solution for the insulated duct Values found without Eq. (19) (m) Values found with Eq. (19) (m) D1(m) 0.4142 0.4525 D2(m) 0.2951 0.2586 1 , s t (m) 0.2970 0.2953 2 , s t (m) 0.3023 0.3056 Cduct($) 128.5113 132.1191 Cins($) 95.7092 95.2828 CE ($) 182.7827 186.4329 CF ($) 72.6776 72.3330 CTotal($) 479.6808 486.1678 As a rule-of-thump,air-conditioning engineers frequently determine the duct areas from the ratio of flow rates. Accordingly, the duct diameters D1 and D2are be related as follows:
  • 8. ISSN(Online): 2319-8753 ISSN (Print): 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology (A High Impact Factor, Monthly Peer Reviewed Journal) Vol. 5, Issue 1, January 2016 Copyright to IJIRSET DOI:10.15680/IJIRSET.2015.0501001 8 1 1 3 2 / D Q Q D   (19) Let us now determine the optimum diameters and insulation thicknesses by applying Eq. (19). SinceD2 is related to D1 by Eq. (19), it cannot be used as an adjustable cell. The solution determined by Solver with D1, ts1 and ts2 as adjustable cellsis also shown in Table 2.Compared to the solution obtained without Eq. (19),the rule-of-thump leads to a larger D1and a smaller D2. Although the insulation thicknesses on the two section are only marginaly affected, the figures in the table show that the total cost (486.2$) has increased due to increases in the initial cost of the duct (132.1$) as well as the annual cost of electricity (186.4$). By suitably adjusting the given data, the Excel sheet can be used to study the effects of electricity cost, fuel cost, or capital recovery factor on the opimised solution.With minor modifications the sheet can also be used to optimise a duct carrying cooled air instead of heated air. In this case, the fuel cost (CF) in Eq. (6) should be replaced by the cost of electricity consumed by the refrigeration system (CE2) which can be calculated from: E Total E c COP hr time W Q C     1000 ] [ ] [ 2  (20) Where COP is the coefficient of performance of the refrigeration system. Eq. (17) also has to be modified as follows: 4 . 0 8 . 0 Pr Re 023 . 0 i i Nu  (21) VI. CONCLUSIONS This paper demonstratesthe advantages ofcomputer-aided optimisation compared to analytical optimisation by presenting two examples of thermal systemsthat use Microsoft Excel and its Solver add-in in the optimisation process. The first exampleshows thatcomputer-aided optimisation,which doesn’t require differentiation, is simpler to apply than analytical optimisation. Optimisation of the insulated duct considered in the second example can only be done with computer-aided optimisationsince the analytical modelinvolves multiple parameters. Analyticaloptimisationcannot be used in this example also becauseof the lengthy calculations and empirical equations involved.Moreover, once developed the Excel sheet can be used to study the effect of various design parameters and operating conditions on the design of thermal systems. REFERENCES [1] Janna, W.S., Design of Fluid Thermal Systems, 3rd Edition, CENGAGE Learning, 2011. [2] Cengel, Y.A. and Boles, M.A.,Thermodynamics an Engineering Approach, McGraw-Hill, 7th Edition, 2007 [3] Moran,M.J. and Shapiro,H.N.. Fundamentals of Engineering Thermodynamics, 5th edition, John Wiley & Sons Inc. 2006. [4] El-Awad, M.M., Thermax: A Multi-Subject Excel Add-in for Thermal-Fluid Analyses. DOI: 10.13140/RG.2.1.5178.2482 Available online at ResearchGate: https://www.researchgate.net/profile/Mohamed_El-Awad,2015. [5] Holman,J.P. , Heat Transfer, 10th edition, McGraw Hill, 2010. [6] Schumack,M., “Use of a Spreadsheet Package to Demonstrate Fundamentals of Computational Fluid Dynamics and Heat Transfer”, Int. J. Engng Ed. Vol. 20, No. 6, pp. 974-983, 2004. [7] Karimi,A., “A compilation of Examples for using Excel in Solving heat transfer problems”, presented at 2009 Annual Conference & Exposition of the American Society for Engineering Education (ASE), 2009, Austin Texas. [8] Karimi,A., “Using Excel for the thermodynamic analyses of air-standard cycles and combustion processes”, ASME 2009 Lake Buena Vista, Florida, USA. [9] Frontline Systems, internet: http://www.Solver.com/(Last accessed November 23, 2015). [10] The duct shop, https://www.theductshop.com/shop/catalog-galvanized-sheet-metal-duct-c-1_3.html, last accessed 24/12/2015. [11] Crowe,C. T., Elger,D. F., Wiliams , B. C., and Roberson,J. A., Engineering Fluid Mechanics, 9th edition, 2009. [12] Cengel,Y. A. andGhajar, A. J.. Heat and Mass Transfer: Fundamentals and Applications. McGraw Hill, 2011.