SlideShare ist ein Scribd-Unternehmen logo
1 von 17
Downloaden Sie, um offline zu lesen
REPORT
A COMPREHENSIVE ANALYSIS AND OPTIMIZATION
OF CHILLER PLANT
NUS ISS EBAC PROJECT
REP
PREPARED BY
Arun V Sankar
Under the Guidance of
Mr. C V KUMAR & Mr. Sunil Yadav
Barghest Building Performance
And
Mr. Aditya Shankar
Faculty, Institute Of System Science
National University of Singapore
1 | P a g e
TABLE OF CONTENTS
Executive Summary.................................................................................................2
Business Domain.....................................................................................................3
Business and Data Objective...................................................................................4
Data Description ....................................................................................................5
Exploratory Analysis................................................................................................6
Design of Experiment..............................................................................................9
Regression Model .................................................................................................13
Inference ..............................................................................................................15
Challenges ...........................................................................................................16
Appendix ...........................................................................................................16
Reference ..........................................................................................................16
2 | P a g e
Executive Summary
This report provides an analysis of the impact of relative humidity, cooling load and wet bulb
temperature on energy consumption in the chiller and cooling tower of central chiller plant.
This report also tries to model the best approach temperature which when implemented
automates the existing manual intervention of updating approach temperature.
Methods of analysis include Design Of Experiment and Linear Regression modeling and
approach includes removing relevant outliers and wrong data using exploratory analysis
followed by classification of the input variables for better interpretability. Input Data is
classified into binary values (Low/High) for Design Of Experiment purpose. Chiller Kilowatt per
Tonnage (CH_eff) and Cooling Tower Kilowatt per Tonnage (CT_eff) are taken as two y
values(target values) for which experiment is designed. Impact of each input variables
(individual/interaction) is analyzed by plotting line graphs and pie chart. Regression model is
made from a subset of the dataset made by segregrating the best ( minimum CH_CT_eff) in all
possible combination of relative humidity, cooling load and wet bulb temperature. Approach
temperature equation is modelled from the subset and a weighted average of difference
between the CH_CT Kw/Ton of the model and raw data is measured to estimate the savings
made if any. All calculations can be found in the appendices.
Major Conclusion from this report/study include:
WB_T is the major variable impacting chiller side KW while Relative humidity in Cooling
tower KW ·
It is found that all input variables impact on CH_eff and CT_eff are opposite in nature hence
an optimal control so as to minimise the total power (Chiller KW+Cooling Tower KW) consumed
as a whole is proposed in modeling the approach temperature.
The report also investigates the fact that the analysis conducted has limitations. Some of the
limitations include non repeteability of equation for another chiller plant and effect of incorrect
or wrong readings fetch at times.
3 | P a g e
BUSINESS DOMAIN:
Barghest Building Performance involves in long term energy performance savings
contracts in existing buildings. We use customized control systems, sensors and SCADA
environment to fetch 1 minute level data to analyze and optimize working of the chiller plant of
the building. SCADA (Supervisory Control And Data Acquisition) is a system for remote
monitoring and control that operates with coded signals over communication channels.
Working Of Chiller Plant
Two water loop namely condensor water loop and chilled water loop helps in removing the
heat from the building . Chilled water loop is cooled by cold condensor water ( CWS_T) which
gets reheated again (the hot condensor water ( CWS_R)) goes to cooling tower where it is
cooled by blowing air from outside.
The basic principle of the cooling tower operation is that of evaporative condensation and
exchange of sensible heat. The air and water mixture releases latent heat of vaporization which
has a cooling effect on water by turning a certain amount of liquid into its gaseous state
releasing the latent heat of vaporization.
4 | P a g e
Business Objective
Improve the energy efficiency of the chiller plant through control of the existing
processes with the help of data analysis.
Data objective
To analyze the dataset and use the insights from the data to model the best
approach temperature which minimizes power consumed without compromising
on the cooling needs of the building.
Success Criteria
 Automating input of best approach temperature resulting in minimal
manual intervention.
 Evaluate the projected power savings made by the proposed model.
5 | P a g e
Data Description
1 minute data from 1 month long dataset;44510 rows with 84 variables
Data were cleaned which had faulty readings of some variables.
At a time 2 out of 4 chillers will work, either Chiller 2 and 3 or Chiller 1 and 4.
Since the study is limited to estimate approach temperature only relevant variables are
considered and others are discarded based on subjective knowledge and discussions.
Variables considered for the analysis of approach temperature are
1. Relative Humidity (RH)
2. Wet Bulb Temperature (WB_T)
3. Cooling Load (CL_CH)
4. Chiller_KW/Ton (CH_eff)
5. Cooling Tower_KW/Ton (CT_eff)
RH is the ratio of the quantity of water vapor present in a cubic feet of air to the greatest
amount of vapor which that air could hold at a given temperature.
WBT is the temperature when bulb of a thermometer is covered with a wet cloth or actual
temperature felt by us taking into consideration the humidity factor present in air.
CL_CH is the amount of heat generated within a building space from occupants,electrical
equipements, lighting and solar radiation that chiller system must remove.
CH_eff and CT_eff are measures of efficiency of Chiller and Cooling Tower respectively
measured in Kilowatt per Tonnage.
6 | P a g e
ExploratoryAnalysis
Further analysis of these variables are done by plotting box-plots as given below.
7 | P a g e
8 | P a g e
 RH is seen to be in 40-100 value out of which most of values are found in 90-100.
 Cooling Load is found in the range 1200-2200 KW/Ton
 Wet Bulb Temperature lies in 23-30 deg C.
 Outliers found from the above three box plots are discarded (whole row) which
otherwise can affect the accuracy of the model build.
 Thus the Cooling Load range is reduced from 1400-2000 KW/Ton.
 For easier interpretation, these 3 continuous variables are converted to categorical
variable by binning values into different bins.
 Ceiling is put rounding the value to upper nearest 0.5,100,10 for WB_T, CL_CH, and RH
respectively.
WB_T_0.5 CL_CH_100 RH_10
23.5 1500 50
24 1600 60
24.5 1700 70
25 1800 80
25.5 1900 90
26 2000 100
26.5
27
27.5
28
28.5
29
29.5
30
9 | P a g e
Design of Experiments (DOE) techniques is used in the dataset to determine
simultaneously the individual and interactive effects of three factors that affect the output
results. Since we chose three elements, we must construct 8 experiments (2^3) for a full
factorial experiment. Here each factor taken (ie. RH,WB_T,CL_CH) is converted to binary values
either Low or High.
WB_T_0.5 CL_CH_100 RH_10
23.5 1500 50
24 1600 60
24.5 1700 70
25 1800 80
25.5 1900 90
26 2000 100
26.5
27
27.5
28
28.5
29
29.5
30
8 experiments with two y values y1=CH_eff, y2=CT_eff is designed from the dataset
Wb_T CL_CH RH CH_eff CT_eff
Low Low Low 0.518375 0.030379
High Low Low 0.530831 0.027305
Low High Low 0.522544 0.026887
High High Low 0.533175 0.025872
Low Low High 0.518748 0.033012
High Low High 0.529602 0.03528
Low High High 0.519543 0.031423
High High High 0.530735 0.032313
Low
High
h
10 | P a g e
We define the main interaction E of a variable X the difference between the average response
variable at the high level samples and the average response at the low level samples.
Here E1 denotes interaction of WB_T alone with y1=CH_eff, y2=CT_eff.
Similarly E2, E3 for CL_CH and RH respectively, while E12 denotes combined WB_T and CL_CH
against y1 and y2 ; similarly other E values for respective variable combination.
SS in table below denotes Sum of Squares
11 | P a g e
DOE CH_eff CT_eff SS_CH_eff SS_CT_eff %contribution_y1 %contribution_y2
E1 0.011283 -0.00023 0.000127316
5.42159E-
08 0.93574 0.00139
E2 0.00211 -0.00237 4.4533E-06
5.62002E-
06 0.03273 0.14465
E3 -0.00157 0.005396 2.47746E-06
2.91177E-
05 0.01820 0.74948
E12 -0.00037 0.000171 1.38078E-07
2.90784E-
08 0.00101 0.00074
E13 -0.00026 0.001812 6.78034E-08
3.28235E-
06 0.00049 0.08448
E23 -0.00115 9.21E-05 1.31374E-06
8.48396E-
09 0.00965 0.00021
E123 0.00054 -0.00086 2.92107E-07
7.38547E-
07 0.00214 0.01901
12 | P a g e
Sum of CH_eff and CT_eff (CH_CT_eff) vsWetBulb in different RH range
13 | P a g e
Sum of CH_eff and CT_eff (CH_CT_eff) vs WetBulb in Cooling Load
range
Regression Model
Regression model is made from a subset of the dataset made by segregrating the best (
minimum CH_CT_eff) in all possible combination of
1. Wet Bulb Temperature
2. Cooling Load
3. Relative Humidity
210 combinations/rows of these 3 variables are in the subset made.
14 | P a g e
.
All variables in the model is found to be having very high significance as denoted by *** sign.
Various combination and transformed variable are tried while modeling and the above combination is
found to be giving highest adjusted R-squared value
Approach_model =-33.35+0.01791*RH+3.077*WB_T+-0.07297*WB_T^2+ 0.001653*CL_CH.
Measures of error is found to be giving a fair enough value(low) for the proposed model:
 Mean Absolute Error = 0.30
 Root Mean Squared Error (RMSE)= 0.4496,
 Mean Absolute Percent Error (MAPE) = 14.45.
Average Approach temperature(Approach_Raw) of the above set of 210 combinations/rows
from the full dataset is calculated and compared with the Approach temperature the model has
estimated (Approach_model).
For this comparison we have used the same set of binned variables of the three variables
namely WB_T_0.5, CL_CH_100, RH_10 where the subscript value in the variable denotes the
nearest digit to which it is rounded.
For the purpose of estimating the KW/Ton saved using the model we have calculated the
occurences or frequency of rows which is classified in each of the 210 rows considered.
By knowing the frequency , a weighted average of difference between the CH_CT Kw/Ton of
the model and raw data is measured.
CH_CT_diff = 0.026332153 which is approximately 4.78% of total energy consumed per month.
15 | P a g e
Inference
 E1=.011283 implies a unit increase in WB_T ( 1 degree increase) results in 0.011283
increase in CH_eff (Chiller Kilowatt per ton) ; similarly E2 and E3 value increase in CH_eff
with unit increase in Cooling Load (CL_CH) and Relative Humidity(RH) respectively.
 While there is increase in CH_eff with increase in WB_T and CL_CH, there is decrease in
value of CH_eff with every unit increase in RH.
 It should be noted that Cooling load ranges are in thousands and relative humidity
ranges in 40-100 while wet bulb temperature range is from 23-30 and subsequent effect
with unit increase (addition of 1) are not scaled.
 Interaction of these 3 variables E12, E13 does not have higher percentage contribution
to CH_eff while E23 has the highest among these with 9% contribution.
 It is also noteworthy to see that all E values for CH_eff and CT_eff are of opposite signs ;
say E1 value of CH_eff being positive while E1 value of CT_eff is negative and similarly
for all E values. This implies that for subsequent increase in CH_eff there is a decrease in
CT_eff.
 WB_T % contribution for CH_eff is very high (93%) while its % contribution for CT_eff is
too low which implies WB_T does not play any role in CT_eff which is exactly opposite to
CH_eff.
 RH factor has high impact in CT_eff (75%) and E value is positive i.e CT_eff increases
with increase in RH.
 Chiller KW(CH_eff) increases with higher wetbulb temp while cooling tower KW(CT_eff)
decreases with higher wetbulb temperature
 Lower CWS_T can be achieved at the expense of higher cooling fan power but lowest
possible CWS_T might not save the most energy
 Implementing the above linear regression model has an estimated power consumption
savings of 4.78%.
16 | P a g e
Challenges
 This model works good only in the selected range which are basic standard
conditions for which the chiller in the particular site is built
WB_T 23-30 deg C
Cooling Load 1200-2200 KW
RelativeHumidity 40-100 RH
 Model accuracy depends on the accuracy of data captured by the sensors and
meters. It has come to the notice that at times readings are wrongly captured.
Cutoff values need to be set along with the equation which will then require manual
intervention.
 Implementing the same model equation in another plant where capacity constraints
are different require the repetition of the above work using the new dataset from
the new site and equation will differ based on the plant environment and other
constraints.
Appendix
https://drive.google.com/file/d/0B1J1_Vm7VpxLYzdsc2J6XzZWMVU/view?usp=sharing
Reference
http://asq.org/learn-about-quality/data-collection-analysis-tools/overview/design-of-
experiments-tutorial.html

Weitere ähnliche Inhalte

Was ist angesagt?

Cooling and heating load calculations tide load4z
Cooling and heating load calculations tide load4zCooling and heating load calculations tide load4z
Cooling and heating load calculations tide load4zTin Arboladura
 
Cooling load calculations and principles
Cooling load calculations and principlesCooling load calculations and principles
Cooling load calculations and principlesDheiy Myth
 
Pinch analysis technique to optimize heat exchanger
Pinch analysis technique to optimize heat exchangerPinch analysis technique to optimize heat exchanger
Pinch analysis technique to optimize heat exchangerK Vivek Varkey
 
IRJET- Study of Heat Transfer Coefficient in Natural and Forced Convection by...
IRJET- Study of Heat Transfer Coefficient in Natural and Forced Convection by...IRJET- Study of Heat Transfer Coefficient in Natural and Forced Convection by...
IRJET- Study of Heat Transfer Coefficient in Natural and Forced Convection by...IRJET Journal
 
Numerical analysis of heat transfer in refrigerant flow through a condenser tube
Numerical analysis of heat transfer in refrigerant flow through a condenser tubeNumerical analysis of heat transfer in refrigerant flow through a condenser tube
Numerical analysis of heat transfer in refrigerant flow through a condenser tubeeSAT Publishing House
 
Numerical analysis of heat transfer in refrigerant flow through a condenser tube
Numerical analysis of heat transfer in refrigerant flow through a condenser tubeNumerical analysis of heat transfer in refrigerant flow through a condenser tube
Numerical analysis of heat transfer in refrigerant flow through a condenser tubeeSAT Journals
 
Heat Transfer Project
Heat Transfer ProjectHeat Transfer Project
Heat Transfer ProjectAlec Gauthier
 
Karimanal thrml co_design_itherm2010_final
Karimanal thrml co_design_itherm2010_finalKarimanal thrml co_design_itherm2010_final
Karimanal thrml co_design_itherm2010_finalKamal Karimanal
 
Natural convection heat transfer flow visualization of perforated fin arrays ...
Natural convection heat transfer flow visualization of perforated fin arrays ...Natural convection heat transfer flow visualization of perforated fin arrays ...
Natural convection heat transfer flow visualization of perforated fin arrays ...eSAT Journals
 
Load calculation
Load calculationLoad calculation
Load calculationImranbhvac
 
Validation of Results of Analytical Calculation of Steady State Heat Transfer...
Validation of Results of Analytical Calculation of Steady State Heat Transfer...Validation of Results of Analytical Calculation of Steady State Heat Transfer...
Validation of Results of Analytical Calculation of Steady State Heat Transfer...IRJET Journal
 
4.4.heat exchanger
4.4.heat exchanger4.4.heat exchanger
4.4.heat exchangercmyan
 
Computational Analysis of Heat sink or Extended Surface
Computational Analysis of Heat sink or Extended SurfaceComputational Analysis of Heat sink or Extended Surface
Computational Analysis of Heat sink or Extended SurfaceIRJET Journal
 
Design and Analysis of Heat Sink
Design and Analysis of Heat SinkDesign and Analysis of Heat Sink
Design and Analysis of Heat SinkNetha Jashuva
 
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
 

Was ist angesagt? (20)

Cooling and heating load calculations tide load4z
Cooling and heating load calculations tide load4zCooling and heating load calculations tide load4z
Cooling and heating load calculations tide load4z
 
Cooling load calculations and principles
Cooling load calculations and principlesCooling load calculations and principles
Cooling load calculations and principles
 
Pinch analysis technique to optimize heat exchanger
Pinch analysis technique to optimize heat exchangerPinch analysis technique to optimize heat exchanger
Pinch analysis technique to optimize heat exchanger
 
IRJET- Study of Heat Transfer Coefficient in Natural and Forced Convection by...
IRJET- Study of Heat Transfer Coefficient in Natural and Forced Convection by...IRJET- Study of Heat Transfer Coefficient in Natural and Forced Convection by...
IRJET- Study of Heat Transfer Coefficient in Natural and Forced Convection by...
 
Numerical analysis of heat transfer in refrigerant flow through a condenser tube
Numerical analysis of heat transfer in refrigerant flow through a condenser tubeNumerical analysis of heat transfer in refrigerant flow through a condenser tube
Numerical analysis of heat transfer in refrigerant flow through a condenser tube
 
Numerical analysis of heat transfer in refrigerant flow through a condenser tube
Numerical analysis of heat transfer in refrigerant flow through a condenser tubeNumerical analysis of heat transfer in refrigerant flow through a condenser tube
Numerical analysis of heat transfer in refrigerant flow through a condenser tube
 
Heat Transfer Project
Heat Transfer ProjectHeat Transfer Project
Heat Transfer Project
 
Hybrid pid cascade control for hvac system
Hybrid pid cascade control for hvac systemHybrid pid cascade control for hvac system
Hybrid pid cascade control for hvac system
 
Karimanal thrml co_design_itherm2010_final
Karimanal thrml co_design_itherm2010_finalKarimanal thrml co_design_itherm2010_final
Karimanal thrml co_design_itherm2010_final
 
Natural convection heat transfer flow visualization of perforated fin arrays ...
Natural convection heat transfer flow visualization of perforated fin arrays ...Natural convection heat transfer flow visualization of perforated fin arrays ...
Natural convection heat transfer flow visualization of perforated fin arrays ...
 
Ijetcas14 376
Ijetcas14 376Ijetcas14 376
Ijetcas14 376
 
Calculating cooling requirements for data center
Calculating cooling requirements for data centerCalculating cooling requirements for data center
Calculating cooling requirements for data center
 
Portfolio Po-Chun Kang
Portfolio Po-Chun KangPortfolio Po-Chun Kang
Portfolio Po-Chun Kang
 
Load calculation
Load calculationLoad calculation
Load calculation
 
Cooling load estimation
Cooling load estimationCooling load estimation
Cooling load estimation
 
Validation of Results of Analytical Calculation of Steady State Heat Transfer...
Validation of Results of Analytical Calculation of Steady State Heat Transfer...Validation of Results of Analytical Calculation of Steady State Heat Transfer...
Validation of Results of Analytical Calculation of Steady State Heat Transfer...
 
4.4.heat exchanger
4.4.heat exchanger4.4.heat exchanger
4.4.heat exchanger
 
Computational Analysis of Heat sink or Extended Surface
Computational Analysis of Heat sink or Extended SurfaceComputational Analysis of Heat sink or Extended Surface
Computational Analysis of Heat sink or Extended Surface
 
Design and Analysis of Heat Sink
Design and Analysis of Heat SinkDesign and Analysis of Heat Sink
Design and Analysis of Heat Sink
 
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...
 

Andere mochten auch

Franklin structures certified plant Energy Star Certificate
Franklin structures certified plant Energy Star CertificateFranklin structures certified plant Energy Star Certificate
Franklin structures certified plant Energy Star CertificateSteve Tidwell
 
Married indies: How to ship a successful game without killing your spouse
Married indies: How to ship a successful game without killing your spouseMarried indies: How to ship a successful game without killing your spouse
Married indies: How to ship a successful game without killing your spouseHelen Carmichael
 
Hvac controls operation and maintenance 3rd edition g. w. gupton
Hvac controls operation and maintenance   3rd edition g. w. guptonHvac controls operation and maintenance   3rd edition g. w. gupton
Hvac controls operation and maintenance 3rd edition g. w. guptonronald59
 
Trg trc017-en hvac system control
Trg trc017-en hvac system controlTrg trc017-en hvac system control
Trg trc017-en hvac system controlVoVi Phap Danh
 
Chilled Water Plant Optimization
Chilled Water Plant OptimizationChilled Water Plant Optimization
Chilled Water Plant OptimizationJoePessa
 
EMA Energy Management Training for Organisations and Individuals
EMA Energy Management Training for Organisations and IndividualsEMA Energy Management Training for Organisations and Individuals
EMA Energy Management Training for Organisations and IndividualsEMEX
 
Chilled water plants
Chilled water plantsChilled water plants
Chilled water plantsAwais Jalali
 
Chilled water systems
Chilled water systemsChilled water systems
Chilled water systemsJason Abston
 
Hvac formulas
Hvac formulasHvac formulas
Hvac formulashvactrg1
 
Hvac chilled water distribution schemes
Hvac chilled water distribution schemesHvac chilled water distribution schemes
Hvac chilled water distribution schemesMazhar Sheikh
 

Andere mochten auch (11)

Franklin structures certified plant Energy Star Certificate
Franklin structures certified plant Energy Star CertificateFranklin structures certified plant Energy Star Certificate
Franklin structures certified plant Energy Star Certificate
 
Married indies: How to ship a successful game without killing your spouse
Married indies: How to ship a successful game without killing your spouseMarried indies: How to ship a successful game without killing your spouse
Married indies: How to ship a successful game without killing your spouse
 
Hvac controls operation and maintenance 3rd edition g. w. gupton
Hvac controls operation and maintenance   3rd edition g. w. guptonHvac controls operation and maintenance   3rd edition g. w. gupton
Hvac controls operation and maintenance 3rd edition g. w. gupton
 
Trg trc017-en hvac system control
Trg trc017-en hvac system controlTrg trc017-en hvac system control
Trg trc017-en hvac system control
 
Chilled Water Plant Optimization
Chilled Water Plant OptimizationChilled Water Plant Optimization
Chilled Water Plant Optimization
 
EMA Energy Management Training for Organisations and Individuals
EMA Energy Management Training for Organisations and IndividualsEMA Energy Management Training for Organisations and Individuals
EMA Energy Management Training for Organisations and Individuals
 
Chilled water plants
Chilled water plantsChilled water plants
Chilled water plants
 
Chilled water systems
Chilled water systemsChilled water systems
Chilled water systems
 
Metering Solutions
Metering SolutionsMetering Solutions
Metering Solutions
 
Hvac formulas
Hvac formulasHvac formulas
Hvac formulas
 
Hvac chilled water distribution schemes
Hvac chilled water distribution schemesHvac chilled water distribution schemes
Hvac chilled water distribution schemes
 

Ähnlich wie Report_EBACProject_BBP

Carbonare Nicolas - Zusammenfassung MA
Carbonare Nicolas - Zusammenfassung MACarbonare Nicolas - Zusammenfassung MA
Carbonare Nicolas - Zusammenfassung MANicolás Carbonare
 
IRJET- Heat Exchanger Analysis and Method to Improve its Effectiveness
IRJET-  	  Heat Exchanger Analysis and Method to Improve its EffectivenessIRJET-  	  Heat Exchanger Analysis and Method to Improve its Effectiveness
IRJET- Heat Exchanger Analysis and Method to Improve its EffectivenessIRJET Journal
 
Experimental investigate to obtain the effectiveness of regenerator using Air.
Experimental investigate to obtain the effectiveness of regenerator using Air.Experimental investigate to obtain the effectiveness of regenerator using Air.
Experimental investigate to obtain the effectiveness of regenerator using Air.IJESFT
 
IRJET- Research of Cooling Characteristics of Hot Surface using Two Inclined ...
IRJET- Research of Cooling Characteristics of Hot Surface using Two Inclined ...IRJET- Research of Cooling Characteristics of Hot Surface using Two Inclined ...
IRJET- Research of Cooling Characteristics of Hot Surface using Two Inclined ...IRJET Journal
 
Predicting and Optimising CT LWT
Predicting and Optimising CT LWTPredicting and Optimising CT LWT
Predicting and Optimising CT LWTRaji Panicker
 
IRJET- Thermoelectric Air-Conditioner Tricycle
IRJET-  	  Thermoelectric Air-Conditioner TricycleIRJET-  	  Thermoelectric Air-Conditioner Tricycle
IRJET- Thermoelectric Air-Conditioner TricycleIRJET Journal
 
IRJET- Thermal Analysis and Management for an Autonomous Underwater Vehicle
IRJET- Thermal Analysis and Management for an Autonomous Underwater VehicleIRJET- Thermal Analysis and Management for an Autonomous Underwater Vehicle
IRJET- Thermal Analysis and Management for an Autonomous Underwater VehicleIRJET Journal
 
Exergy Based Performance Analysis of FGPS (NTPC Faridabad)
Exergy Based Performance Analysis of FGPS (NTPC Faridabad)Exergy Based Performance Analysis of FGPS (NTPC Faridabad)
Exergy Based Performance Analysis of FGPS (NTPC Faridabad)Santosh Verma
 
Steam Condenser Exergy Analysis of Steam Power Plant at Different Loads
Steam Condenser Exergy Analysis of Steam Power Plant at Different LoadsSteam Condenser Exergy Analysis of Steam Power Plant at Different Loads
Steam Condenser Exergy Analysis of Steam Power Plant at Different LoadsNAAR Journal
 
Distribution, Habitat Utilization and Threats to Chinese Pangolin (Manis Pent...
Distribution, Habitat Utilization and Threats to Chinese Pangolin (Manis Pent...Distribution, Habitat Utilization and Threats to Chinese Pangolin (Manis Pent...
Distribution, Habitat Utilization and Threats to Chinese Pangolin (Manis Pent...NAAR Journal
 
An Adaptive Soft Calibration Technique for Thermocouples using Optimized ANN
An Adaptive Soft Calibration Technique for Thermocouples using Optimized ANNAn Adaptive Soft Calibration Technique for Thermocouples using Optimized ANN
An Adaptive Soft Calibration Technique for Thermocouples using Optimized ANNidescitation
 
Energy and exergy analysis of a 250 mw coal fired thermal power plant at diff...
Energy and exergy analysis of a 250 mw coal fired thermal power plant at diff...Energy and exergy analysis of a 250 mw coal fired thermal power plant at diff...
Energy and exergy analysis of a 250 mw coal fired thermal power plant at diff...eSAT Journals
 
tf.ugm.ac.id_astechnova_proceeding_Vol3No2_Astechnova_2014_2_04
tf.ugm.ac.id_astechnova_proceeding_Vol3No2_Astechnova_2014_2_04tf.ugm.ac.id_astechnova_proceeding_Vol3No2_Astechnova_2014_2_04
tf.ugm.ac.id_astechnova_proceeding_Vol3No2_Astechnova_2014_2_04Totok R Biyanto
 
Pad semesteraufgabe finalreport
Pad semesteraufgabe finalreportPad semesteraufgabe finalreport
Pad semesteraufgabe finalreportHaris Ahmed
 
Validation of Design Parameters of Radiator using Computational Tool
Validation of Design Parameters of Radiator using Computational ToolValidation of Design Parameters of Radiator using Computational Tool
Validation of Design Parameters of Radiator using Computational ToolIRJET Journal
 
Numerical Investigation of Forced Convection cooling of Electrical enclosure ...
Numerical Investigation of Forced Convection cooling of Electrical enclosure ...Numerical Investigation of Forced Convection cooling of Electrical enclosure ...
Numerical Investigation of Forced Convection cooling of Electrical enclosure ...IJERA Editor
 
MODULE TITLE CONTROL SYSTEMS AND AUTOMATIONTOPIC TITLE.docx
MODULE TITLE    CONTROL SYSTEMS AND AUTOMATIONTOPIC TITLE.docxMODULE TITLE    CONTROL SYSTEMS AND AUTOMATIONTOPIC TITLE.docx
MODULE TITLE CONTROL SYSTEMS AND AUTOMATIONTOPIC TITLE.docxgilpinleeanna
 

Ähnlich wie Report_EBACProject_BBP (20)

Carbonare Nicolas - Zusammenfassung MA
Carbonare Nicolas - Zusammenfassung MACarbonare Nicolas - Zusammenfassung MA
Carbonare Nicolas - Zusammenfassung MA
 
IRJET- Heat Exchanger Analysis and Method to Improve its Effectiveness
IRJET-  	  Heat Exchanger Analysis and Method to Improve its EffectivenessIRJET-  	  Heat Exchanger Analysis and Method to Improve its Effectiveness
IRJET- Heat Exchanger Analysis and Method to Improve its Effectiveness
 
Experimental investigate to obtain the effectiveness of regenerator using Air.
Experimental investigate to obtain the effectiveness of regenerator using Air.Experimental investigate to obtain the effectiveness of regenerator using Air.
Experimental investigate to obtain the effectiveness of regenerator using Air.
 
IRJET- Research of Cooling Characteristics of Hot Surface using Two Inclined ...
IRJET- Research of Cooling Characteristics of Hot Surface using Two Inclined ...IRJET- Research of Cooling Characteristics of Hot Surface using Two Inclined ...
IRJET- Research of Cooling Characteristics of Hot Surface using Two Inclined ...
 
GSA TUNED HIGH EXERGY IN PV ARRAY
GSA TUNED HIGH EXERGY IN PV ARRAYGSA TUNED HIGH EXERGY IN PV ARRAY
GSA TUNED HIGH EXERGY IN PV ARRAY
 
Predicting and Optimising CT LWT
Predicting and Optimising CT LWTPredicting and Optimising CT LWT
Predicting and Optimising CT LWT
 
IRJET- Thermoelectric Air-Conditioner Tricycle
IRJET-  	  Thermoelectric Air-Conditioner TricycleIRJET-  	  Thermoelectric Air-Conditioner Tricycle
IRJET- Thermoelectric Air-Conditioner Tricycle
 
IRJET- Thermal Analysis and Management for an Autonomous Underwater Vehicle
IRJET- Thermal Analysis and Management for an Autonomous Underwater VehicleIRJET- Thermal Analysis and Management for an Autonomous Underwater Vehicle
IRJET- Thermal Analysis and Management for an Autonomous Underwater Vehicle
 
Exergy Based Performance Analysis of FGPS (NTPC Faridabad)
Exergy Based Performance Analysis of FGPS (NTPC Faridabad)Exergy Based Performance Analysis of FGPS (NTPC Faridabad)
Exergy Based Performance Analysis of FGPS (NTPC Faridabad)
 
Steam Condenser Exergy Analysis of Steam Power Plant at Different Loads
Steam Condenser Exergy Analysis of Steam Power Plant at Different LoadsSteam Condenser Exergy Analysis of Steam Power Plant at Different Loads
Steam Condenser Exergy Analysis of Steam Power Plant at Different Loads
 
Distribution, Habitat Utilization and Threats to Chinese Pangolin (Manis Pent...
Distribution, Habitat Utilization and Threats to Chinese Pangolin (Manis Pent...Distribution, Habitat Utilization and Threats to Chinese Pangolin (Manis Pent...
Distribution, Habitat Utilization and Threats to Chinese Pangolin (Manis Pent...
 
An Adaptive Soft Calibration Technique for Thermocouples using Optimized ANN
An Adaptive Soft Calibration Technique for Thermocouples using Optimized ANNAn Adaptive Soft Calibration Technique for Thermocouples using Optimized ANN
An Adaptive Soft Calibration Technique for Thermocouples using Optimized ANN
 
Cooling tower calculation (1) (1)
Cooling tower calculation (1) (1)Cooling tower calculation (1) (1)
Cooling tower calculation (1) (1)
 
Energy and exergy analysis of a 250 mw coal fired thermal power plant at diff...
Energy and exergy analysis of a 250 mw coal fired thermal power plant at diff...Energy and exergy analysis of a 250 mw coal fired thermal power plant at diff...
Energy and exergy analysis of a 250 mw coal fired thermal power plant at diff...
 
Best practice catalogue_en
Best practice catalogue_enBest practice catalogue_en
Best practice catalogue_en
 
tf.ugm.ac.id_astechnova_proceeding_Vol3No2_Astechnova_2014_2_04
tf.ugm.ac.id_astechnova_proceeding_Vol3No2_Astechnova_2014_2_04tf.ugm.ac.id_astechnova_proceeding_Vol3No2_Astechnova_2014_2_04
tf.ugm.ac.id_astechnova_proceeding_Vol3No2_Astechnova_2014_2_04
 
Pad semesteraufgabe finalreport
Pad semesteraufgabe finalreportPad semesteraufgabe finalreport
Pad semesteraufgabe finalreport
 
Validation of Design Parameters of Radiator using Computational Tool
Validation of Design Parameters of Radiator using Computational ToolValidation of Design Parameters of Radiator using Computational Tool
Validation of Design Parameters of Radiator using Computational Tool
 
Numerical Investigation of Forced Convection cooling of Electrical enclosure ...
Numerical Investigation of Forced Convection cooling of Electrical enclosure ...Numerical Investigation of Forced Convection cooling of Electrical enclosure ...
Numerical Investigation of Forced Convection cooling of Electrical enclosure ...
 
MODULE TITLE CONTROL SYSTEMS AND AUTOMATIONTOPIC TITLE.docx
MODULE TITLE    CONTROL SYSTEMS AND AUTOMATIONTOPIC TITLE.docxMODULE TITLE    CONTROL SYSTEMS AND AUTOMATIONTOPIC TITLE.docx
MODULE TITLE CONTROL SYSTEMS AND AUTOMATIONTOPIC TITLE.docx
 

Report_EBACProject_BBP

  • 1. REPORT A COMPREHENSIVE ANALYSIS AND OPTIMIZATION OF CHILLER PLANT NUS ISS EBAC PROJECT REP PREPARED BY Arun V Sankar Under the Guidance of Mr. C V KUMAR & Mr. Sunil Yadav Barghest Building Performance And Mr. Aditya Shankar Faculty, Institute Of System Science National University of Singapore
  • 2. 1 | P a g e TABLE OF CONTENTS Executive Summary.................................................................................................2 Business Domain.....................................................................................................3 Business and Data Objective...................................................................................4 Data Description ....................................................................................................5 Exploratory Analysis................................................................................................6 Design of Experiment..............................................................................................9 Regression Model .................................................................................................13 Inference ..............................................................................................................15 Challenges ...........................................................................................................16 Appendix ...........................................................................................................16 Reference ..........................................................................................................16
  • 3. 2 | P a g e Executive Summary This report provides an analysis of the impact of relative humidity, cooling load and wet bulb temperature on energy consumption in the chiller and cooling tower of central chiller plant. This report also tries to model the best approach temperature which when implemented automates the existing manual intervention of updating approach temperature. Methods of analysis include Design Of Experiment and Linear Regression modeling and approach includes removing relevant outliers and wrong data using exploratory analysis followed by classification of the input variables for better interpretability. Input Data is classified into binary values (Low/High) for Design Of Experiment purpose. Chiller Kilowatt per Tonnage (CH_eff) and Cooling Tower Kilowatt per Tonnage (CT_eff) are taken as two y values(target values) for which experiment is designed. Impact of each input variables (individual/interaction) is analyzed by plotting line graphs and pie chart. Regression model is made from a subset of the dataset made by segregrating the best ( minimum CH_CT_eff) in all possible combination of relative humidity, cooling load and wet bulb temperature. Approach temperature equation is modelled from the subset and a weighted average of difference between the CH_CT Kw/Ton of the model and raw data is measured to estimate the savings made if any. All calculations can be found in the appendices. Major Conclusion from this report/study include: WB_T is the major variable impacting chiller side KW while Relative humidity in Cooling tower KW · It is found that all input variables impact on CH_eff and CT_eff are opposite in nature hence an optimal control so as to minimise the total power (Chiller KW+Cooling Tower KW) consumed as a whole is proposed in modeling the approach temperature. The report also investigates the fact that the analysis conducted has limitations. Some of the limitations include non repeteability of equation for another chiller plant and effect of incorrect or wrong readings fetch at times.
  • 4. 3 | P a g e BUSINESS DOMAIN: Barghest Building Performance involves in long term energy performance savings contracts in existing buildings. We use customized control systems, sensors and SCADA environment to fetch 1 minute level data to analyze and optimize working of the chiller plant of the building. SCADA (Supervisory Control And Data Acquisition) is a system for remote monitoring and control that operates with coded signals over communication channels. Working Of Chiller Plant Two water loop namely condensor water loop and chilled water loop helps in removing the heat from the building . Chilled water loop is cooled by cold condensor water ( CWS_T) which gets reheated again (the hot condensor water ( CWS_R)) goes to cooling tower where it is cooled by blowing air from outside. The basic principle of the cooling tower operation is that of evaporative condensation and exchange of sensible heat. The air and water mixture releases latent heat of vaporization which has a cooling effect on water by turning a certain amount of liquid into its gaseous state releasing the latent heat of vaporization.
  • 5. 4 | P a g e Business Objective Improve the energy efficiency of the chiller plant through control of the existing processes with the help of data analysis. Data objective To analyze the dataset and use the insights from the data to model the best approach temperature which minimizes power consumed without compromising on the cooling needs of the building. Success Criteria  Automating input of best approach temperature resulting in minimal manual intervention.  Evaluate the projected power savings made by the proposed model.
  • 6. 5 | P a g e Data Description 1 minute data from 1 month long dataset;44510 rows with 84 variables Data were cleaned which had faulty readings of some variables. At a time 2 out of 4 chillers will work, either Chiller 2 and 3 or Chiller 1 and 4. Since the study is limited to estimate approach temperature only relevant variables are considered and others are discarded based on subjective knowledge and discussions. Variables considered for the analysis of approach temperature are 1. Relative Humidity (RH) 2. Wet Bulb Temperature (WB_T) 3. Cooling Load (CL_CH) 4. Chiller_KW/Ton (CH_eff) 5. Cooling Tower_KW/Ton (CT_eff) RH is the ratio of the quantity of water vapor present in a cubic feet of air to the greatest amount of vapor which that air could hold at a given temperature. WBT is the temperature when bulb of a thermometer is covered with a wet cloth or actual temperature felt by us taking into consideration the humidity factor present in air. CL_CH is the amount of heat generated within a building space from occupants,electrical equipements, lighting and solar radiation that chiller system must remove. CH_eff and CT_eff are measures of efficiency of Chiller and Cooling Tower respectively measured in Kilowatt per Tonnage.
  • 7. 6 | P a g e ExploratoryAnalysis Further analysis of these variables are done by plotting box-plots as given below.
  • 8. 7 | P a g e
  • 9. 8 | P a g e  RH is seen to be in 40-100 value out of which most of values are found in 90-100.  Cooling Load is found in the range 1200-2200 KW/Ton  Wet Bulb Temperature lies in 23-30 deg C.  Outliers found from the above three box plots are discarded (whole row) which otherwise can affect the accuracy of the model build.  Thus the Cooling Load range is reduced from 1400-2000 KW/Ton.  For easier interpretation, these 3 continuous variables are converted to categorical variable by binning values into different bins.  Ceiling is put rounding the value to upper nearest 0.5,100,10 for WB_T, CL_CH, and RH respectively. WB_T_0.5 CL_CH_100 RH_10 23.5 1500 50 24 1600 60 24.5 1700 70 25 1800 80 25.5 1900 90 26 2000 100 26.5 27 27.5 28 28.5 29 29.5 30
  • 10. 9 | P a g e Design of Experiments (DOE) techniques is used in the dataset to determine simultaneously the individual and interactive effects of three factors that affect the output results. Since we chose three elements, we must construct 8 experiments (2^3) for a full factorial experiment. Here each factor taken (ie. RH,WB_T,CL_CH) is converted to binary values either Low or High. WB_T_0.5 CL_CH_100 RH_10 23.5 1500 50 24 1600 60 24.5 1700 70 25 1800 80 25.5 1900 90 26 2000 100 26.5 27 27.5 28 28.5 29 29.5 30 8 experiments with two y values y1=CH_eff, y2=CT_eff is designed from the dataset Wb_T CL_CH RH CH_eff CT_eff Low Low Low 0.518375 0.030379 High Low Low 0.530831 0.027305 Low High Low 0.522544 0.026887 High High Low 0.533175 0.025872 Low Low High 0.518748 0.033012 High Low High 0.529602 0.03528 Low High High 0.519543 0.031423 High High High 0.530735 0.032313 Low High h
  • 11. 10 | P a g e We define the main interaction E of a variable X the difference between the average response variable at the high level samples and the average response at the low level samples. Here E1 denotes interaction of WB_T alone with y1=CH_eff, y2=CT_eff. Similarly E2, E3 for CL_CH and RH respectively, while E12 denotes combined WB_T and CL_CH against y1 and y2 ; similarly other E values for respective variable combination. SS in table below denotes Sum of Squares
  • 12. 11 | P a g e DOE CH_eff CT_eff SS_CH_eff SS_CT_eff %contribution_y1 %contribution_y2 E1 0.011283 -0.00023 0.000127316 5.42159E- 08 0.93574 0.00139 E2 0.00211 -0.00237 4.4533E-06 5.62002E- 06 0.03273 0.14465 E3 -0.00157 0.005396 2.47746E-06 2.91177E- 05 0.01820 0.74948 E12 -0.00037 0.000171 1.38078E-07 2.90784E- 08 0.00101 0.00074 E13 -0.00026 0.001812 6.78034E-08 3.28235E- 06 0.00049 0.08448 E23 -0.00115 9.21E-05 1.31374E-06 8.48396E- 09 0.00965 0.00021 E123 0.00054 -0.00086 2.92107E-07 7.38547E- 07 0.00214 0.01901
  • 13. 12 | P a g e Sum of CH_eff and CT_eff (CH_CT_eff) vsWetBulb in different RH range
  • 14. 13 | P a g e Sum of CH_eff and CT_eff (CH_CT_eff) vs WetBulb in Cooling Load range Regression Model Regression model is made from a subset of the dataset made by segregrating the best ( minimum CH_CT_eff) in all possible combination of 1. Wet Bulb Temperature 2. Cooling Load 3. Relative Humidity 210 combinations/rows of these 3 variables are in the subset made.
  • 15. 14 | P a g e . All variables in the model is found to be having very high significance as denoted by *** sign. Various combination and transformed variable are tried while modeling and the above combination is found to be giving highest adjusted R-squared value Approach_model =-33.35+0.01791*RH+3.077*WB_T+-0.07297*WB_T^2+ 0.001653*CL_CH. Measures of error is found to be giving a fair enough value(low) for the proposed model:  Mean Absolute Error = 0.30  Root Mean Squared Error (RMSE)= 0.4496,  Mean Absolute Percent Error (MAPE) = 14.45. Average Approach temperature(Approach_Raw) of the above set of 210 combinations/rows from the full dataset is calculated and compared with the Approach temperature the model has estimated (Approach_model). For this comparison we have used the same set of binned variables of the three variables namely WB_T_0.5, CL_CH_100, RH_10 where the subscript value in the variable denotes the nearest digit to which it is rounded. For the purpose of estimating the KW/Ton saved using the model we have calculated the occurences or frequency of rows which is classified in each of the 210 rows considered. By knowing the frequency , a weighted average of difference between the CH_CT Kw/Ton of the model and raw data is measured. CH_CT_diff = 0.026332153 which is approximately 4.78% of total energy consumed per month.
  • 16. 15 | P a g e Inference  E1=.011283 implies a unit increase in WB_T ( 1 degree increase) results in 0.011283 increase in CH_eff (Chiller Kilowatt per ton) ; similarly E2 and E3 value increase in CH_eff with unit increase in Cooling Load (CL_CH) and Relative Humidity(RH) respectively.  While there is increase in CH_eff with increase in WB_T and CL_CH, there is decrease in value of CH_eff with every unit increase in RH.  It should be noted that Cooling load ranges are in thousands and relative humidity ranges in 40-100 while wet bulb temperature range is from 23-30 and subsequent effect with unit increase (addition of 1) are not scaled.  Interaction of these 3 variables E12, E13 does not have higher percentage contribution to CH_eff while E23 has the highest among these with 9% contribution.  It is also noteworthy to see that all E values for CH_eff and CT_eff are of opposite signs ; say E1 value of CH_eff being positive while E1 value of CT_eff is negative and similarly for all E values. This implies that for subsequent increase in CH_eff there is a decrease in CT_eff.  WB_T % contribution for CH_eff is very high (93%) while its % contribution for CT_eff is too low which implies WB_T does not play any role in CT_eff which is exactly opposite to CH_eff.  RH factor has high impact in CT_eff (75%) and E value is positive i.e CT_eff increases with increase in RH.  Chiller KW(CH_eff) increases with higher wetbulb temp while cooling tower KW(CT_eff) decreases with higher wetbulb temperature  Lower CWS_T can be achieved at the expense of higher cooling fan power but lowest possible CWS_T might not save the most energy  Implementing the above linear regression model has an estimated power consumption savings of 4.78%.
  • 17. 16 | P a g e Challenges  This model works good only in the selected range which are basic standard conditions for which the chiller in the particular site is built WB_T 23-30 deg C Cooling Load 1200-2200 KW RelativeHumidity 40-100 RH  Model accuracy depends on the accuracy of data captured by the sensors and meters. It has come to the notice that at times readings are wrongly captured. Cutoff values need to be set along with the equation which will then require manual intervention.  Implementing the same model equation in another plant where capacity constraints are different require the repetition of the above work using the new dataset from the new site and equation will differ based on the plant environment and other constraints. Appendix https://drive.google.com/file/d/0B1J1_Vm7VpxLYzdsc2J6XzZWMVU/view?usp=sharing Reference http://asq.org/learn-about-quality/data-collection-analysis-tools/overview/design-of- experiments-tutorial.html