HAMBase. Getting started version /06

Size: px
Start display at page:

Download "HAMBase. Getting started version /06"

Transcription

1 HAMBase Getting started version /06

2 Contents 1. Introduction 3 2. HAMBase structure Input for Reference_Building0908.m The Building Building Profiles Heating, cooling, humidification, dehumidification Input through Buildingref0211.m The calculation period The building 9 3. Output plots Wavooutput plots Climate Evaluation Chart Example Standard office Example 1 - Volume Example 2 Construction Example 3 Construction including window Example 4 Ventilation Example 5 Heating Example 6 Layers of material Example 7 Time periods Example Two zones Example A - Volume Example B Construction Example C Construction including window Example D Ventilation Example E Heating Example F Layers of material 29 2

3 1. Introduction HAMBase is programmed in the MATLAB scientific programming environment. Furthermore, simulation of the indoor temperature, indoor air humidity and energy use needed for heating and cooling is possible. To perform an accurate simulation with the HAMBase tool, various building properties need to be implemented. Such as material properties, building dimensions, but also internal heat and moisture gain values and the ventilation rate. Combined with a climate file, containing weather data of a specific location, the simulation can be performed. The HAMBase files and further useful information can be downloaded from the BPS Wiki webpage: The newest HAMBase version (HAMBase 2013apr beta version), for which at least MATLAB release 2010 is required, is used for this rapport. 3

4 2. HAMBase structure The HAMBase program uses several m- files or script- files to perform simulations. An m- file is a text file where you are able to enter MATLAB commands. HAMBase contains many m- files and only a few request input. The other files are written with extreme precision and should not be altered, to assure optimal use of the HAMBase program. HAMBase allows the user to import building information, by the use of the input m- file called Reference_Building0909.m. In this rapport a version of this file is presented for each example. The Buildingref0211.m file is used as input of a calculation period in order to perform a simulation with the building input. A climate data file containing all needed climate data of a location and time period of choice is linked to this m- file. An example of a climate file is mt2005.mat. Name: Reference_Building0909.m Buildingref0211.m mt1971.mat mt2008.mat Table 1 Summary HAMBase m- files Function: Input building information Input calculation period linked to a climate file Climate data files 2.1 Input for Reference_Building0908.m The Building Zones and Volumes A zone is one or several room with about the same temperature, relative humidity and climate control. Examples of zones are ground floor (living room etc.), first floor (sleeping) and attic (not heated). Each zone gets a zone number (zoneno). BAS.Vol{zoneNo}=volume (m3); Zones and Volumes volume Volume m³ Table 2 Inputs: Zones and Volumes Construction A construction component usually consists of different layers. The order of the input of the properties of these layers is standard from indoors to outdoors and between zones from the lowest zone number to the highest. Each construction component gets a different construction ID number (conid). The material properties of the component layer are inserted by a material ID- number. By typing 'help matpropf' a list of materials appears with a material ID- number (matid). BAS.Con{conID}=[Ri,d1,matID,...,dn,matID,Re,ab,eps] Construction dn Material layer thickness m matid Material ID- number [- ] Ri Internal surface heat transfer resistance Km 2 /W Re Surface heat transfer resistance at opposite site Km 2 /W ab External solar radiation absorption coefficient [- ] eps External long wave emissivity [- ] Table 3 Inputs: Construction 4

5 Glazing system data The solar gain factor of glazing depends on the incident angle of the solar radiation. The properties below are independent of this angle but if one wants to account for the incident angle this can be done (see the shadow section in Inputextra). In that case the solar gain factor at normal incidence should be inserted here. Each different glazing system gets an ID number (glaid). BAS.Glas{glaID}=[Uglas,CFr,ZTA,ZTAw,CFrw,Uglasw] Glazing Uglas U- value without sun blinds W/m²K CFr Convection factor without sun blinds [- ] ZTA Solar gain factor without sun blinds [- ] ZTAw Solar gain factor with sun blinds [- ] CFrw Convection factor with sun blinds [- ] Uglasw U- value with sun blinds W/m²K Table 4 Inputs: Glazing Orientation For each surface of the building envelope (exterior walls) the tilt and the orientation (azimuth) with respect to the south has to be known. Each different orientation gets a different orientation ID number (orid). Orientation Tilt Vertical = 90 Horizontal = 0 Azimuth East = - 90; West = 90; South = 0; North = 180 Table 5 Inputs: Orientation BAS.Or{orID} = [tilt, azimuth]; [- ] [- ] Construction components A building is an assembly of different construction components. The input here is about the size, place in the building and ID of these different components (for convenience called walls and windows, so also the doors floors and roofs). They are divided into 5 groups, se table below. I II III IV V External walls (constructions separating a zone from the exterior climate) Windows in external walls Constant temperature walls (constructions separating a zone from an environment with a constant temperature e.g. the ground) Adiabatic external walls (constructions separating a zone from an environment with the same conditions) Internal walls (constructions between and in zones) Table 6 Construction components 5

6 BAS.wallex{exID}=[zoneNo,surf,conID,orID,bridge] External walls zoneno Zone number [- ] surf Total surface area, the window surface area is included m² conid Construction ID number [- ] orid Orientation ID number [- ] bridge The heat loss of the thermal bridge (unknown=0) W/K Table 7 Input: External walls Windows in external walls BAS.window{winID}=[exID,surf,glaID,shaID] exid External wall ID number [- ] surf Total surface area m² glaid Glass ID number [- ] shaid Shadow ID number (no shadow=0) [- ] Table 8 Input: Windows in external walls BAS.walli0{i0ID}=[zoneNo,surf,conID,temp] Constant temperature walls zoneno Zone number [- ] surf Total surface area m² conid Construction ID number [- ] temp Constant temperature (ground=0) C bridge The heat loss of the thermal bridge (unknown=0) W/K Table 9 Input: Constant temperature walls BAS.wallia{iaID} = [zoneno,surf,conid]; Adiabatic external wall zoneno Zone number [- ] surf Total surface area m² conid Construction ID number [- ] Table 10 Input: Adiabatic external walls BAS.wallin{inID}=[zoneNo1,zoneNo2,surf,conID]; Internal walls (in and between zones) zoneno1 Zone number [- ] zoneno2 Zone number [- ] surf Total surface area m² conid Construction ID number [- ] Table 11 Input: Internal walls Building Profiles Profiles are related to the use of a zone: office, living room, school etc. Each day of a week can have a different profile e.g. weekends are different. The profiles are defined and given an ID number (proid). For each day up to 24 different periods can be defined with different data. [hrnr1,hrnr2,hrnr3] period1 start time = hrnr1 end time = hrnr2 period2 start time = hrnr2 end time = hrnr3 last period the hours that are left on the same day Table 12 Period of time For example [1,8,18] means period1: 1h till 8h, period2: 8h till 18h, period 3: 24h(==0h) till 1h and 18h till 24h. (3 periods are often used). The inserted hours are the clock time. 6

7 The profile allows for free cooling above a given indoor air temperature threshold Tfc ( o C). The ventilation can be increased from vvmin to vvmax. So if vvmin=vvmax there is no free cooling. The temperature Tfc is also used for the control of sunblinds. If the solar irradiance on the window is higher than Ers and the indoor temperature higher than Tfc the blinds will be used. This means that if there is no free cooling the temperature Tfc is still necessary for the control of sunblinds. Ers is the same for all zones. A number often encountered for Ers is 300W/m2. BAS.Ers{proID} Irradiance threshold for sun W/m² blinds BAS.dayper{proID}=[hrnr1,hrnr2,hrnr3] The starting time of a new period BAS.vvmin{proID} =[... ] The ACH (Air Change rate per 1/hr Hour) BAS.vvmax{proID} =[... ] The maximum ACH (Air Change 1/hr rate per Hour) BAS.Tfc{proID} =[... ] Threshold for free cooling C BAS.Tsetmin{proID} =[... ] Set point switch for heating (no C heating = - 100) BAS.Tsetmax{proID} = [... ] Set point switch for cooling (no cooling = 100) C BAS.Qint{proID} = [... ] Casual heat gain W BAS.Gint{proID} = [... ] Water vapour sources kg/s BAS.RVmin{proID} = [... ] Set point relative humidity switch humidification (no humidification = - 1) BAS.RVmax{proID} = [... ] Set point relative humidity switch dehumidification (no humidification = 101) Table 13 Inputs: Building Profiles % % Each day of a week can have a different profile (proid.) e.g. weekends can be different. For each zone select the proid numbers for each day of the week. BAS.weekfun{zoneNo}=[pnrmon,pnrtue,pnrwed,pnrthu,pnrfri,pnrsat,pnrsun] pnrmon = proid of Monday, pnrtue = proid of Tuesday pnrwed = proid of Wednesday pnrthu = proid of Thursday pnrfri = proid of Friday pnrsat = proid of Saturday pnrsun = proid of Sunday Table 14 Input: Profile ID for each day of the week 7

8 2.1.3 Heating, cooling, humidification, dehumidification If the maximum heating capacity is known then that value can be used. For cooling the capacity is always needed. Cooling and dehumification are negative! BAS.Plant{zoneNo} = [heating capacity [W], cooling capacity [W], humidification capacity [kg/s],dehumidification capacity [kg/s]]; Heating capacity = - 1 Unknown, infinite capacity Heating capacity = - 2 Unknown, reasonable estimate of the maximum heating capacity Cooling capacity = 0 No cooling Table 15 Input: Heating and cooling The simulation program treats radiant heat and convective heat differently. BAS.convfac{zoneNo}=[CFh, CFset, CFint ] CFh CFset Tset Convection factor of the heating system: air heating CFh=1, radiators CFh=0.8, floor heating CFh=0.5, cooling usually CFh=1 Factor that determines whether the temperature control is on the air temperature (CFset=1), or comfort temperature (CFset=0.6), =CFset*Ta+(1- CFset)*Tr Table 16 Input: radiant heat and convective heat In order to apply heat recovery of ventilation air a balanced ventilation system is needed. Only a simple system is modelled: a) the amount of air from a zone passing the heat recovery unit is equal to the amount supplied to that zone. b) In case of heating the unit is only used when the air temperature of a zone (in case of more zones the highest temperature) connected to a unit is higher than the outdoor temperature and lower than the temperature Twws. For cooling the air temperature (in case of more zones the lowest temperature) must be lower than the outdoor temperature and higher than the temperature Twwc. So between Twws and Twwc the unit is by- passed. c) the heat recovery unit has constant temperature efficiency. In a building or combination of buildings (e.g. terraced housing) more units are possible. The units are numbered HRUNo. If there is just one unit Twws and Twwc are the same for all zones. The product of the efficiency and the fraction of vvmin of each room that is going to the heat exchanger is 'etaww'. BAS.heatexch{zoneNo}=[etaww, Twws, Twwc, HRUNo]; 8

9 2.2 Input through Buildingref0211.m The calculation period BAS.Period=[yr,month,day,ndays] yr = start year month = start month day = start day ndays = number of days simulated Table 17 Input: Calculation period BAS.DSTime = 1 If the EU daylight- savings time is taken into account. It starts on the last Sunday of March and ends on the last Sunday of October (the total duration is 30 or 31 weeks). BAS.DSTime = 0 If no daylight- savings period The building First, name the input file that should be used. Figure 1 Load input file If no extra input is used, make Inputextra11a to a comment. Figure 2 No extra input The input above is stored in the structured array BAS. By typing BAS in the command window, the input can be checked and changed. After Inputextra a function is called for that changes the input BAS to an input the simulation program WAVO needs. Figure 3 Code to change input BAS to input for WAVO Now, it is checked whether input data are missing or wrong. If a warning is given it might be correct e.g. 'There is a zone without glazing' but it can also be forgotten. With an error the execution is stopped, e.g. because a material number is used for which no data are available in matpropf. There are errors, which might occur without an error warning. Very thick constructions led to wrong response factors. Changing the thickness a little bit might be sufficient for a correct result. If Wavooutput plots are desired, insert the code below in the end of the code. Hamoutput11a Table 18 Code for Wavooutput plots 9

10 If a Climate Evaluation Chart is desired, insert the code below in the end of the code. %Start CEC for i=1:length(bas.vol) CECData.T=Output.Ta(:,i); CECData.RH=100*Output.RHa(:,i); CECData.ye=Meteo.date(:,1); CECData.mo=Meteo.date(:,2); CECData.da=Meteo.date(:,3); CECData.ho=Meteo.date(:,5); CECData.mi=0*Meteo.date(:,1); opcec.title=['zone ' num2str(i)]; opcec.lang=2; PoMkek(CECData,opCEC) end Figure 4 Code for Climate Evaluation Chart 10

11 3. Output plots The graphic features of Matlab allow the user in an easy way to make the plots he wants or to make movies for presentation. Below two types of plots are presented. 3.1 Wavooutput plots An example of the Wavooutput plots is presented below. Figure 5 Wavooutput plots 3.2 Climate Evaluation Chart An example of the Climate Evaluation Chart is presented below. The base chart consists of the standard psychometric chart for air. Vertical axis the dry bulb temperature in C Horizontal axis the humidity mixing ratio in g/kg, and curves Curves the relative humidity in % The seasonal indoor climate data is presented with different colours for time period; winter (blue, December 21 March 21) spring (green, March 21 June 21) summer (red, June 21 September 21) autumn (brown/yellow, September 21 December 21) The amount of colour saturation represents the percentage occurrence over time, and the seasonal weekly averages are displayed by the use of icons. The Climate Evaluation Chart can be linked to several performances guidelines, such as the ASHRAE climate classes for museums. 11

12 The criteria of those guidelines are presented on the bottom of graph, and are used to create the blue square defining the minimum and maximum temperature and relative humidity values. Furthermore, several matrices are presented, displaying percentages for the total and seasonal distribution. Figure 7 presents the meaning of the matrix. The Climate Evaluation Chart is included in the Physics of Monuments Plots toolbox, which provides in a way to create a CEC in HAMBase. This information can be found at the BPS Wiki Internet page, Figure 6 Example of a Climate Evaluation Chart Figure 7 Climate Evaluation Chart Matrix explanation 12

13 4. Example Standard office In this part we will step by step add different variables to a standard office. In this case one single zone is used, which is a standard office with two windows. The m- files containing information of this case are called Office_example_X.m. In the following figure and table provides in information about the office construction and dimensions. Step by step the examples will add more information about the room. Se table 20 what will be added in which step. Figure 8 Dimensions of office 13

14 Dimensions - Office Height (H) 3.0 m Length (L) 5.0 m Width (W) 4.0 m Volume (HxLxW) 60 m³ Dimensions Windows Height (H) Width (W) Construction Wall thickness Wall type Roof thickness Roof type Floor thickness Floor type 1.5 m 1.5 m 0.1 m Brick 0.1 m Concrete hollow- core slab floor 0.1 m Concrete Glazing Type Double glazing U- value (without sun blinds) 3.4 Convection factor (without sun blinds) 0.04 Solar gain factor (without sun blinds) 0.70 U- value (with sun blinds) 3.4 Convection factor (with sun blinds) 0.54 Solar gain factor (with sun blinds) 0.49 Table 19 Description of office Example 1 Volume Only a volume, no walls etc. Example 2 Construction Construction is included Example 3 Construction including window Windows are added Example 4 Ventilation Introducing ventilation Example 5 Heating Introducing heating Example 6 Layers of material Introducing extra layers Example 7 Time periods Introducing extra time periods Table 20 Description of examples 14

15 4.1 Example 1 - Volume Have a look at m- file Office_example_1.m. Compare it with Reference_Building0909.m and see the changes that have been made so it suits this example. For the first step only a volume is determined from the standard office dimensions. It is impossible to perform a calculation in HAMBase without input values for the construction. By using certain small input (wall thickness 0.001m and wall surface m²) values for the construction data a situation close to working with only a volume is created. However, this paragraph will focus on simulation with a volume. The year of the climate file used for simulation is the year Have a look at m- file Output_Office_example_1.m. Compare it with Buildingref0211.m and see the changes that have been made so it suits this example. When running the Output file, the output results will be saved as a *mat file and at the same time a Climate Evaluation Chart (CEC) is created (see Office_example_1.jpg). The absence of a construction will lead to an indoor climate similar to the outdoor climate. 4.2 Example 2 Construction The construction is built into the building input file. The determined values were used to create this input. So far we will focus on the construction without the windows. Have a look at m- file Office_example_2.m. 1. Add properties for thickness and material for the construction parts. In this case all walls, floor and roof is 0.1 m thick. The type of material ID number can be determined in HAMBASE by entering help matpropf. The walls are made of brick (material ID 238), the roof is made of concrete hollow- core slab floor (material ID 342), and the floor is made of concrete (material ID 344). When inserting the construction component data the internal surface heats transfer resistance (Ri) and surface heat resistance at the opposite site (Re) must be taken into account. Figure 9 Adding properties of construction parts 15

16 2. Orientation is necessary for creating building surfaces. In HAMBase many different orientations can be determined. To determine the orientation values for tilt and azimuth are needed. In this case, the walls are orientated to the north (azimuth 180), east (azimuth - 90), south (azimuth 0) and west (azimuth 90) and are all vertical (tilt 90). The roof is horizontal orientated (tilt 0). Figure 10 Determine orientation values 3. To create external walls, information of at least the surface area, construction, and orientation is needed. In this case there are four walls in total. The north and south wall have the same surface area (Type A), just like the east and west wall (Type B). The roof and floor also have the same surface area (Type C). For calculating the surfaces of the walls of the standard office the dimensions presented before are used. The total surface area for type A is: 3.0m*5.0m = 15.00m² The total surface area for type B is: 3.0m*4.0m = 12.00m² The total surface area for type C is: 5.0m*4.0m = 20.00m² The construction ID and orientation ID are determined before. Figure 11 Adding orientation for each construction part 4. In this case we will not add the windows in the external walls. 5. The floor is inserted as a constant temperature wall. A standard ground temperature of 10 C is used, but can always be altered. The surface is the same as the roof (Type C) and the construction ID is known. 16

17 Figure 12 Adding properties of floor 6. In this case there are no adiabatic external walls or internal walls. See Output_Office_example_2.m. When running, the output results are saved as a *mat file and a Climate Evaluation Chart (CEC) is created during running of the Building Output file (see Office_example_2.jpg). 4.3 Example 3 Construction including window In this paragraph, windows are included in the building input. The glass properties of the windows are determined before. Figure 13 Properties of window After creating the external walls building input, there is a windows in external walls option. In this case both windows are situated in the same wall, and the surface as well as the orientation is alike. Therefore, these windows may be treated as one window. For calculating the surfaces of the windows of the standard office the dimensions presented before are used. The surface area for one window is: 1.5m*1.5m = 2.25² The total surface area is therefore 4.5m² Figure 14 Dimension of window 17

18 The output results are saved as a *mat file and a Climate Evaluation Chart (CEC) is created during running of the Building Output file. This CEC shows various relative humidity values and various temperature values. 4.4 Example 4 Ventilation Have a look at m- file Office_example_4_ACH1.m and Office_example_4_ACH5.m. Ventilation is introduced by changing the Building Input profiles. This can be done by changing the Air Change rate per hour vvmin. Figure 15 Adding ventilation In the Output m- file only the names of the input and output data files are changed, see Output_Office_example_4_ACH1.m and Output_Office_example_4_ACH5.m. The CEC can be seen in Office_example_4_ACH1.jpg and Office_example_4_ACH5.jpg. 4.5 Example 5 Heating Heating is introduced by creating a minimum heating set point in the Building Input profiles. This can be done by changing the temperature in Tsetmin. Figure 16 Adding heating The set point is altered for each of the ventilation values. The chosen set point is 18 C. The heating capacity can be determined with the following steps: 18

19 1. Change the heating capacity in the building input file to infinite capacity (- 1). This way the maximum heat capacity per zone can be found in the output data results. Figure 17 Infinite heating capacity 2. Run the building output file, see Output_Office_example_5_ACH1.m and/or Output_Office_example_5_ACH5.m. 3. After running, the saved data is available in the workspace window. When opening the saved data file (*mat file) the same information becomes available in the workspace window. 4. Open Output and the following window appears; Figure 18 Finding Qplant 5. Open Qplant for the heating values used to reach the set point of 18 C throughout the year. 6. This way the maximum and minimum values for heating capacities are determined. One can chose the high values to work with; when the heating set point is reached the heating will stop. In this case a heating capacity values of 2000 W is chosen. 7. Change the heating capacity in the building input file, see Office_example_7_ACH1.m and Office_example_7_ACH5.m, and run the output file again. Figure 20 Qplant 19

20 Figure 19 Changing heat capacity The results can be seen in Office_example_5_ACH1.jpg and Office_example_5_ACH5.jpg. 4.6 Example 6 Layers of material So far all construction components have only consisted of one layer of material as described in table 19. In reality a construction components always consists of more than one layer. Adding more layers is done in the construction component data. Here material layers for the wall, the floor and the roof are added, see figure 22. To find the different material ID, type in help matpropf. Figure 20 Adding layers in construction components Now, follow the instructions to set the heating capacity in example 5. Use Output_Office_example_6_ACH1.m and Output_Office_example_6_ACH5.m. Have a look at m- file Office_example_6_ACH1.m and Office_example_6_ACH5.m. In this example, the heating capacity is chosen to 500W. The CEC can be seen in Office_example_6_ACH1.jpg and Office_example_6_ACH5.jpg. 4.7 Example 7 Time periods Have a look at m- file Office_example_7_ACH5.m. If the building needs more than 3 time periods, this should be introduced by changing the Building Input profiles. This can be done by adding more time periods. In figure 22 it has been changed to 5 time periods (0-4h, 4-8h, 8-10h, 10-18h, 18-24h). When the number of time periods is changed it is important to change the other vectors in the Building Input profile to the same length, see figure 23. Figure 21 Adding extra time periods In the Output m- file only the names of the input and output data files are changed, see Output_Office_example_7_ACH5.m. The CEC can be seen in Office_example_7_ACH5.jpg. 20

21 5. Example Two zones In this part we will step by step add different variables to two standard offices. In this case two zones are used, which will be two offices next to each other. The m- files containing information of this case are called Office_example_X.m. In the following figure and table provides information about the office construction and dimensions. Step by step the examples will add more information about the room. Se table 22 what will be added in which step. Figure 22 Dimensions of office 21

22 Dimensions Office 1 Height (H) 3.0 m Length (L) 5.0 m Width (W) 4.0 m Volume (HxLxW) 60 m³ Dimensions Office 2 Height (H) 3.0 m Length (L) 5.0 m Width (W) 3.0 m Volume (HxLxW) 45 m³ Dimensions Windows Height (H) Width (W) Construction Exterior wall thickness Exterior wall type Roof thickness Roof type Floor thickness Floor type Internal wall thickness Internal wall type 1.5 m 1.5 m 0.1 m Brick 0.1 m Concrete hollow- core slab floor 0.1 m Concrete 0.1 m Plaster Glazing Type Double glazing U- value (without sun blinds) 3.4 Convection factor (without sun blinds) 0.04 Solar gain factor (without sun blinds) 0.70 U- value (with sun blinds) 3.4 Convection factor (with sun blinds) 0.54 Solar gain factor (with sun blinds) 0.49 Table 21 Description of two offices Example 1 Volume Only a volume, no walls etc. Example 2 Construction Construction is included Example 3 Construction including window Windows are added Example 4 Ventilation Introducing ventilation Example 5 Heating Introducing heating Example 6 Layers of material Introducing extra layers Table 22 Description of examples 22

23 5.1 Example A - Volume Have a look at m- file Office_example_A.m. Compare it with Reference_Building0909.m and see the changes that have been made so it suits this example. First, the volume is set for the different zones. Each room is seen as one zone. Figure 23 Setting volume of zones For this first step only a volume is determined from the standard office dimensions. It is impossible to perform a calculation in HAMBase without input values for the construction. By using certain small input (wall thickness 0.001m and wall surface m²) values for the construction data a situation close to working with only a volume is created. However, this paragraph will focus on simulation with a volume. The year of the climate file used for simulation is the year Have a look at m- file Output_Office_example_A.m. Compare it with Buildingref0211.m and see the changes that have been made so it suits this example. Also see chapter 2.2. When running the Output file the output results will be saved as a *mat file and at the same time a Climate Evaluation Chart (CEC) is created (see Office_example_A_zone1.jpg and Office_example_A_zone2.jpg). The absence of a construction will lead to an indoor climate similar to the outdoor climate. 5.2 Example B Construction Here, the construction is built into the building input file. The determined values were used to create this input. So far we will focus on the construction without the windows. Have a look at m- file Office_example_B.m. 1. Add properties for thickness and material for the construction parts. In this case all walls, floor and roof is 0.1 m thick. The type of material ID number can be determined in HAMBASE by entering help matpropf. The exterior walls are made of brick (material ID 238), the roof is made of concrete hollow- core slab floor (material ID 342), the floor is made of concrete (material ID 344), and the interior wall is made of plaster (material ID 381). When inserting the construction component data the internal surface heats transfer resistance (Ri) and surface heat resistance at the opposite site (Re) must be taken into account. Since interior walls have internal surfaces on both sides, Ri is used for both Ri and Re. 23

24 Figure 24 Adding properties of construction parts 2. Orientation is necessary for creating building surfaces. In HAMBase many different orientations can be determined. To determine the orientation values for tilt and azimuth are needed. In this case, the walls are orientated to the north (azimuth 180), east (azimuth - 90), south (azimuth 0) and west (azimuth 90) and are all vertical (tilt 90). The roof is horizontal orientated (tilt 0). 3. Figure 25 Determine orientation values 4. To create external walls, information of at least the surface area, construction, and orientation is needed. In this case there are six walls in total (3 in each zone). The north and south wall have the same surface area (Type A), just like the east and west wall in room 1 (Type B). The roof and floor in room 1 also have the same surface area (Type C). Same goes for east/west wall in room 2 (Type D) and roof/floor in room 2 (Type E). For calculating the surfaces of the walls of the standard office the dimensions presented before are used. The total surface area for type A is: 3.0m*5.0m = 15.00m² The total surface area for type B is: 3.0m*4.0m = 12.00m² The total surface area for type C is: 5.0m*4.0m = 20.00m² The total surface area for type D is: 3.0m*3.0m = 9.00m² The total surface area for type E is: 5.0m*3.0m = 15.00m² The construction ID and orientation ID are determined before. 24

25 Figure 26 Adding orientation for each construction part 5. In this case we will not add the windows in the external walls. 6. The floor is inserted as a constant temperature wall. A standard ground temperature of 10 C is used, but can always be altered. The surface is the same as the roof (Type C and Type D) and the construction ID is known. Figure 27 Adding properties of floor 7. In this case there are no adiabatic external walls. 8. To create internal walls, information of at least the surface area, construction, and orientation is needed. In this case there are one internal wall, which is located between the zones. It has the same surface area as the north and south wall (Type A). 25

26 Figure 28 Adding internal walls See Output_Office_example_B.m. When running, the output results are saved as a *mat file and a Climate Evaluation Chart (CEC) is created during running of the Building Output file (see Office_example_B_zone1.jpg and Office_example_B_zone2.jpg). 5.3 Example C Construction including window In this paragraph, windows are included in the building input. The glass properties of the windows are determined. Figure 29 Properties of window After creating the external walls building input, there is a windows in external walls option. In this case, for room 1 both windows are situated in the same wall (exid=3, west wall), and the surface as well as the orientation is alike. Therefore, these windows may be treated as one window. In zone 2 there is only one window (exid=7, west wall). For calculating the surfaces of the windows of the standard office the dimensions presented before are used. The surface area for one window is: 1.5m*1.5m = 2.25 m² The total surface area in zone 1 is therefore 4.5m² and in zone m². Figure 30 Dimension and location of windows See Output_Office_example_C.m. When running, the output results are saved as a *mat file and a Climate Evaluation Chart (CEC) is created (see Office_example_C_zone1.jpg and Office_example_C_zone2.jpg). 26

27 5.4 Example D Ventilation Have a look at m- file Office_example_D.m. Ventilation is introduced by changing the Building Input profiles. This can be done by changing the Air Change rate per hour vvmin. If you are using different profiles for the room, which is done in this example, remember to change the properties for both profiles. Figure 31 Adding ventilation In the Output m- file only the names of the input and output data files are changed, see Output_Office_example_D.m. The CEC can be seen in Office_example_D_zone1.jpg and Office_example_D_zone2.jpg. 5.5 Example E Heating Heating is introduced by creating a minimum heating set point in the Building Input profiles. This can be done by changing the temperature in Tsetmin. If you are using different profiles for the room, which is done in this example, remember to change the properties for both profiles. Figure 32 Adding heating The set point is altered for each of the ventilation values. The chosen set point is 18 C. The heating capacity can be determined with the following steps: 27

28 1. Change the heating capacity in the building input file to infinite capacity (- 1). This way the maximum heat capacity per zone can be found in the output data results. Figure 33 Infinite heating capacity 2. Run the building output file, see Output_Office_example_E.m. 3. After running, the saved data is available in the workspace window. When opening the saved data file (*mat file) the same information becomes available in the workspace window. 4. Open Output and the following window appears; Figure 34 Finding Qplant 5. Open Qplant for the heating values used to reach the set point of 18 C throughout the year. 6. This way the maximum and minimum values for heating capacities are determined. One can chose the high values to work with; when the heating set point is reached the heating will stop. In this case a heating capacity values of 2000 W is chosen for zone 1 and 1600 W for zone Change the heating capacity in the building input file, see Office_example_E.m, and run the output file again. Figure 37 Qplant Figure 35 Changing heat capacity The results can be seen in Office_example_E_zone1.jpg and Office_example_E_zone2.jpg. 28

29 5.6 Example F Layers of material So far all construction components have only consisted of one layer of material as described in table 21. In reality a construction components always consists of more than one layer. Adding more layers is done in the construction component data. Here material layers for the external and internal walls, the floor and the roof are added, see figure 39. To find the different material ID, type in help matpropf. Figure 36 Adding layers in construction components Now, follow the instructions to set the heating capacity in example E. Use Output_Office_example_F.m. Have a look at m- file Office_example_F.m. In this example, the heating capacity is chosen to 400 W for zone 1 and 300 W for zone 2. The CEC can be seen in Office_example_F_zone1.jpg and Office_example_F_zone2.jpg. 29

HAMBASE. Part II Input and Output

HAMBASE. Part II Input and Output HAMBASE Part II Input and Output Heat Air and Moisture model for Building And Systems Evaluation Martin de Wit Jan 2013 2 Table of contents 1 General structure of Hambase 5 2 The standard input 9 2.1 The

More information

INDOOR CLIMATE DESIGN FOR A MONUMENTAL BUILDING WITH PERIODIC HIGH INDOOR MOISTURE LOADS

INDOOR CLIMATE DESIGN FOR A MONUMENTAL BUILDING WITH PERIODIC HIGH INDOOR MOISTURE LOADS INDOOR CLIMATE DESIGN FOR A MONUMENTAL BUILDING WITH PERIODIC HIGH INDOOR MOISTURE LOADS A.W.M. (Jos) van Schijndel Technische Universiteit Eindhoven Department of Building and Architecture, Building Physics

More information

Energy impact of ASHRAE s museum climate classes: a simulation study on four museums with different quality of envelopes

Energy impact of ASHRAE s museum climate classes: a simulation study on four museums with different quality of envelopes Available online at www.sciencedirect.com ScienceDirect Energy Procedia 00 (2015) 000 000 www.elsevier.com/locate/procedia 6th International Building Physics Conference, IBPC 2015 Energy impact of ASHRAE

More information

Senior Design Project for UNO. Design of the International Studies Building: An Environmental Analysis

Senior Design Project for UNO. Design of the International Studies Building: An Environmental Analysis Senior Design Project for UNO Design of the International Studies Building: An Environmental Analysis Design Intent Implement Passive & Active design strategies in order to make the building: More Energy

More information

Analysis of different shading strategies on energy demand and operating cost of office building

Analysis of different shading strategies on energy demand and operating cost of office building Analysis of different shading strategies on energy demand and operating cost of office building Kwiatkowski, J 1,2 ; Rucińska, J 1,2 ; Panek, A 1,2 1 Warsaw University of Technology, Faculty of Environmental

More information

Modeling Energy Consumption Effects of Glazing

Modeling Energy Consumption Effects of Glazing Modeling Energy Consumption Effects of Glazing Daniel Lu 12/7/2012 Table of Contents Introduction... 3 Design Options... 5 Option 1... 5 Option 2... 5 Preliminary Energy Simulation... 7 Objectives... 7

More information

The predictability of lumped BES models, a case study

The predictability of lumped BES models, a case study The predictability of lumped BES models, a case study van Schijndel, A.W.M. Published in: Expert Meeting of the International Energy Agency Annex 58, 2-4 April 2012, Bilbao, Spain Published: 01/01/2012

More information

CHAPTER 3. BUILDING THERMAL LOAD ESTIMATION

CHAPTER 3. BUILDING THERMAL LOAD ESTIMATION CHAPTER 3. BUILDING THERMAL LOAD ESTIMATION 3.1 Purpose of Thermal Load Estimation 3.2 Heating Load versus Cooling Load 3.3 Critical Conditions for Design 3.4 Manual versus Computer Calculations 3.5 Heating

More information

Solar gains in the glazing systems with sun-shading

Solar gains in the glazing systems with sun-shading 729 Solar gains in the glazing systems with sun-shading G. Oliveti, N. Arcuri, R. Bruno, M. De Simone University of Calabria, Italy ABSTRACT This paper presents the optical and thermal performances of

More information

Buildings XI Conference Workshop 2: Thermal Mass IV Assessing Thermal and Moisture Control Benefits of PCM Components by Hygrothermal Simulation

Buildings XI Conference Workshop 2: Thermal Mass IV Assessing Thermal and Moisture Control Benefits of PCM Components by Hygrothermal Simulation Buildings XI Conference Workshop 2: Thermal Mass IV Assessing Thermal and Moisture Control Benefits of PCM Components by Hygrothermal Simulation Hartwig M. Künzel, Fraunhofer Institute for Building Physics

More information

1.020 Ecology II: Engineering for Sustainability Spring 2008

1.020 Ecology II: Engineering for Sustainability Spring 2008 MIT OpenCourseWare http://ocw.mit.edu 1.020 Ecology II: Engineering for Sustainability Spring 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. MASSACHUSETTS

More information

THERMAL MASS IMPACT ON ENERGY PERFORMANCE OF A LOW, MEDIUM, AND HEAVY MASS BUILDING IN BELGRADE

THERMAL MASS IMPACT ON ENERGY PERFORMANCE OF A LOW, MEDIUM, AND HEAVY MASS BUILDING IN BELGRADE S447 THERMAL MASS IMPACT ON ENERGY PERFORMANCE OF A LOW, MEDIUM, AND HEAVY MASS BUILDING IN BELGRADE by Bojan V. ANDJELKOVIĆ *,a, Branislav V. STOJANOVIĆ b, Mladen M. STOJILJKOVIĆ b, Jelena N. JANEVSKI

More information

Chapter 7. Passive Solar Contents

Chapter 7. Passive Solar Contents Chapter 7. Passive Solar Contents 7.1 Introduction 7.2 Types of Passive Solar Systems 7.3 Advantages and Disadvantages 7.4 General Design Principles 7.5 Design Information for Direct System 7.6 Design

More information

THERMAL MASS IMPACT ON ENERGY PERFORMANCE OF A LOW, MEDIUM AND HEAVY MASS BUILDING IN BELGRADE

THERMAL MASS IMPACT ON ENERGY PERFORMANCE OF A LOW, MEDIUM AND HEAVY MASS BUILDING IN BELGRADE Andjelković, V., B.et. al.: Thermal Mass Impact on Energy Performance of A Low, Medium and Heavy S507 THERMAL MASS IMPACT ON ENERGY PERFORMANCE OF A LOW, MEDIUM AND HEAVY MASS BUILDING IN BELGRADE by Bojan

More information

CAE 331/513 Building Science Fall 2017

CAE 331/513 Building Science Fall 2017 CAE 331/513 Building Science Fall 2017 November 14, 2017 Heating load calculations Advancing energy, environmental, and sustainability research within the built environment www.built-envi.com Twitter:

More information

Thermal Control in Buildings by John Straube (updated )

Thermal Control in Buildings by John Straube (updated ) building science.com 2006 Building Science Press All rights of reproduction in any form reserved. Building Science Digest 011 Thermal Control in Buildings 2006-11-02 by John Straube (updated 2011-12-12)

More information

Minimum Energy Consumption 84% energy heating savings*

Minimum Energy Consumption 84% energy heating savings* 3 HOUSE DESIGNS OF 140m² A modern concept for energy efficiency ENERGY EFFICIENCY AND ENVIRONMENTAL QUALITY Minimum Energy Consumption 84% energy heating savings* * According to a home fulfilling thermal

More information

Lecture 3: Utilization of Passive Solar Technology

Lecture 3: Utilization of Passive Solar Technology Lecture 3: Utilization of Passive Solar Technology http://www.cs.kumamoto-u.ac.jp/epslab/apsf/ Lecturers: Syafaruddin & Takashi Hiyama syafa@st.eecs.kumamoto-u.ac.jp hiyama@cs.kumamoto-u.ac.jp Time and

More information

Energy Saving Benefits of Daylighting Combined with Horizontal Exterior Overhangs in Hot-and-Humid Regions

Energy Saving Benefits of Daylighting Combined with Horizontal Exterior Overhangs in Hot-and-Humid Regions Energy Saving Benefits of Daylighting Combined with Horizontal Exterior Overhangs in Hot-and-Humid Regions Speakers: Huang, Kuo-Tsang 1 ; Fu, Chun 2 1 Department of Bioenvironmental Systems Engineering,

More information

ARCH-MEDES (I) CONSULTANTS PVT. LTD. Green Park Delhi

ARCH-MEDES (I) CONSULTANTS PVT. LTD. Green Park Delhi Passive & Energy Efficient Design Assistance Report for Proposed Hospital Complex Manipal Health System at Pitampura, New Delhi ARCH-MEDES (I) CONSULTANTS PVT. LTD. Green Park Delhi Prepared By (Low Carbon

More information

carbon-neutral architectural design Pablo La Roche CRC Press Taylor & Francis Croup Boca Raton London NewYork CRC Press is an imprint of the

carbon-neutral architectural design Pablo La Roche CRC Press Taylor & Francis Croup Boca Raton London NewYork CRC Press is an imprint of the carbon-neutral architectural design Pablo La Roche CRC Press Taylor & Francis Croup Boca Raton London NewYork CRC Press is an imprint of the Taylor fit Francis Group, an informs business Contents Preface

More information

Thermal Thermal Applications Category Version 6.4. Integrated Environmental Solutions

Thermal Thermal Applications Category Version 6.4. Integrated Environmental Solutions Thermal Thermal Applications Category Version 6.4 Integrated Environmental Solutions Contents 1. What is the Thermal Applications Category?... 4 1.1. Compliance View... 4 1.2. Apache

More information

Design Strategies and Guide lines for Tropical Coast of Pakistan, Using Climate Consultant

Design Strategies and Guide lines for Tropical Coast of Pakistan, Using Climate Consultant European Journal of Sustainable Development (2016), 5, 3, 505-512 ISSN: 2239-5938 Doi: 10.14207/ejsd.2016.v5n3p505 Design Strategies and Guide lines for Tropical Coast of Pakistan, Using Climate Consultant

More information

Introduction to basics of energy efficient building design

Introduction to basics of energy efficient building design Introduction to basics of energy efficient building design Pierre Jaboyedoff Seminar on Energy Efficient & Thermally Comfortable Buildings in Amravati For CRDA, Andhra Pradesh May 2 nd 2017 Indo-Swiss

More information

Applications of ECOTECT and HEED in building energy analysis - Case study: A typical tube house in Hanoi

Applications of ECOTECT and HEED in building energy analysis - Case study: A typical tube house in Hanoi Applications of ECOTECT and HEED in building energy analysis - Case study: A typical tube house in Hanoi (1) Wei-Hwa Chiang (2) Nguyen Ngoc Tu (3) Jian Sheng Huang (1)whch@mail.ntust.edu.tw (2)M9602806@mail.ntust.edu.tw

More information

ADVANCED FAÇADES AND HVAC SYSTEMS: PRELIMINARY RESULTS OF FULL-SCALE MONITORING

ADVANCED FAÇADES AND HVAC SYSTEMS: PRELIMINARY RESULTS OF FULL-SCALE MONITORING ADVANCED FAÇADES AND HVAC SYSTEMS: PRELIMINARY RESULTS OF FULL-SCALE MONITORING M. Kragh, M. Colombari and M. Zobec Permasteelisa Group, Research & Engineering, 31020 San Vendemiano (TV), Italy www.permasteelisa.com,

More information

Heating, Cooling, Lighting: Sustainable Design Methods for Architects

Heating, Cooling, Lighting: Sustainable Design Methods for Architects Heating, Cooling, Lighting: Sustainable Design Methods for Architects Lechner, Norbert ISBN-13: 9780470048092 Table of Contents Foreword to the First Edition. Foreword to the Third Edition. Preface. Acknowledgments.

More information

Understanding "Heat Load & Psychometric. by Djunaidi HS

Understanding Heat Load & Psychometric. by Djunaidi HS Understanding "Heat Load & Psychometric by Djunaidi HS Welcome To The Heat Load Calculation Course 2 3 Understanding Of Heat Load (Human Comfort) 1) Heat Load - Classified into 2 main types : 1. Sensible

More information

INFOTEXT. OKALUX Light Diffusing Insulating Glass. Physical properties

INFOTEXT. OKALUX Light Diffusing Insulating Glass. Physical properties OKALUX Light Diffusing Insulating Glass The challenge for OKALUX Light Diffusing Insulating Glass: to make daylight useful. With the use of a translucent light diffusing capillary insert (OKAPANE) both

More information

Analysis of a plus-energy house for improved building and HVAC system design

Analysis of a plus-energy house for improved building and HVAC system design Downloaded from orbit.dtu.dk on: Nov 21, 2018 Analysis of a plus-energy house for improved building and HVAC system design Andersen, M.E. ; Schøtt, J.; Kazanci, Ongun Berk; Olesen, Bjarne W. Published

More information

Indoor climate design for a monumental building with periodic high indoor moisture loads.

Indoor climate design for a monumental building with periodic high indoor moisture loads. Indoor climate design for a monumental building with periodic high indoor moisture loads. A.W.M. van Schijndel, R. J.M. Lony and H.L. Schellen Technische Universiteit Eindhoven, Netherlands Abstract The

More information

Sound insulation Capillary slabs decouple the panes of the insulating glazing and provide improved sound insulation.

Sound insulation Capillary slabs decouple the panes of the insulating glazing and provide improved sound insulation. OKAPANE light diffusing insulating panels The challenge for OKAPANE light diffusing insulating panels: to make daylight usable and considerably reduce heat losses. With the use of a translucent light diffusing

More information

OKALUX GmbH Marktheidenfeld Germany Tel.: +49 (0) Fax: +49 (0)

OKALUX GmbH Marktheidenfeld Germany Tel.: +49 (0) Fax: +49 (0) OKALUX Light Diffusing Insulating Glass The challenge for OKALUX Light Diffusing Insulating Glass: to make daylight useful. With the use of a translucent light diffusing capillary insert (OKAPANE T) both

More information

Application of a Computer Model for Integrated Hygrothermal Building Analysis

Application of a Computer Model for Integrated Hygrothermal Building Analysis Application of a Computer Model for Integrated Hygrothermal Building Analysis Carsten Rode, Technical University of Denmark car@byg.dtu.dk Lars C. Sørensen Birch & Krogboe A/S LCS@birch-krogboe.dk Karl

More information

2006 Building Science Press All rights of reproduction in any form reserved.

2006 Building Science Press All rights of reproduction in any form reserved. building science.com 2006 Building Science Press All rights of reproduction in any form reserved. Building Science Digest 011 Thermal Control in Buildings 2006-11-07 by John Straube Abstract: Providing

More information

Built examples and project certification. Zeno Bastian, Passive House Institute

Built examples and project certification. Zeno Bastian, Passive House Institute Built examples and project certification Zeno Bastian, Passive House Institute Passive House Standard for Retrofits? Photo Passive House Institute Shape Graphic Passive House Institute Thermal Bridges

More information

Comsol Multiphysics for building energy simulation (BES) using BESTEST criteria Jacobs, P.M.; van Schijndel, A.W.M.

Comsol Multiphysics for building energy simulation (BES) using BESTEST criteria Jacobs, P.M.; van Schijndel, A.W.M. Comsol Multiphysics for building energy simulation (BES) using criteria Jacobs, P.M.; van Schijndel, A.W.M. Published in: Comsol Conference 21, October 14-16, 21, Grenoble, France Published: 1/1/21 Document

More information

COMPARATIVE SUMMER THERMAL AND COOLING LOAD PERFORMANCE OF NATURAL VENTILATION OF CAVITY ROOF UNDER THREE DIFFERENT CLIMATE ZONES

COMPARATIVE SUMMER THERMAL AND COOLING LOAD PERFORMANCE OF NATURAL VENTILATION OF CAVITY ROOF UNDER THREE DIFFERENT CLIMATE ZONES COMPARATIVE SUMMER THERMAL AND COOLING LOAD PERFORMANCE OF NATURAL VENTILATION OF CAVITY ROOF UNDER THREE DIFFERENT CLIMATE ZONES Lusi Susanti 1, Hiroshi Matsumoto 2, and Hiroshi Homma 2 1 Department of

More information

Simulink modelling tool for HAM-system analyses in building physics

Simulink modelling tool for HAM-system analyses in building physics Simulink modelling tool for HAM-system analyses in building physics Angela Sasic Kalagasidis, MSc Carl-Eric Hagentoft, Professor, Dr.Sc. * 1. INTRODUCTION A calculation tool for HAM (heat, air and moisture)

More information

NEW FOUR STORY MEDICAL CENTER OWNER S PROJECT REQUIREMENTS

NEW FOUR STORY MEDICAL CENTER OWNER S PROJECT REQUIREMENTS NEW FOUR STORY MEDICAL CENTER OWNER S PROJECT REQUIREMENTS Table of Contents Introduction... 2 The Project... 2 Owners directives... 3 Design Requirements... 3 Budget Cosiderations and limitations... 6

More information

GLASS SELECTION GUIDE

GLASS SELECTION GUIDE GLASS SELECTION GUIDE www.metrotech.co.nz GLASS SELECTION The Glass Selection Flow Chart should be used in conjunction with the Selection Sheets and Section 11.1.2 of the Catalogue and Reference Guide

More information

Chapter 6. Space heating load

Chapter 6. Space heating load Chapter 6 Space heating load 1 Outdoor Design Conditions Heating systems should provide just enough heat to match the heat loss from the structure. Local knowledge should be obtained for design conditions.

More information

AIC TECH 2015 Sustainability in Practice Turning Ideas into Reality Jan 16, 2015 FUTURE & NET ZERO BUILDINGS

AIC TECH 2015 Sustainability in Practice Turning Ideas into Reality Jan 16, 2015 FUTURE & NET ZERO BUILDINGS AIC TECH 2015 Sustainability in Practice Turning Ideas into Reality Jan 16, 2015 FUTURE & NET ZERO BUILDINGS CONTENTS Introduction to Net Zero Can we get to Net Zero? Pathway to Net Zero Energy Buildings

More information

MODELLING THE ENERGY PERFORMANCE OF NIGHT-TIME VENTILATION USING THE QUASI-STEADY STATE CALCULATION METHOD

MODELLING THE ENERGY PERFORMANCE OF NIGHT-TIME VENTILATION USING THE QUASI-STEADY STATE CALCULATION METHOD MODELLING THE ENERGY PERFORMANCE OF NIGHT-TIME VENTILATION USING THE QUASI-STEADY STATE CALCULATION METHOD Jérôme Le Dréau, Per Heiselberg, Rasmus L. Jensen and Ayser D. Selman Department of Civil Engineering,

More information

Temperature Policy Bentley University Academic Year 2016/2017 0

Temperature Policy Bentley University Academic Year 2016/2017 0 Temperature Policy Bentley University Academic Year 2016/2017 0 Contents Overview... 2 Applicability... 2 Seasonal Changes... 4 Heating Season... 2 Supplemental Heaters... 3 Unoccupied Hours... 3 Cooling

More information

ANALYSIS OF ENVELOPE THERMAL BEHAVIOUR THROUGH PARAMETRIC STUDIES. Civil Engineer, PhD, Assistant Professor, Civil Engineering Department (3)

ANALYSIS OF ENVELOPE THERMAL BEHAVIOUR THROUGH PARAMETRIC STUDIES. Civil Engineer, PhD, Assistant Professor, Civil Engineering Department (3) Eighth International IBPSA Conference Eindhoven, Netherlands August 11-14, 2003 ANALYSIS OF ENVELOPE THERMAL BEHAVIOUR THROUGH PARAMETRIC STUDIES Chvatal, Karin M. S. (1), Corvacho, M. Helena P. (2), Maldonado,

More information

Thermal comfort analysis in a passive house using dynamic simulations*

Thermal comfort analysis in a passive house using dynamic simulations* Revista Română de Inginerie Civilă, Volumul 4 (2013), Numărul 3 Matrix Rom Thermal comfort analysis in a passive house using dynamic simulations* Tiberiu Catalina 1 1 Technical University of Civil Engineering,

More information

Phase-Change Wallboard and Mechanical Night Ventilation in Commercial Buildings: Potential for HVAC System Downsizing

Phase-Change Wallboard and Mechanical Night Ventilation in Commercial Buildings: Potential for HVAC System Downsizing Phase-Change Wallboard and Mechanical Night Ventilation in Commercial Buildings: Potential for HVAC System Downsizing Corina Stetiu Helmut E. Feustel Lawrence Berkeley National Laboratory, Berkeley, CA

More information

Design of Sunshade Board with South External Window of Residential Building in Hangzhou Based on Software Simulation Analysis of Energy Saving

Design of Sunshade Board with South External Window of Residential Building in Hangzhou Based on Software Simulation Analysis of Energy Saving , pp. 157-166 http://dx.doi.org/10.14257/ijsh.2015.9.9.17 Design of Sunshade Board with South External Window of Residential Building in Hangzhou Based on Software Simulation Analysis of Energy Saving

More information

An enhancement of the daylighting from side-window using two-section venetian blind

An enhancement of the daylighting from side-window using two-section venetian blind An enhancement of the daylighting from side-window using two-section venetian blind Vichuda Mettanant 1,2, Pipat Chaiwiwatworakul 1,2,*, Pattana Rakkwamsuk 3 1 The Joint Graduate School of Energy and Environment,

More information

Parametric Louver Design System Based On Direct Solar Radiation Control Performance

Parametric Louver Design System Based On Direct Solar Radiation Control Performance Parametric Louver Design System Based On Direct Solar Radiation Control Performance Jaepil Choi 1, Taekyoung Lee* 2, Euisoon Ahn 2 and Gensong Piao 2 1 Professor, Department of Architecture, Seoul National

More information

Deakin University gratefully acknowledges permission of the Australian and New Zealand Solar Energy Society to publish these papers

Deakin University gratefully acknowledges permission of the Australian and New Zealand Solar Energy Society to publish these papers Deakin Research Online Deakin University s institutional research repository DDeakin Research Online Research Online This is the published version (version of record) of:, P. and Luther, M. B. 2001, Evaluating

More information

Passive Solar Design. After a brief introductory discussion, pairs of students make simple

Passive Solar Design. After a brief introductory discussion, pairs of students make simple 5 Overview After a brief introductory discussion, pairs of students make simple box model houses from a provided template and seal thermometers inside these. Then each pair of students teams with another

More information

Analysis of Heat Gain in Computer Laboratory and Excellent Centre by using CLTD/CLF/SCL Method

Analysis of Heat Gain in Computer Laboratory and Excellent Centre by using CLTD/CLF/SCL Method Available online at www.sciencedirect.com Procedia Engineering 53 ( 2013 ) 655 664 Malaysian Technical Universities Conference on Engineering & Technology 2012, MUCET 2012 Part 2 Mechanical And Manufacturing

More information

STEADY STATE AND DYNAMIC THERMOPHYSICAL PARAMETERS OF TRANSPARENT BUILDING COMPONENTS

STEADY STATE AND DYNAMIC THERMOPHYSICAL PARAMETERS OF TRANSPARENT BUILDING COMPONENTS STEADY STATE AND DYNAMIC THERMOPHYSICAL PARAMETERS OF TRANSPARENT BUILDING COMPONENTS 1. ABSTRACT In modern architecture the buildings are often designed with large glass facades or windows. Due to these

More information

Press Release. Zero Energy Building for Seoul. Fraunhofer ISE Leads Interdisciplinary Team and Develops Energy Concept

Press Release. Zero Energy Building for Seoul. Fraunhofer ISE Leads Interdisciplinary Team and Develops Energy Concept Page 1 Zero Energy Building for Seoul Fraunhofer ISE Leads Interdisciplinary Team and Develops Energy Concept With the Energy Dream Center, the Seoul metropolitan government realizes its goal to construct

More information

171: An urban office designed for the southern Brazilian climate

171: An urban office designed for the southern Brazilian climate 171: An urban office designed for the southern Brazilian climate Marianne Costella Elemento 5 Bioclimatic Architecture, Brazil marianne@elemento5.com Abstract The climate in southern Brazil is characterised

More information

Comfort and Weather Analysis Tool

Comfort and Weather Analysis Tool User Guide Prepared by CARBSE, CEPT University 17 June 2013 Centre for Advanced Research in Building Science and Energy, CEPT University Kasturbhai Lalbhai Campus, University Road, Ahmedabad-380009, Gujarat,

More information

Green Building Parameters & Case Studies

Green Building Parameters & Case Studies Green Building Parameters & Case Studies 14 th March, 2015 Mumbai Abdullah Nisar Siddiqui abdullah.nisar.siddiqui@undp.org Presentation Coverage 1. Energy Scenario in the Country 2. Green / Energy Efiicient

More information

Assessing the energy performance of modern glass facade systems

Assessing the energy performance of modern glass facade systems Assessing the energy performance of modern glass facade systems Abdelsalam Aldawoud * Architectural Engineering Department, University of Sharjah Sharjah, United Arab Emirates Abstract. The design and

More information

Demonstration of modeling of radiant cooling system in design builder. Prashant Bhanware & Bharath Reddy

Demonstration of modeling of radiant cooling system in design builder. Prashant Bhanware & Bharath Reddy Demonstration of modeling of radiant cooling system in design builder Prashant Bhanware & Bharath Reddy CONTENTS Introduction to Design Builder Building Energy Simulation Modeling procedure Making a model

More information

Monitoring of Advanced Facades and Environmental Systems

Monitoring of Advanced Facades and Environmental Systems Paper presented at The whole-life performance of facades University of Bath, CWCT, 18/19 April 2001, Bath, UK Monitoring of Advanced Facades and Environmental Systems Mikkel Kragh, PhD Permasteelisa Architectural

More information

Achieving the nearly zero energy building concept - A study based on practical experience

Achieving the nearly zero energy building concept - A study based on practical experience Achieving the nearly zero energy building concept - A study based on practical experience SIMON PESCARI, VALERIU STOIAN, DANIEL DAN, DAN STOIAN Department of Civil Engineering and Equipment, Faculty of

More information

Passive Thermal Control for Window Insulation

Passive Thermal Control for Window Insulation Passive Thermal Control for Window Insulation E. Konroyd-Bolden 1, Dr. Z. Liao 1, 1 Ryerson University; Dept. of Architectural Science *Corresponding Author: 392 Pine Avenue, Unit 602, Oakville, Ontario,

More information

presentation overview

presentation overview presentation overview 1 Effect of Courtyard on Thermal Performance of Commercial Buildings in Hot Dry Climate, Ahmedabad, India thesis presentation Rachit Kumar IA/0207 Masters in Interior Architecture

More information

TREES Training for Renovated Energy Efficient Social housing. Section 1 Techniques 1.2 Replacement of glazing

TREES Training for Renovated Energy Efficient Social housing. Section 1 Techniques 1.2 Replacement of glazing TREES Training for Renovated Energy Efficient Social housing Intelligent Energy -Europe programme, contract n EIE/05/110/SI2.420021 Section 1 Techniques 1.2 Replacement of glazing Bruno PEUPORTIER ARMINES

More information

SUMMER THERMAL COMFORT IN TYPICAL FRENCH RESIDENTIAL BUILDINGS: IMPACT ASSESSMENT OF BUILDING ENVELOPE INSULATION ENHANCEMENT

SUMMER THERMAL COMFORT IN TYPICAL FRENCH RESIDENTIAL BUILDINGS: IMPACT ASSESSMENT OF BUILDING ENVELOPE INSULATION ENHANCEMENT 13th Conference of International Building Simulation Association, Chambéry, France, August 26-28 SUMMER THERMAL COMFORT IN TYPICAL FRENCH RESIDENTIAL BUILDINGS: IMPACT ASSESSMENT OF BUILDING ENVELOPE INSULATION

More information

Available from Deakin Research Online:

Available from Deakin Research Online: Deakin Research Online Deakin University s institutional research repository DDeakin Research Online Research Online This is the published version (version of record) of: Horan, Peter and Luther, Mark

More information

Energy consumption and thermal comfort in a passive house built in Romania

Energy consumption and thermal comfort in a passive house built in Romania Chapter 3 - High Performance Sustainable Building Solutions Energy consumption and thermal comfort in a passive house built in Romania Cristina Tanasa, Cristian Sabau, Daniel Dan & Valeriu Stoian Polytechnic

More information

Modelling Analysis of Thermal Performance of Internal Shading Devices for a Commercial Atrium Building in Tropical Climates

Modelling Analysis of Thermal Performance of Internal Shading Devices for a Commercial Atrium Building in Tropical Climates Modelling Analysis of Thermal Performance of Internal Shading Devices for a Commercial Atrium Building in Tropical Climates Kittitach Pichatwatana, and Fan Wang Abstract This paper examines the TAS computer

More information

Thermal performance of concrete wall panel with advanced coating materials: a sustainable design

Thermal performance of concrete wall panel with advanced coating materials: a sustainable design Topic: T2.1 Design and Innovation Reference number: 2046 Thermal performance of concrete wall panel with advanced coating materials: a sustainable design Ao Zhou 1, Denvid Lau 1, * 1. Department of Architecture

More information

THE ANALYSIS OF A THERMAL STORAGE SYSTEM UTILIZING BUILDING MASS IN A COLD REGION. Katsuhiro Miura 1

THE ANALYSIS OF A THERMAL STORAGE SYSTEM UTILIZING BUILDING MASS IN A COLD REGION. Katsuhiro Miura 1 THE ANALYSIS OF A THERMAL STORAGE SYSTEM UTILIZING BUILDING MASS IN A COLD REGION Katsuhiro Miura Kajima Technical Research Institute, Tokyo, Japan ABSTRACT The principle of the thermal storage in building

More information

ANNUAL ENERGY PERFORMANCE OF SOLAR THERMAL SYSTEMS IN BRAŞOV, ROMANIA

ANNUAL ENERGY PERFORMANCE OF SOLAR THERMAL SYSTEMS IN BRAŞOV, ROMANIA Bulletin of the Transilvania University of Braşov Series I: Engineering Sciences Vol. 5 (54) No. 2-212 ANNUAL ENERGY PERFORMANCE OF SOLAR THERMAL SYSTEMS IN BRAŞOV, ROMANIA C. ŞERBAN 1 E. EFTIMIE 1 Abstract:

More information

Role of daylight in the existent and future French building regulations

Role of daylight in the existent and future French building regulations Role of daylight in the existent and future French building regulations Christophe Martinsons Lighting Electromagnetism and Electricty Division christophe.martinsons@cstb.fr 13 May 2009 3rd VELUX Daylight

More information

Load Calculations Heat Balance Method - Application

Load Calculations Heat Balance Method - Application Load Calculations Heat Balance Method - Application Prof. Jeffrey D. Spitler School of Mechanical and Aerospace Engineering, Oklahoma State University Weather Data: Cooling Three types of design days Based

More information

CONTROLITE. Intelligent Daylighting System FACADE SKYLIGHT

CONTROLITE. Intelligent Daylighting System FACADE SKYLIGHT CONTROLITE Intelligent Daylighting System FACADE SKYLIGHT INTELLIGENT DAYLIGHTING SYSTEM COMFORT. CONVENIENCE. CONTROL. Sports Complex Jules Ladoumegue, France Architect: Dietmar Feichtinger CONTROLITE

More information

Observation of Liquid-filled Window without Presence of Liquid in Test Chamber

Observation of Liquid-filled Window without Presence of Liquid in Test Chamber SSP - JOURNAL OF CIVIL ENGINEERING Vol. 11, Issue 2, 2016 DOI: 10.1515/sspjce-2016-0020 Observation of Liquid-filled Window without Presence of Liquid in Test Chamber Ján Lojkovics Technical University

More information

THERMAL MASS CHAPTER 6. Understanding thermal mass. Seasonal effects of thermal mass

THERMAL MASS CHAPTER 6. Understanding thermal mass. Seasonal effects of thermal mass CHAPTER 6 THERMAL MASS mud brick concrete block brick The contents of this chapter explain the effect of thermal mass and provide guidelines for its location and extent. Summer and winter effects of thermal

More information

Practitioner Modeling Competition

Practitioner Modeling Competition Practitioner Modeling Competition Design and Simulation of a Laboratory Building Building Simulation 2017 Briefing Document IBPSA-USA San Francisco Bay Area Chapter http://www.ibpsa.us/chapter/san-francisco

More information

ADAPTIVE LOW-E DOUBLE GLAZING WINDOW

ADAPTIVE LOW-E DOUBLE GLAZING WINDOW ADAPTIVE LOW-E DOUBLE GLAZING WINDOW Hussein Abaza 1 and Ihab Sa ad 2 ABSTRACT This paper investigates the thermal performance of a new adaptive window which is seasonally reversible. The new window is

More information

Student Modeling Competition

Student Modeling Competition Student Modeling Competition Design and Simulation of a Near-zero Energy Building Building Simulation 2013 Apoorv Goyal agoyal@gsd.harvard.edu Arta Yazdanseta ayazdans@gsd.harvard.edu Keojin Jin kjin@gsd.harvard.edu

More information

Energy study of a non-residential and historic building in transient conditions

Energy study of a non-residential and historic building in transient conditions Energy and Sustainability VI 511 Energy study of a non-residential and historic building in transient conditions S. Grignaffini, M. Romagna & A. Vallati Department of Astronautical, Electrical and Energetic

More information

WINDOW AREA IN OFFICE BUILDINGS FROM THE VIEWPOINT OF ENERGY EFFICIENCY

WINDOW AREA IN OFFICE BUILDINGS FROM THE VIEWPOINT OF ENERGY EFFICIENCY WINDOW AREA IN OFFICE BUILDINGS FROM THE VIEWPOINT OF ENERGY EFFICIENCY Farshad Nasrollahi Research Associate Berlin University of Technology, Building Technology and Design, Young Cities, Germany E-Mail:

More information

Constructions Database User Guide IES Virtual Environment 6.3

Constructions Database User Guide IES Virtual Environment 6.3 Constructions Database User Guide IES Virtual Environment Apache Contents 1. Introduction... 3 2. Units... 4 3. Main Dialogue Project Constructions... 5 3.1. Outline...5 3.2. Construction Classes & Categories...6

More information

CONTROLITE. Intelligent Daylighting System FACADE SKYLIGHT

CONTROLITE. Intelligent Daylighting System FACADE SKYLIGHT CONTROLITE Intelligent Daylighting System FACADE SKYLIGHT INTELLIGENT DAYLIGHTING SYSTEM CONTROLITE FEATURES A TRANSLUCENT GLAZING PANEL WITH INTEGRATED, ROTATING LOUVRES THAT ADJUST THEIR POSITION THROUGHOUT

More information

An approach for energy conscious renovation of residential buildings in Istanbul by Trombe wall system

An approach for energy conscious renovation of residential buildings in Istanbul by Trombe wall system Building and Environment 43 (2008) 508 517 www.elsevier.com/locate/buildenv An approach for energy conscious renovation of residential buildings in Istanbul by Trombe wall system Zerrin Yilmaz a,, Arch

More information

DESIGN AND USE OF RADIANT BARRIERS AS THERMAL INSULATION FOR HIGH INERTIA HOUSES IN TROPICAL CONDITIONS A CASE STUDY

DESIGN AND USE OF RADIANT BARRIERS AS THERMAL INSULATION FOR HIGH INERTIA HOUSES IN TROPICAL CONDITIONS A CASE STUDY HEFAT2007 5 th International Conference on Heat Transfer, Fluid Mechanics and Thermodynamics Sun City, South Africa Paper number: MF2 DESIGN AND USE OF RADIANT BARRIERS AS THERMAL INSULATION FOR HIGH INERTIA

More information

JOTUN Cool Shades. Impact of the TSR Value on the Users Comfort and the Energy Performance of Buildings. ai³ Werner Jager

JOTUN Cool Shades. Impact of the TSR Value on the Users Comfort and the Energy Performance of Buildings. ai³ Werner Jager JOTUN Cool Shades Impact of the TSR Value on the Users Comfort and the Energy Performance of Buildings ai³ Werner Jager Exclusion of warranty: All tables, graphical charts and results presented within

More information

COMPARISON OF THERMAL PERFORMANCE OF DIFFERENT WALL STRUCTURES

COMPARISON OF THERMAL PERFORMANCE OF DIFFERENT WALL STRUCTURES HEFAT2012 9 th International Conference on Heat Transfer, Fluid Mechanics and Thermodynamics 16 18 July 2012 Malta COMPARISON OF THERMAL PERFORMANCE OF DIFFERENT WALL STRUCTURES Ozel M.* and Ozel C. *Author

More information

Introduction and utilizing of natural energy in Net ZEB practice

Introduction and utilizing of natural energy in Net ZEB practice Introduction and utilizing of natural energy in Net ZEB practice Takenaka Corporation Higashi-kanto Branch Office 2018.10.5 Renewable Energy Institute / Green Building Symposium Takenaka Corporation Hiroaki

More information

ScienceDirect. Simulation based mixed mode building design

ScienceDirect. Simulation based mixed mode building design Available online at www.sciencedirect.com ScienceDirect Energy Procedia 00 (2016) 000 000 www.elsevier.com/locate/procedia 5th International Conference on Advances in Energy Research, ICAER 2015, 15-17

More information

The impact of climate change on the indoor climate of monumental buildings

The impact of climate change on the indoor climate of monumental buildings University of Technology Eindhoven The impact of climate change on the indoor climate of monumental buildings An analysis by computer simulations using HAMBase for the years 2000 until 2099. R.P. Kramer,

More information

Facade system Thermo 50 with superior insulation (RMG 1) SFB 4150

Facade system Thermo 50 with superior insulation (RMG 1) SFB 4150 Facade system Thermo with superior insulation (RMG 1) SFB 41 The new Thermo insulated facade system is our most advanced yet. The insulation capacity of the facade sections have been optimised, and easily

More information

IESVE Compliance for ASHRAE IES Virtual Environment

IESVE Compliance for ASHRAE IES Virtual Environment IESVE Compliance for ASHRAE 90.1 - IES Virtual Environment July 2018 IES Virtual Environment and Compliance with ASHRAE 90.1-2004, 2007, 2010 & 2013; Appendix G, Performance Rating Method and Chapter 11,

More information

Shading systems and sustainable design

Shading systems and sustainable design Content Shading systems and sustainable design Randall Kohn Shade Factor Pty Ltd Australian agents for Warema Brief introduction of WAREMA Type 80 retractable external louvres Physical basics Slat and

More information

Practitioner Modeling Competition

Practitioner Modeling Competition Practitioner Modeling Competition Design and Simulation of a Laboratory Building Building Simulation 2017 Briefing Document Updated: Feb. 04, 2017 IBPSA-USA San Francisco Bay Area Chapter http://www.ibpsa.us/chapter/san-francisco

More information

ENERGY ANALYSIS AND ENERGY CONSERVATION OPTION FOR THE WAREHOUSE FACILITY AT THE HUMAN SERVICES CENTER COMPLEX DRAFT REPORT.

ENERGY ANALYSIS AND ENERGY CONSERVATION OPTION FOR THE WAREHOUSE FACILITY AT THE HUMAN SERVICES CENTER COMPLEX DRAFT REPORT. ESL-TR-86/09-03 ENERGY ANALYSIS AND ENERGY CONSERVATION OPTION FOR THE WAREHOUSE FACILITY AT THE HUMAN SERVICES CENTER COMPLEX DRAFT REPORT Submitted by Mohsen Farzad Dennis O'Neal Prepared For Energy

More information

Understanding thermal mass

Understanding thermal mass 1 THERMAL MASS The contents of this fact sheet explain the effect of thermal mass and provide guidelines for its location and extent. Summer and winter effects of thermal mass and the relationship with

More information

Characterization and performance evaluation of solar shading devices

Characterization and performance evaluation of solar shading devices Characterization and performance evaluation of solar shading devices Inês P. Santos, Research Assistant, Department of Civil Engineering, Technical University of Denmark; isa@byg.dtu.dk, www.byg.dtu.dk

More information

Evaluation methods for indoor environmental quality assessment according to EN15251

Evaluation methods for indoor environmental quality assessment according to EN15251 Summary of this article was published in the REHVA European HVAC Journal Vol 49, Issue 4 (August), 2012, pages 14-19, available at http://www.rehva.eu/en/rehva-european-hvac-journal. Evaluation methods

More information