SlideShare a Scribd company logo
1 of 20
Download to read offline
Combination of Taguchi Method and
Artificial Intelligence Techniques for the
Optimal Design of Flat-plate Collectors
Soteris Kalogirou
Archimedes Solar Energy Laboratory
Cyprus University of Technology
Limassol, Cyprus
Objective
 To use a genetic algorithm for:
 the design of a flat-plate collector and
 for the selection of the right materials for the construction of the
collector.
 The genetic algorithm is used to maximize the thermal
efficiency of the collector estimated by the collector
optical efficiency and the slope of the standard collector
performance curve (heat loss coefficient) by:
 Determine the optimum combination of:
 The collector tube material,
 The type of collector absorbing plate material,
 The number of collector riser tubes,
 The collector riser tube diameter,
 The type of absorber coating and
 The thickness of the bottom insulating material.
Innovation
 The use of an evolution strategy based on genetic
algorithms to determine the optimum solution.
 An Artificial Neural Network is used to predict the
collector thermal efficiency based on the parameters
presented.
 The number of training cases on which the thermal
efficiency depends were selected using the method of
Taguchi experiments:
 Three levels of six variables were used together with three levels
of available solar radiation intensity (Gt) and collector inlet minus
ambient temperature difference.
Collector Equations
 The useful energy collected from a collector can be
obtained from:
 where FR is the heat removal factor given by:
 F΄ is the collector efficiency factor which is calculated by
considering the temperature distribution between two pipes
of the collector absorber and by assuming that the
temperature gradient in the flow direction is negligible
 
u R t L i a
Q AF G ( ) U T T
 
   
 
p L
R
L p
mc U F'A
F 1 Exp
AU mc
 
 
 
   
 
 
 
 
 F΄ is given by:
 Factor F is the standard fin efficiency for straight
fins with rectangular profile, obtained from:
 where n is given by:
δ
  












fi
i
b
L
L
h
D
C
F
D
W
D
U
W
U
F

1
1
)
(
1
1
'
 
2
/
)
(
2
/
)
(
tanh
D
W
n
D
W
n
F




k
U
n L

 The collector efficiency is found by dividing Qu
by the incident radiation AGt:
 Therefore from this analysis is clear that the
collector thermal efficiency depends on the factors
mentioned earlier.
 Additionally, by plotting η against ΔΤ/Gt a
straight line is obtained with:
 slope equal to FRUL, called the heat loss coefficient and
 intercept on the y-axis, equal to FR(τα), called optical
efficiency.
i a
R R L
t
T T
F ( ) F U
G
 

     
 
Collection of data
 The magnitude of the parameters applied in this work is:
 The collector performance depends also on the solar
radiation intensity and the temperature difference between
the collector inlet and ambient temperature. For these
parameters again three levels of data were used:
Parameter Level 1 Level 2 Level 3
A. Collector tube material
B. Collector absorbing plate material
C. Number of collector riser tubes
D. Collector riser tube diameter
E. Type of absorber coating
F. Thickness of bottom insulation
Copper
Aluminum
8
3
Tinox
2.5
Stainless steel
Copper
11
4
Vacuum spattering
3.8
-
Stainless steel
14
5
Spray painting
5
Parameter Level 1 Level 2 Level 3
P. Solar radiation intensity (W/m2)
Q. Temperature difference [=Ti-Ta] (°C)
800
10
900
20
1000
30
Collection of data
 When a full-functional orthogonal array is
considered with the data shown in previous Tables
a total of 21x37 (4374) experiments are required to
cover all possible combinations.
 By using the method of Taguchi experiments
however, only 18 experiments are required as
shown in following Table.
Collection of data
 By using the method of Taguchi experiments, only 18
experiments are required:
 A total of 162 patterns were
collected from the these
combinations.
For each row of the vertical columns
(18 cases) they were 9 combinations
of the horizontal cases with
combinations of radiation and
temperature (18x9=162).
 All estimations were performed
using CoDePro (collector design
program) software.
ANN Training
 From a total of 162 patterns that were collected:
 130 were used for the training of the ANN
 32, selected randomly, were used to validate the training accuracy.
 The input parameters are the factors on which the collector
performance depends, listed in previous Tables.
 The output parameters are:
 The collector optical efficiency, FR(τα) (intercept on the y-axis of
the collector performance curve) and
 The heat loss coefficient, FRUL (slope of the collector performance
curve).
 Sample data are shown in next slide:
Sample of training data
Input parameters Output parameters
A B C D E F P Q FR(τα) FRUL
1
1
1
1
1
1
1
1
1
….
1
1
1
1
1
1
1
1
1
….
8
8
8
8
8
8
8
8
8
…
3
3
3
3
3
3
3
3
3
…
1
1
1
1
1
1
1
1
1
….
2.5
2.5
2.5
2.5
2.5
2.5
2.5
2.5
2.5
….
800
800
800
900
900
900
1000
1000
1000
…
10
20
30
10
20
30
10
20
30
…
0.7584
0.7586
0.7595
0.7578
0.7581
0.7589
0.7572
0.7576
0.7383
…..
4.679
4.658
4.636
4.677
4.660
4.638
4.678
4.661
4.639
….
Note that numbers are used to differentiate the different inputs for parameters A,
B, D and E, whereas for the other parameters actual input data were used.
Artificial neural network architecture
Training accuracy
 Evaluated with the unknown data set.
 Correlation coefficients equal to 0.9914 and
0.9886 for the two parameters respectively
 Very satisfactory as they are very close to unity.
 The results also show that 94% of the data are
within 5% error, which is also very satisfactory.
 As this accuracy is based to a large extent on the
data used to train the ANN, the selection of the
training data with the Taguchi method seems to be
very effective.
Genetic Algorithms
 The genetic algorithm (GA) is a model of machine
learning, which derives its behavior from a representation
of the processes of evolution in nature – survival of the
fittest.
 Genetic algorithms (GA) are suitable for finding the
optimum solution in problems were a fitness function is
present.
 Genetic algorithms use a “fitness” measure to determine
which of the individuals in the population survive and
reproduce.
 Thus, survival of the fittest causes good solutions to progress.
 In this case, the genetic algorithm is seeking to breed an individual
that maximizes the collector efficiency.
 GAs implement crossover, mutation and other operations
on the data.
Genetic Algorithm Settings
 Population size=50
 Population size is the size of the genetic breeding pool
small value = not enough different kinds of individuals to solve the
problem satisfactorily.
Large value = good solution will take longer to be found.
 Crossover rate=90%
 Crossover rate determines the probability that the crossover
operator will be applied to a particular chromosome during a
generation.
 Mutation rate=1%
 Mutation rate determines the probability that the mutation operator
will be applied to a particular chromosome during a generation.
 Generation gap=96%
 Generation gap determines the fraction of those individuals that do
not go into the next generation.
Estimation Method
 For a combination of input parameters the ANN
predicts the two performance parameters:
 Optical efficiency
 Heat loss coefficient
 From these the collector efficiency is obtained.
 Subsequently a GA is used to try various
combinations, and based on the principles of
genetics, to find the combination of the input
parameters that maximize the collector efficiency.
Results
 The optimum combination of parameters obtained from the
GA are:
 These parameters result in an optimum efficiency that
depends on the magnitude of the solar radiation available.
 For the three values of solar radiation considered the results
are:
Parameter Value
A. Collector tube material
B. Collector absorbing plate material
C. Number of collector riser tubes
D. Collector riser tube diameter
E. Type of absorber coating
F. Thickness of bottom insulation
Copper
Copper
11
9mm
Tinox
50mm
Solar radiation (W/m2) Efficiency
800
900
1000
0.7536
0.7581
0.7614
Conclusions
 For each run of the program the optimum solution was
reached in less than 5 seconds on a Pentium 3.2 GHz
machine, which is very fast.
 It is proved that this way of selecting the variety of training
parameters with the Taguchi method is very effective in
allowing the ANN to learn the behavior of the system
satisfactorily.
 To find the optimum parameters a genetic algorithm is
used.
 The results obtained are very similar to the results obtained
by other researchers using much complicated optimization
methods, like the grey relational analysis, whereas the
present method not only is very accurate but it is also very
quick.
Archimedes Solar Energy Laboratory
Thank you for your attention….
Any questions please….
Email: soteris.kalogirou@cut.ac.cy

More Related Content

What's hot

IRJET- IR Instrument Thermal Background Modelling and Radiometric Analysis
IRJET- IR Instrument Thermal Background Modelling and Radiometric AnalysisIRJET- IR Instrument Thermal Background Modelling and Radiometric Analysis
IRJET- IR Instrument Thermal Background Modelling and Radiometric AnalysisIRJET Journal
 
Optimization of Thermal Performance of Double Pipe Heat Exchanger using Mecha...
Optimization of Thermal Performance of Double Pipe Heat Exchanger using Mecha...Optimization of Thermal Performance of Double Pipe Heat Exchanger using Mecha...
Optimization of Thermal Performance of Double Pipe Heat Exchanger using Mecha...IRJET Journal
 
Nuclear Material Verification Based on MCNP and ISOCSTM Techniques for Safegu...
Nuclear Material Verification Based on MCNP and ISOCSTM Techniques for Safegu...Nuclear Material Verification Based on MCNP and ISOCSTM Techniques for Safegu...
Nuclear Material Verification Based on MCNP and ISOCSTM Techniques for Safegu...IOSRJAP
 
Simulated annealing.ppt
Simulated annealing.pptSimulated annealing.ppt
Simulated annealing.pptKaal Nath
 
Performance improvement of a Rainfall Prediction Model using Particle Swarm O...
Performance improvement of a Rainfall Prediction Model using Particle Swarm O...Performance improvement of a Rainfall Prediction Model using Particle Swarm O...
Performance improvement of a Rainfall Prediction Model using Particle Swarm O...ijceronline
 
Parameter selection in a combined cycle power plant
Parameter selection in a combined cycle power plantParameter selection in a combined cycle power plant
Parameter selection in a combined cycle power plantModelon
 
AI for Waste Water Treatment: machine learning for real-time control
AI for Waste Water Treatment: machine learning for real-time controlAI for Waste Water Treatment: machine learning for real-time control
AI for Waste Water Treatment: machine learning for real-time controlInstitute of Contemporary Sciences
 
A NEW METHOD OF SMALL-SIGNAL CALIBRATION BASED ON KALMAN FILTER
A NEW METHOD OF SMALL-SIGNAL CALIBRATION BASED ON KALMAN FILTERA NEW METHOD OF SMALL-SIGNAL CALIBRATION BASED ON KALMAN FILTER
A NEW METHOD OF SMALL-SIGNAL CALIBRATION BASED ON KALMAN FILTERijcseit
 
DESIGN, ANALYSIS AND PERFORMANCE INVESTIGATION OF HEAT EXTRACTION UNIT USING ...
DESIGN, ANALYSIS AND PERFORMANCE INVESTIGATION OF HEAT EXTRACTION UNIT USING ...DESIGN, ANALYSIS AND PERFORMANCE INVESTIGATION OF HEAT EXTRACTION UNIT USING ...
DESIGN, ANALYSIS AND PERFORMANCE INVESTIGATION OF HEAT EXTRACTION UNIT USING ...Journal For Research
 
1987 . thermo economic functional analysis and optimization [frangopoulos]
1987 . thermo economic functional analysis and  optimization [frangopoulos]1987 . thermo economic functional analysis and  optimization [frangopoulos]
1987 . thermo economic functional analysis and optimization [frangopoulos]Wanderson Araujo
 

What's hot (12)

IRJET- IR Instrument Thermal Background Modelling and Radiometric Analysis
IRJET- IR Instrument Thermal Background Modelling and Radiometric AnalysisIRJET- IR Instrument Thermal Background Modelling and Radiometric Analysis
IRJET- IR Instrument Thermal Background Modelling and Radiometric Analysis
 
Optimization of Thermal Performance of Double Pipe Heat Exchanger using Mecha...
Optimization of Thermal Performance of Double Pipe Heat Exchanger using Mecha...Optimization of Thermal Performance of Double Pipe Heat Exchanger using Mecha...
Optimization of Thermal Performance of Double Pipe Heat Exchanger using Mecha...
 
Nuclear Material Verification Based on MCNP and ISOCSTM Techniques for Safegu...
Nuclear Material Verification Based on MCNP and ISOCSTM Techniques for Safegu...Nuclear Material Verification Based on MCNP and ISOCSTM Techniques for Safegu...
Nuclear Material Verification Based on MCNP and ISOCSTM Techniques for Safegu...
 
Simulated annealing
Simulated annealingSimulated annealing
Simulated annealing
 
Simulated annealing.ppt
Simulated annealing.pptSimulated annealing.ppt
Simulated annealing.ppt
 
Performance improvement of a Rainfall Prediction Model using Particle Swarm O...
Performance improvement of a Rainfall Prediction Model using Particle Swarm O...Performance improvement of a Rainfall Prediction Model using Particle Swarm O...
Performance improvement of a Rainfall Prediction Model using Particle Swarm O...
 
Parameter selection in a combined cycle power plant
Parameter selection in a combined cycle power plantParameter selection in a combined cycle power plant
Parameter selection in a combined cycle power plant
 
AI for Waste Water Treatment: machine learning for real-time control
AI for Waste Water Treatment: machine learning for real-time controlAI for Waste Water Treatment: machine learning for real-time control
AI for Waste Water Treatment: machine learning for real-time control
 
A NEW METHOD OF SMALL-SIGNAL CALIBRATION BASED ON KALMAN FILTER
A NEW METHOD OF SMALL-SIGNAL CALIBRATION BASED ON KALMAN FILTERA NEW METHOD OF SMALL-SIGNAL CALIBRATION BASED ON KALMAN FILTER
A NEW METHOD OF SMALL-SIGNAL CALIBRATION BASED ON KALMAN FILTER
 
C011111829
C011111829C011111829
C011111829
 
DESIGN, ANALYSIS AND PERFORMANCE INVESTIGATION OF HEAT EXTRACTION UNIT USING ...
DESIGN, ANALYSIS AND PERFORMANCE INVESTIGATION OF HEAT EXTRACTION UNIT USING ...DESIGN, ANALYSIS AND PERFORMANCE INVESTIGATION OF HEAT EXTRACTION UNIT USING ...
DESIGN, ANALYSIS AND PERFORMANCE INVESTIGATION OF HEAT EXTRACTION UNIT USING ...
 
1987 . thermo economic functional analysis and optimization [frangopoulos]
1987 . thermo economic functional analysis and  optimization [frangopoulos]1987 . thermo economic functional analysis and  optimization [frangopoulos]
1987 . thermo economic functional analysis and optimization [frangopoulos]
 

Similar to Optimal Design of Solar Flat Plate Collector

Calculation of air-kerma strength and dose rate constant for new BEBIG 60Co H...
Calculation of air-kerma strength and dose rate constant for new BEBIG 60Co H...Calculation of air-kerma strength and dose rate constant for new BEBIG 60Co H...
Calculation of air-kerma strength and dose rate constant for new BEBIG 60Co H...Anwarul Islam
 
Evaluation of non-parametric identification techniques in second order models...
Evaluation of non-parametric identification techniques in second order models...Evaluation of non-parametric identification techniques in second order models...
Evaluation of non-parametric identification techniques in second order models...IJECEIAES
 
Solution of Combined Heat and Power Economic Dispatch Problem Using Different...
Solution of Combined Heat and Power Economic Dispatch Problem Using Different...Solution of Combined Heat and Power Economic Dispatch Problem Using Different...
Solution of Combined Heat and Power Economic Dispatch Problem Using Different...Arkadev Ghosh
 
Theoretical heat conduction model development of a Cold storage using Taguch...
Theoretical heat conduction model development of a Cold storage  using Taguch...Theoretical heat conduction model development of a Cold storage  using Taguch...
Theoretical heat conduction model development of a Cold storage using Taguch...IJMER
 
Ijmer 46067782
Ijmer 46067782Ijmer 46067782
Ijmer 46067782IJMER
 
The optimal synthesis of scanned linear antenna arrays
The optimal synthesis of scanned linear antenna arrays The optimal synthesis of scanned linear antenna arrays
The optimal synthesis of scanned linear antenna arrays IJECEIAES
 
Multi-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC MotorMulti-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC MotorIAES-IJPEDS
 
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEMA MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEMAEIJjournal2
 
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEMA MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEMaeijjournal
 
Advanced Energy: An International Journal (AEIJ)
Advanced Energy: An International Journal (AEIJ)Advanced Energy: An International Journal (AEIJ)
Advanced Energy: An International Journal (AEIJ)AEIJjournal2
 
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEMA MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEMAEIJjournal2
 
Modified moth swarm algorithm for optimal economic load dispatch problem
Modified moth swarm algorithm for optimal economic load dispatch problemModified moth swarm algorithm for optimal economic load dispatch problem
Modified moth swarm algorithm for optimal economic load dispatch problemTELKOMNIKA JOURNAL
 
Genetic Algorithm for Solving the Economic Load Dispatch
Genetic Algorithm for Solving the Economic Load DispatchGenetic Algorithm for Solving the Economic Load Dispatch
Genetic Algorithm for Solving the Economic Load DispatchSatyendra Singh
 
Optimization of parameters affecting the performance of passive solar distill...
Optimization of parameters affecting the performance of passive solar distill...Optimization of parameters affecting the performance of passive solar distill...
Optimization of parameters affecting the performance of passive solar distill...IOSR Journals
 
Multivariable Parametric Modeling of a Greenhouse by Minimizing the Quadratic...
Multivariable Parametric Modeling of a Greenhouse by Minimizing the Quadratic...Multivariable Parametric Modeling of a Greenhouse by Minimizing the Quadratic...
Multivariable Parametric Modeling of a Greenhouse by Minimizing the Quadratic...TELKOMNIKA JOURNAL
 
Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing
Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing
Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing IJECEIAES
 

Similar to Optimal Design of Solar Flat Plate Collector (20)

Calculation of air-kerma strength and dose rate constant for new BEBIG 60Co H...
Calculation of air-kerma strength and dose rate constant for new BEBIG 60Co H...Calculation of air-kerma strength and dose rate constant for new BEBIG 60Co H...
Calculation of air-kerma strength and dose rate constant for new BEBIG 60Co H...
 
Evaluation of non-parametric identification techniques in second order models...
Evaluation of non-parametric identification techniques in second order models...Evaluation of non-parametric identification techniques in second order models...
Evaluation of non-parametric identification techniques in second order models...
 
Solution of Combined Heat and Power Economic Dispatch Problem Using Different...
Solution of Combined Heat and Power Economic Dispatch Problem Using Different...Solution of Combined Heat and Power Economic Dispatch Problem Using Different...
Solution of Combined Heat and Power Economic Dispatch Problem Using Different...
 
Theoretical heat conduction model development of a Cold storage using Taguch...
Theoretical heat conduction model development of a Cold storage  using Taguch...Theoretical heat conduction model development of a Cold storage  using Taguch...
Theoretical heat conduction model development of a Cold storage using Taguch...
 
Ijmer 46067782
Ijmer 46067782Ijmer 46067782
Ijmer 46067782
 
The optimal synthesis of scanned linear antenna arrays
The optimal synthesis of scanned linear antenna arrays The optimal synthesis of scanned linear antenna arrays
The optimal synthesis of scanned linear antenna arrays
 
FINAL VERSION sss.pptx
FINAL VERSION sss.pptxFINAL VERSION sss.pptx
FINAL VERSION sss.pptx
 
Multi-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC MotorMulti-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC Motor
 
L1303038388
L1303038388L1303038388
L1303038388
 
L1303038388
L1303038388L1303038388
L1303038388
 
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEMA MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
 
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEMA MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
 
Advanced Energy: An International Journal (AEIJ)
Advanced Energy: An International Journal (AEIJ)Advanced Energy: An International Journal (AEIJ)
Advanced Energy: An International Journal (AEIJ)
 
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEMA MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
A MODIFIED ANT COLONY ALGORITHM FOR SOLVING THE UNIT COMMITMENT PROBLEM
 
Modified moth swarm algorithm for optimal economic load dispatch problem
Modified moth swarm algorithm for optimal economic load dispatch problemModified moth swarm algorithm for optimal economic load dispatch problem
Modified moth swarm algorithm for optimal economic load dispatch problem
 
I010415255
I010415255I010415255
I010415255
 
Genetic Algorithm for Solving the Economic Load Dispatch
Genetic Algorithm for Solving the Economic Load DispatchGenetic Algorithm for Solving the Economic Load Dispatch
Genetic Algorithm for Solving the Economic Load Dispatch
 
Optimization of parameters affecting the performance of passive solar distill...
Optimization of parameters affecting the performance of passive solar distill...Optimization of parameters affecting the performance of passive solar distill...
Optimization of parameters affecting the performance of passive solar distill...
 
Multivariable Parametric Modeling of a Greenhouse by Minimizing the Quadratic...
Multivariable Parametric Modeling of a Greenhouse by Minimizing the Quadratic...Multivariable Parametric Modeling of a Greenhouse by Minimizing the Quadratic...
Multivariable Parametric Modeling of a Greenhouse by Minimizing the Quadratic...
 
Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing
Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing
Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing
 

More from H Janardan Prabhu (20)

Vishal Desh Federation
Vishal Desh FederationVishal Desh Federation
Vishal Desh Federation
 
Way of Peace
Way of PeaceWay of Peace
Way of Peace
 
Peace of mind
Peace of mindPeace of mind
Peace of mind
 
Solar PV Energy Principles
Solar PV Energy PrinciplesSolar PV Energy Principles
Solar PV Energy Principles
 
Coal gasify
Coal gasifyCoal gasify
Coal gasify
 
Petro refinery basics
Petro refinery basicsPetro refinery basics
Petro refinery basics
 
Renewable Energy
Renewable EnergyRenewable Energy
Renewable Energy
 
Future is not ours to see
Future is not ours to seeFuture is not ours to see
Future is not ours to see
 
Bihar Jano
Bihar JanoBihar Jano
Bihar Jano
 
Bihaar katha
Bihaar kathaBihaar katha
Bihaar katha
 
Mahaan Bharath Hamara
Mahaan Bharath HamaraMahaan Bharath Hamara
Mahaan Bharath Hamara
 
ABCs of Desalting of water to recover water as well as salt.
ABCs of Desalting of water to recover water as well as salt.ABCs of Desalting of water to recover water as well as salt.
ABCs of Desalting of water to recover water as well as salt.
 
Apna bharath
Apna bharathApna bharath
Apna bharath
 
India now
India nowIndia now
India now
 
History of World literature1
History of  World literature1History of  World literature1
History of World literature1
 
ENG LIT H-A-Beers
ENG LIT H-A-BeersENG LIT H-A-Beers
ENG LIT H-A-Beers
 
Remedy for Ganga Pollution 2017
Remedy for Ganga Pollution 2017Remedy for Ganga Pollution 2017
Remedy for Ganga Pollution 2017
 
Ganga Work - Namami Gange
Ganga Work - Namami GangeGanga Work - Namami Gange
Ganga Work - Namami Gange
 
Ganga Rejuvenate Project - 2016
Ganga Rejuvenate Project - 2016Ganga Rejuvenate Project - 2016
Ganga Rejuvenate Project - 2016
 
Ganga Action Plan - A 2007 Review
Ganga Action Plan - A 2007 Review Ganga Action Plan - A 2007 Review
Ganga Action Plan - A 2007 Review
 

Recently uploaded

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
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
 
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
 
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
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
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
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
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
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 

Recently uploaded (20)

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
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
 
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...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
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
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
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...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
🔝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...
 
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
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 

Optimal Design of Solar Flat Plate Collector

  • 1. Combination of Taguchi Method and Artificial Intelligence Techniques for the Optimal Design of Flat-plate Collectors Soteris Kalogirou Archimedes Solar Energy Laboratory Cyprus University of Technology Limassol, Cyprus
  • 2. Objective  To use a genetic algorithm for:  the design of a flat-plate collector and  for the selection of the right materials for the construction of the collector.  The genetic algorithm is used to maximize the thermal efficiency of the collector estimated by the collector optical efficiency and the slope of the standard collector performance curve (heat loss coefficient) by:  Determine the optimum combination of:  The collector tube material,  The type of collector absorbing plate material,  The number of collector riser tubes,  The collector riser tube diameter,  The type of absorber coating and  The thickness of the bottom insulating material.
  • 3. Innovation  The use of an evolution strategy based on genetic algorithms to determine the optimum solution.  An Artificial Neural Network is used to predict the collector thermal efficiency based on the parameters presented.  The number of training cases on which the thermal efficiency depends were selected using the method of Taguchi experiments:  Three levels of six variables were used together with three levels of available solar radiation intensity (Gt) and collector inlet minus ambient temperature difference.
  • 4. Collector Equations  The useful energy collected from a collector can be obtained from:  where FR is the heat removal factor given by:  F΄ is the collector efficiency factor which is calculated by considering the temperature distribution between two pipes of the collector absorber and by assuming that the temperature gradient in the flow direction is negligible   u R t L i a Q AF G ( ) U T T         p L R L p mc U F'A F 1 Exp AU mc                  
  • 5.  F΄ is given by:  Factor F is the standard fin efficiency for straight fins with rectangular profile, obtained from:  where n is given by: δ                fi i b L L h D C F D W D U W U F  1 1 ) ( 1 1 '   2 / ) ( 2 / ) ( tanh D W n D W n F     k U n L 
  • 6.  The collector efficiency is found by dividing Qu by the incident radiation AGt:  Therefore from this analysis is clear that the collector thermal efficiency depends on the factors mentioned earlier.  Additionally, by plotting η against ΔΤ/Gt a straight line is obtained with:  slope equal to FRUL, called the heat loss coefficient and  intercept on the y-axis, equal to FR(τα), called optical efficiency. i a R R L t T T F ( ) F U G           
  • 7. Collection of data  The magnitude of the parameters applied in this work is:  The collector performance depends also on the solar radiation intensity and the temperature difference between the collector inlet and ambient temperature. For these parameters again three levels of data were used: Parameter Level 1 Level 2 Level 3 A. Collector tube material B. Collector absorbing plate material C. Number of collector riser tubes D. Collector riser tube diameter E. Type of absorber coating F. Thickness of bottom insulation Copper Aluminum 8 3 Tinox 2.5 Stainless steel Copper 11 4 Vacuum spattering 3.8 - Stainless steel 14 5 Spray painting 5 Parameter Level 1 Level 2 Level 3 P. Solar radiation intensity (W/m2) Q. Temperature difference [=Ti-Ta] (°C) 800 10 900 20 1000 30
  • 8. Collection of data  When a full-functional orthogonal array is considered with the data shown in previous Tables a total of 21x37 (4374) experiments are required to cover all possible combinations.  By using the method of Taguchi experiments however, only 18 experiments are required as shown in following Table.
  • 9. Collection of data  By using the method of Taguchi experiments, only 18 experiments are required:  A total of 162 patterns were collected from the these combinations. For each row of the vertical columns (18 cases) they were 9 combinations of the horizontal cases with combinations of radiation and temperature (18x9=162).  All estimations were performed using CoDePro (collector design program) software.
  • 10. ANN Training  From a total of 162 patterns that were collected:  130 were used for the training of the ANN  32, selected randomly, were used to validate the training accuracy.  The input parameters are the factors on which the collector performance depends, listed in previous Tables.  The output parameters are:  The collector optical efficiency, FR(τα) (intercept on the y-axis of the collector performance curve) and  The heat loss coefficient, FRUL (slope of the collector performance curve).  Sample data are shown in next slide:
  • 11. Sample of training data Input parameters Output parameters A B C D E F P Q FR(τα) FRUL 1 1 1 1 1 1 1 1 1 …. 1 1 1 1 1 1 1 1 1 …. 8 8 8 8 8 8 8 8 8 … 3 3 3 3 3 3 3 3 3 … 1 1 1 1 1 1 1 1 1 …. 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 2.5 …. 800 800 800 900 900 900 1000 1000 1000 … 10 20 30 10 20 30 10 20 30 … 0.7584 0.7586 0.7595 0.7578 0.7581 0.7589 0.7572 0.7576 0.7383 ….. 4.679 4.658 4.636 4.677 4.660 4.638 4.678 4.661 4.639 …. Note that numbers are used to differentiate the different inputs for parameters A, B, D and E, whereas for the other parameters actual input data were used.
  • 13. Training accuracy  Evaluated with the unknown data set.  Correlation coefficients equal to 0.9914 and 0.9886 for the two parameters respectively  Very satisfactory as they are very close to unity.  The results also show that 94% of the data are within 5% error, which is also very satisfactory.  As this accuracy is based to a large extent on the data used to train the ANN, the selection of the training data with the Taguchi method seems to be very effective.
  • 14. Genetic Algorithms  The genetic algorithm (GA) is a model of machine learning, which derives its behavior from a representation of the processes of evolution in nature – survival of the fittest.  Genetic algorithms (GA) are suitable for finding the optimum solution in problems were a fitness function is present.  Genetic algorithms use a “fitness” measure to determine which of the individuals in the population survive and reproduce.  Thus, survival of the fittest causes good solutions to progress.  In this case, the genetic algorithm is seeking to breed an individual that maximizes the collector efficiency.  GAs implement crossover, mutation and other operations on the data.
  • 15. Genetic Algorithm Settings  Population size=50  Population size is the size of the genetic breeding pool small value = not enough different kinds of individuals to solve the problem satisfactorily. Large value = good solution will take longer to be found.  Crossover rate=90%  Crossover rate determines the probability that the crossover operator will be applied to a particular chromosome during a generation.  Mutation rate=1%  Mutation rate determines the probability that the mutation operator will be applied to a particular chromosome during a generation.  Generation gap=96%  Generation gap determines the fraction of those individuals that do not go into the next generation.
  • 16. Estimation Method  For a combination of input parameters the ANN predicts the two performance parameters:  Optical efficiency  Heat loss coefficient  From these the collector efficiency is obtained.  Subsequently a GA is used to try various combinations, and based on the principles of genetics, to find the combination of the input parameters that maximize the collector efficiency.
  • 17. Results  The optimum combination of parameters obtained from the GA are:  These parameters result in an optimum efficiency that depends on the magnitude of the solar radiation available.  For the three values of solar radiation considered the results are: Parameter Value A. Collector tube material B. Collector absorbing plate material C. Number of collector riser tubes D. Collector riser tube diameter E. Type of absorber coating F. Thickness of bottom insulation Copper Copper 11 9mm Tinox 50mm Solar radiation (W/m2) Efficiency 800 900 1000 0.7536 0.7581 0.7614
  • 18. Conclusions  For each run of the program the optimum solution was reached in less than 5 seconds on a Pentium 3.2 GHz machine, which is very fast.  It is proved that this way of selecting the variety of training parameters with the Taguchi method is very effective in allowing the ANN to learn the behavior of the system satisfactorily.  To find the optimum parameters a genetic algorithm is used.  The results obtained are very similar to the results obtained by other researchers using much complicated optimization methods, like the grey relational analysis, whereas the present method not only is very accurate but it is also very quick.
  • 20. Thank you for your attention…. Any questions please…. Email: soteris.kalogirou@cut.ac.cy