Microsoft Word - ETASR_V11_N1_pp6603-6608 Engineering, Technology & Applied Science Research Vol. 11, No. 1, 2021, 6603-6608 6603 www.etasr.com Serbouti et al.: An Innovative Multicriteria Decision-Making Tool for Building Performance Optimization An Innovative Multicriteria Decision-Making Tool for Building Performance Optimization Abdelhadi Serbouti Hassan First University of Settat FST, Laboratory of Radiation - Matter & Instrumentation Settat, Morocco abdelhadiserbouti@gmail.com El Mostafa Oualim Hassan First University of Settat ISSS, Laboratory Health Sciences and Technologies Settat, Morocco oualim@uhp.ac.ma Mourad Rattal Hassan First University of Settat FST, Laboratory of Radiation - Matter & Instrumentation Settat, Morocco mourad.rattal@gmail.com Azeddine Mouhsen Hassan First University of Settat FST, Laboratory of Radiation - Matter & Instrumentation Settat, Morocco az.mouhsen@gmail.com Abstract-Buildings are accountable for nearly 40% of global greenhouse gas emissions. Their overall efficiency is thus a major pillar to optimize energy consumption and to mitigate engendered global warming. The current work takes part in this global dynamic. Indeed, we developed a standalone decision-aid tool based on sensitivity analysis, multiobjective optimization, and artificial neural networks to design a new generation of energy-efficient buildings. The tool aims to allow benefiting from Sobol’ sensitivity analysis samplings to instantaneously generate sensitivity indexes and perform multicriteria optimizations. This efficient process allows both understanding buildings’ complex behavior (by ranking the impact of the inputs parameters on the outputs and highlighting their interactions) and optimizing their overall performance. The main advantages of this method are the time gaining and the provision of relevant outputs to analyze the buildings’ design. The tool was successfully used to solve constrained 13-input parameters with 5-criteria on TRNSYS simulation program, considering the impact of global warming. Keywords-energy efficiency; sensitivity analysis; multiobjective optimization; polynomial regression; global warming I. INTRODUCTION Climate change continues to have an impact on the planet and therefore requires global mobilization and commitment to encounter sustainable solutions, reducing its criticality for future generations. In those instances, the building sector is in the first category targeted to bring solutions to reduce energy consumption, while maintaining a high level of comfort to occupants. As a matter of fact, the production of building materials and their operation account for the 36% of the world’s final energy consumption and nearly 40% of carbon dioxide emissions in 2017 [1]. Energy saving and the rationalization of resource use are paramount in all stages of any building’s life cycle. The implementation of efficient solutions starts from the early technical design phase of any project. This decisive step requires the development of models to control the energy consumption behavior of the building and of its components. The choice of a building configuration depends on several factors, including energy performance, occupant comfort, economic or environmental constraints. The implementation of energy-efficient buildings is thus subject to several criteria. To help designers and decision makers in taking better and faster decisions, the use of decision support tools is essential. Among these tools, sensitivity analysis, metamodeling, and multiobjective optimization are very efficient in optimal building design. In state of the art energy efficiency, sensitivity analysis and multiobjective optimization are usually used independently. Authors in [3] performed sensitivity analysis on the heating and cooling energy flexibility of residential buildings. Their goal was to analyze the effects of the building envelope, users’ behavior, and weather conditions on the flexibility indicators for three reference apartments. Authors in [4] performed sensitivity analysis of workspace conflicts according to changing geometric conditions. Authors in [5] proposed a multi-objective particle swarm algorithm to optimize the energy performance of buildings. Authors in [6] investigated a sustainable approach in the design of the administrative building where the design aims to deliver an energy-sufficient yet aesthetically pleasing building. The state of the art lacks studies combining the two methods. Thus, the novelty of the current work is to propose a methodology that combines their strengths by incorporating them in a new standalone tool. The tool allows a relevant and efficient decision aid to buildings designers, and is easily interfaced to major dynamic simulation tools such as TRNSYS and EnergyPlus [7]. II. MATERIALS AND METHODS Many standalone Graphical User Interfaces (GUIs) perform Multiobjective Optimization on TRNSYS. Authors in [8] did a Corresponding author: Abdelhadi Serbouti (abdelhadiserbouti@gmail.com) Engineering, Technology & Applied Science Research Vol. 11, No. 1, 2021, 6603-6608 6604 www.etasr.com Serbouti et al.: An Innovative Multicriteria Decision-Making Tool for Building Performance Optimization comparative study of these tools by answering "Yes" or "No" to four questions (freeware, multiobjective optimization, parallel simulations, discrete and continuous input parameters). Previous studies [9, 10] used Genopt and MOBO tools to optimize the energy performance of a building in the city of Settat. These tools lack flexibility and do not offer a wide spectrum of decision-making to their users. To remedy these limitations, we developed our Sensitivity Analysis and Multiobjective Tool (SAMOT) on Python. The libraries SALib [11], Platypus [12] and Scikit-learn [13] were adapted and used. The source code will be available for Python skilled users along with a GUI for less trained users. We summarize the decision-making methods, incorporated in SAMOT tool, in the following diagram. We used the genetic algorithm NSGA-II for the multiobjective optimization. Fig. 1. Overall methodology. Sensitivity analysis is an important step in the modeling process. It makes possible to rank the influence of the input parameters of a model on its outputs. Thus, it highlights the inputs with a large impact on the studied output, and in the same time the parameters with a negligible effect. The Sobol method is a relevant global sensitivity analysis method as it generates several sensitivity indices (by decomposing the variance of the output of the model). The first-order index allows assessing the impact of the variation of each parameter on the output, without studying its interaction with the other parameters. The total order index considers all the effects involving each parameter (first, second, and all other higher order effects due to parameter interactions). Therefore, in order to take advantage from the computational time for generating these sensitivity indices (calculation of each combination on TRNSYS), we propose to combine it to a metamodeling method using Artificial Neural Networks (ANNs). In fact, we consider the sampling of Sobol as a Design of Experiments (DoE), allowing us to train and build metamodels of the "Black-Box" functions' outputs of TRNSYS using polynomial regression methods. The sampling of Sobol trains the machine learning polynomial model of the output objective functions. Consequently, using Sobol sensitivity analysis, allows generating the sensitivity indices and instantaneously performing polynomial modeling of all the studied functions. This "instantaneous" prediction of the objective functions values is relevant to run efficient and quick multiobjective optimization. III. CASE STUDY SAMOT and TRNSYS were used to optimize the overall performance of a building in the city of Settat in Morocco, considering the effects of climate change, using the sequence shown in Figure 2. Fig. 2. Workflow sequence. A. Weather Data The studied location is the city of Settat-Nouaceur: 33.4°N / -7.6°E /206m. Settat has a warm climate with a dry summer. Year-round temperatures range from 2 (in January) to 40°C (in July), with an annual average of 17.9°C. Solar horizontal irradiation can reach up to 1030W/m². B. Climate Change Scenarios Meteonorm software allows the study of global warming according to different scenarios, defined by the IPCC (Intergovernmental Panel on Climate Change) [14]. We use these models to anticipate what would happen in the future under several conditions. Under the UN Paris Agreement, the countries are committed to limit global warming below 2 °C [15]. In our study, we will consider the B1 scenario (optimistic scenario, with 2°C warming by 2100). Figure 3 shows the evolution of the degree-days (DDs) in Settat, following this scenario. Fig. 3. Heating (in red) and cooling (in blue) DDs. y = -2,7342x + 6307,8 y = 2,6437x - 4926,2 400 600 800 2000 2020 2040 2060 2080 2100 2120 D D Years Engineering, Technology & Applied Science Research Vol. 11, No. 1, 2021, 6603-6608 6605 www.etasr.com Serbouti et al.: An Innovative Multicriteria Decision-Making Tool for Building Performance Optimization Heating DDs decrease by 4.5% every decade, while cooling DDs increase at an average rate of 5.5%. Both DD types equalize around 2085. Consequently, the current dominance of heating DDs will start reversing 2080 at the latest. The increasing dominance of the cooling DDs will jeopardize the current building design which is based on heating requirements. Furthermore, based on the B1 scenario, the current mean temperature in Settat (17.9°C) will increase to 18.8°C by 2050 and to 19.6°C by 2100. It is essential to take global warming into account to build comfortable buildings throughout their whole lifecycle. C. Building Model The model building designated for the study is a south- faced symmetrical 5m×5m×3m square house. Each facade has a 3m² window. ADEREE [16] carried out the Moroccan thermal regulation based on the properties of the walls seen in Table I (excluding the additional layers of insulation for the roof and the low floor, and with an air slide for the external walls instead of insulation). The floor is in contact with the ground. Authors in [17] modeled the vertical distribution of the soil temperature and in [18] demonstrated that the latter depends on the time and the depth of the soil below the surface. TRNSYS type 77 implements these equations. The initial building model (without insulation) requires high heating and cooling needs (185kWh/m²/year). In the following, we will present the input parameters and the objective functions of our model to improve its overall performance. For our study, we recommend the parameters exhibited in Table II. TABLE I. WALL PROPERTIES Materials Width External walls Brick 10cm Insulation layer (glass wool) Variable Brick 10cm Roof Filler slab 16cm Insulation layer (rock wool) Variable Floor Insulation layer (rock wool) Variable Reinforced concrete slab 20cm TABLE II. INPUT PARAMETERS Parameter Symb ol Unit Low bond High bond In su la ti o n External wall insulation X1 m 0.001 0.1 Roof insulation X2 m 0.001 0.1 Floor insulation X3 m 0.001 0.1 P a in ts & a ir ti g h tn e s s External walls painting color X4 - 0.1 0.9 Roof painting color X5 - 0.1 0.9 Air leakage X6 - 0.3 1.15 S h a d in g d e v ic e s South facing window X7 - 0 1 East X8 - 0 1 West X9 - 0 1 W in d o w t y p e South X10 - 0: Single, 1:Double, 2:Triple glazing North X11 - 3:Low-emissivity double glazing East X12 - 4:Low-emissivity double glazing argon West X13 - 5: Solar-controlled triple glazing All the input parameters are continuous except for the window types (discrete). The use of shading devices (in %) is applicable from mid-May to mid-October. Air infiltration varies between 0.3 (good airtightness) and 1.15Vol/h (poor airtightness). We define the absorption coefficients according to the colors of the paints (e.g. 0.57 for dark red, 0.94 for black). To study the overall performance of our building (energetic, economic, and environmental), the selected functions are: �� � �� ���� = � ��� ������ �������� , ��ℎ/�²/����� �� = � ��� ������ �2050 ,��ℎ/�²/���� �$�� = � ��� ������ �2100 ,��ℎ/�²/�����&�� = '(()�) ��� * ��, + � ,,�� -)�ℎ�� �+'- �.�� = '(()�) ��� /��� ������,��ℎ (1) where X is the input parameters vector. Total Energy is the sum of the heating and cooling requirements, with set temperatures equal to 20°C (heating) and 26° (cooling). TRNSYS provides the values of this output. We will study the latter using the current weather data (�� function), by 2050 (� ), and by 2100 (�$) using the IPCC B1 scenario of climate change. Additional Cost corresponds to the sum of the costs associated with the various additional implemented components. This indicator allows assessing the needed extra capital. �& function calculates the additional cost induced by the variation of the input parameters (thermal insulation and glazing types). '(()�) ��� Grey Energy: To produce efficient buildings with a rational use of energy, it is essential to identify the environmental impacts of the different design solutions. During the construction or renovation of a building and during its entire life cycle, several environmental consequences must be predicted and optimized for several decades after its design. Non-renewable grey energy is required to initially produce a building and maintain it throughout its lifecycle. KBOB [19], a Swiss database contains life cycle assessment data for building materials, technical building installations, energy supply, transport and disposal processes, etc. As part of this work, we will use it to evaluate the grey energy of the various solutions studied for our model building. IV. SENSITIVITY ANALYSIS A. Process The proposed prossess is shown in Figure 4. Fig. 4. Sensitivity analysis indices calculation sequence. B. Recommended Number of Simulations One of the main difficulties in carrying out sensitivity analysis is choosing the adequate number of model simulations (number of combinations of Sobol’s sampling matrix), prior to the calculation of sensitivity indices. Authors in [20] carried Engineering, Technology & Applied Science Research Vol. 11, No. 1, 2021, 6603-6608 6606 www.etasr.com Serbouti et al.: An Innovative Multicriteria Decision-Making Tool for Building Performance Optimization out a classification of sensitivity analysis methods according to the number of model evaluations. They reported that Sobol's method requires at least 1000. To determine the recommended value of N, we assess the error coefficient (ST_Conf) on the calculation of the total-order indices of Sobol, for N from 10 to 100 (pitch of 10) and from 100 to 2000 (pitch of 100). We compare the error coefficients for the �� function. Figure 5 shows the results. Fig. 5. ST_Conf (x-axis) calculation. We notice that the ST_Conf indices stabilize around N = 1000, and stat getting acceptable values from N = 500. Consequently, we recommend choosing a value of N > 500, which corresponds in our case study to 15×500 = 7500 simulations. C. Sensitivity Analysis Indices We calculate Sobol’s [21] total-order sensitivity indices for the black-box functions ��, � and �$. When the total-order is positive, increasing the input parameter value increases the output function, and vice-versa. Fig. 6. Total order sensitivity indexes for the functions f1, f2 and f3. For the model building, it is deduced from the analysis that: • The most influential parameter for the three functions is the roof insulation (X2). • The use of shading devices (X7 to X9) has a greater impact than the variation in the glazing type (X10 to X13). Furthermore, the use of shading devices acquires more importance over time, given the unceasing increase of cooling degrees days as detailed before. • Insulating the floor increases the energy needs in 2100, as it does not allow benefiting from the coolness of the ground during the summer to lower indoor temperatures. • Dark color use for the roof and the exterior walls increases the energy requirements as time passes. The use of light colors is therefore recommended. V. MULTIOBJECTIVE OPTIMIZATION In this section the optimization problem in (2) is studied: 0+)�)�)1� : ���� ,� �� ,�$�� ,�&�� ,�.�� 3�(�� , �����)��� ∶ ���� ,� �� ,�$�� 5 40 ���/�²/���� (2) We can perform polynomial regression using any polynomial order (although above a 5-order model the calculation time explodes). Nevertheless, authors in [22] advice against the use of high-order polynomial regressions and recommend the use of linear and quadratic models. In the following, we will compare the accuracy of four polynomial models (see Table III) based on Mean Absolute Error (MAE) and R 2 : +'� � 7 ∑ |�: ; �<:| 7 :=� (3) � ; >��?� � � @ ∑ �A