SlideShare a Scribd company logo
1 of 8
Download to read offline
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

What's hot

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

What's hot (18)

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

Similar to Computer aided thermal_design_optimisati

A suggestion of optimization process for water pipe networks design
A suggestion of optimization process for water pipe networks designA suggestion of optimization process for water pipe networks design
A suggestion of optimization process for water pipe networks designMedhat Elzahar
 
Optimized mould design of an Air cooler tank
Optimized mould design of an Air cooler tankOptimized mould design of an Air cooler tank
Optimized mould design of an Air cooler tankIOSR Journals
 
HVAC Mini project review.pptx
HVAC Mini project review.pptxHVAC Mini project review.pptx
HVAC Mini project review.pptxCollege
 
Nomen_Oseghale thesis (E.O)
Nomen_Oseghale thesis (E.O)Nomen_Oseghale thesis (E.O)
Nomen_Oseghale thesis (E.O)Nomen Oseghale
 
1D and 3D Modeling of Modern Automotive Exhaust Manifold
1D and 3D Modeling of Modern Automotive Exhaust Manifold1D and 3D Modeling of Modern Automotive Exhaust Manifold
1D and 3D Modeling of Modern Automotive Exhaust ManifoldBarhm Mohamad
 
Energy Efficiencies Trends
Energy Efficiencies TrendsEnergy Efficiencies Trends
Energy Efficiencies TrendsReid Larsen
 
MECE4450U - Final Report (Final)
MECE4450U - Final Report (Final)MECE4450U - Final Report (Final)
MECE4450U - Final Report (Final)Tushar Karanwal
 
Performance improvement by reducing compressor work of r 134 a and r22 used r...
Performance improvement by reducing compressor work of r 134 a and r22 used r...Performance improvement by reducing compressor work of r 134 a and r22 used r...
Performance improvement by reducing compressor work of r 134 a and r22 used r...IAEME Publication
 
1 ijebm jan-2018-1-combustion adjustment in a natural
1 ijebm jan-2018-1-combustion adjustment in a natural1 ijebm jan-2018-1-combustion adjustment in a natural
1 ijebm jan-2018-1-combustion adjustment in a naturalAI Publications
 
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...ijceronline
 
IRJET- Comparison for Max-Flow Min-Cut Algorithms for Optimal Assignment Problem
IRJET- Comparison for Max-Flow Min-Cut Algorithms for Optimal Assignment ProblemIRJET- Comparison for Max-Flow Min-Cut Algorithms for Optimal Assignment Problem
IRJET- Comparison for Max-Flow Min-Cut Algorithms for Optimal Assignment ProblemIRJET Journal
 
Load calculation
Load calculationLoad calculation
Load calculationImranbhvac
 
A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...
A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...
A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...Cemal Ardil
 
101070670 6-exercises-solutions-2009
101070670 6-exercises-solutions-2009101070670 6-exercises-solutions-2009
101070670 6-exercises-solutions-2009Risno Siregar
 
Exergy analysis of inlet water temperature of condenser
Exergy analysis of inlet water temperature of condenserExergy analysis of inlet water temperature of condenser
Exergy analysis of inlet water temperature of condenserIJERA Editor
 

Similar to Computer aided thermal_design_optimisati (20)

A suggestion of optimization process for water pipe networks design
A suggestion of optimization process for water pipe networks designA suggestion of optimization process for water pipe networks design
A suggestion of optimization process for water pipe networks design
 
Optimized mould design of an Air cooler tank
Optimized mould design of an Air cooler tankOptimized mould design of an Air cooler tank
Optimized mould design of an Air cooler tank
 
Ijetae 0413 59
Ijetae 0413 59Ijetae 0413 59
Ijetae 0413 59
 
HVAC Mini project review.pptx
HVAC Mini project review.pptxHVAC Mini project review.pptx
HVAC Mini project review.pptx
 
Nomen_Oseghale thesis (E.O)
Nomen_Oseghale thesis (E.O)Nomen_Oseghale thesis (E.O)
Nomen_Oseghale thesis (E.O)
 
1D and 3D Modeling of Modern Automotive Exhaust Manifold
1D and 3D Modeling of Modern Automotive Exhaust Manifold1D and 3D Modeling of Modern Automotive Exhaust Manifold
1D and 3D Modeling of Modern Automotive Exhaust Manifold
 
01.IED
01.IED01.IED
01.IED
 
Energy Efficiencies Trends
Energy Efficiencies TrendsEnergy Efficiencies Trends
Energy Efficiencies Trends
 
MECE4450U - Final Report (Final)
MECE4450U - Final Report (Final)MECE4450U - Final Report (Final)
MECE4450U - Final Report (Final)
 
[IJET-V2I2P12] Authors:Ashok Kumar
[IJET-V2I2P12] Authors:Ashok Kumar[IJET-V2I2P12] Authors:Ashok Kumar
[IJET-V2I2P12] Authors:Ashok Kumar
 
Performance improvement by reducing compressor work of r 134 a and r22 used r...
Performance improvement by reducing compressor work of r 134 a and r22 used r...Performance improvement by reducing compressor work of r 134 a and r22 used r...
Performance improvement by reducing compressor work of r 134 a and r22 used r...
 
1 ijebm jan-2018-1-combustion adjustment in a natural
1 ijebm jan-2018-1-combustion adjustment in a natural1 ijebm jan-2018-1-combustion adjustment in a natural
1 ijebm jan-2018-1-combustion adjustment in a natural
 
Anand2020
Anand2020Anand2020
Anand2020
 
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
 
30120130405031 2
30120130405031 230120130405031 2
30120130405031 2
 
IRJET- Comparison for Max-Flow Min-Cut Algorithms for Optimal Assignment Problem
IRJET- Comparison for Max-Flow Min-Cut Algorithms for Optimal Assignment ProblemIRJET- Comparison for Max-Flow Min-Cut Algorithms for Optimal Assignment Problem
IRJET- Comparison for Max-Flow Min-Cut Algorithms for Optimal Assignment Problem
 
Load calculation
Load calculationLoad calculation
Load calculation
 
A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...
A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...
A weighted-sum-technique-for-the-joint-optimization-of-performance-and-power-...
 
101070670 6-exercises-solutions-2009
101070670 6-exercises-solutions-2009101070670 6-exercises-solutions-2009
101070670 6-exercises-solutions-2009
 
Exergy analysis of inlet water temperature of condenser
Exergy analysis of inlet water temperature of condenserExergy analysis of inlet water temperature of condenser
Exergy analysis of inlet water temperature of condenser
 

More from ssusercf6d0e

Paul J. Boudreaux Consider a Mixed Analog/Digital/MEMs
Paul J. Boudreaux Consider a Mixed Analog/Digital/MEMsPaul J. Boudreaux Consider a Mixed Analog/Digital/MEMs
Paul J. Boudreaux Consider a Mixed Analog/Digital/MEMsssusercf6d0e
 
13055193.ppt This is heat sink material.
13055193.ppt This is heat sink material.13055193.ppt This is heat sink material.
13055193.ppt This is heat sink material.ssusercf6d0e
 
Billetdefects-Off-cornercracksformationpreventionandevolution.pdf
Billetdefects-Off-cornercracksformationpreventionandevolution.pdfBilletdefects-Off-cornercracksformationpreventionandevolution.pdf
Billetdefects-Off-cornercracksformationpreventionandevolution.pdfssusercf6d0e
 
A_Simulation_Method_for_the_Optimization_of_Coolin-Good.pdf
A_Simulation_Method_for_the_Optimization_of_Coolin-Good.pdfA_Simulation_Method_for_the_Optimization_of_Coolin-Good.pdf
A_Simulation_Method_for_the_Optimization_of_Coolin-Good.pdfssusercf6d0e
 
aiaa-2000 numerical investigation premixed combustion
aiaa-2000 numerical investigation premixed combustionaiaa-2000 numerical investigation premixed combustion
aiaa-2000 numerical investigation premixed combustionssusercf6d0e
 
tses_article147 mathematical modeling combustion
tses_article147 mathematical modeling combustiontses_article147 mathematical modeling combustion
tses_article147 mathematical modeling combustionssusercf6d0e
 
detonation using cfd code 944-1-5119-1-10-20180129.pdf
detonation using cfd code 944-1-5119-1-10-20180129.pdfdetonation using cfd code 944-1-5119-1-10-20180129.pdf
detonation using cfd code 944-1-5119-1-10-20180129.pdfssusercf6d0e
 
How_to_blockMesh using OpenFOAM good mateiral
How_to_blockMesh using OpenFOAM good mateiralHow_to_blockMesh using OpenFOAM good mateiral
How_to_blockMesh using OpenFOAM good mateiralssusercf6d0e
 
complex mesh generation with openFOAM thchnical
complex mesh generation with openFOAM thchnicalcomplex mesh generation with openFOAM thchnical
complex mesh generation with openFOAM thchnicalssusercf6d0e
 
design optimization of a single-strand tundish based on CFD
design optimization of a single-strand tundish based on CFDdesign optimization of a single-strand tundish based on CFD
design optimization of a single-strand tundish based on CFDssusercf6d0e
 
Numerical calculation of rotating detonation chambe
Numerical calculation of rotating detonation chambeNumerical calculation of rotating detonation chambe
Numerical calculation of rotating detonation chambessusercf6d0e
 
Numerical Simulations of hot jet detonation
Numerical Simulations of hot jet detonationNumerical Simulations of hot jet detonation
Numerical Simulations of hot jet detonationssusercf6d0e
 
01-intro_Bakker.pdf
01-intro_Bakker.pdf01-intro_Bakker.pdf
01-intro_Bakker.pdfssusercf6d0e
 
016IndustrialBoilersAndHeatRecovery.pdf
016IndustrialBoilersAndHeatRecovery.pdf016IndustrialBoilersAndHeatRecovery.pdf
016IndustrialBoilersAndHeatRecovery.pdfssusercf6d0e
 
EURAPO_Catalogo_UCS600-UCS900_EN_012_25022016.pdf
EURAPO_Catalogo_UCS600-UCS900_EN_012_25022016.pdfEURAPO_Catalogo_UCS600-UCS900_EN_012_25022016.pdf
EURAPO_Catalogo_UCS600-UCS900_EN_012_25022016.pdfssusercf6d0e
 

More from ssusercf6d0e (20)

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

Recently uploaded

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 

Recently uploaded (20)

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 

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.