Verification of a Low Order Building Model for the Modelica Library AixLib using ASHRAE Standard 140

Size: px
Start display at page:

Download "Verification of a Low Order Building Model for the Modelica Library AixLib using ASHRAE Standard 140"

Transcription

1 Verification of a Low Order Building Model for the Modelica Library AixLib using ASHRAE Standard 14 Moritz Lauster, Ana Constantin, Peter Remmen, Marcus Fuchs, Dirk Müller RWTH Aachen University, EON Energy Research Center, Institute for Energy Efficient Buildings and Indoor Climate, Aachen, Germany Abstract Low order building models () implemented in state-of-the art modeling languages like Modelica allow for simulations with reduced computational effort but have a reduced dynamic behavior The Modelica library AixLib includes a for urban scale simulations This paper verifies the using the ASHRAE Standard 14 to evaluate the impact of the low order approach The model is within the range of the standard except few outliers for free floating temperature test cases The outliers are related to the reduced dynamics within the and are in an acceptable range in the context of urban scale simulations focusing on heat load predictions Introduction Modelica is an advanced modeling language that allows for modeling of complex dynamic energy systems It supports object-oriented modeling and simulation (OOMS) (Wetter et al, 215; Bonvini, 212), native equation-based definitions of physical systems and acausal connectors to allow bidirectional flow systems, eg heat transfer in walls Several opensource and commercial simulation environments support Modelica (Modelica Association, 216) and provide numerical solvers, including variable time steps, event handling and error handling Modelica is already used in multiple domains and has a growing community in building performance simulation (BPS) This is bundled in the IEA EBC Annex 6 project New generation computational tools for building and community energy systems based on the Modelica and Functional Mockup Interface standards (Wetter et al, 215) One part of this project aims at harmonizing the use of Modelica for BPS by means of the Annex 6 library, available at iea-annex6/modelica-annex6 While this library serves as common core library with basic functionalities, several model libraries provide the user with additional models, further examples and documentation One of these libraries is AixLib (Müller et al, 216), available at AixLib AixLib contains an urban building energy model (UBEM) for heat load predictions on an hourly scale It extends the Annex 6 reduced order model and adds upstream models for windows, solar radiation, infiltration and internal gains This UBEM, a low order model (), is based on a thermal network A comprehensive discussion of such models can be found in Hensen and Lamberts (211) The order of a model is determined by the number of capacities as they represent the number of state variables Lumped parameter thermal network models merge several walls to representative accumulated wall elements In this way, they require low parameterization and computational effort, which depends on the number of state variables The price of these advantages is a lower precision regarding the dynamic model behavior Still, these properties make s a preferred choice for urban scale simulations (Nytsch-Geusen and Bartsch, 21; Kämpf and Robinson, 27; Robinson, 211; Coninck et al, 214; Kim et al, 214; Lauster et al, 214, 215) A vast number of s of various topologies has already been developed and lead to international and national standards (DIN EN ISO 1379, 28; VDI 67-1, 212) Consequently, we made use of these works and implemented such a model in Modelica to use the power of modern numerics (event handling, variable time step, error handling) The presented AixLib is based on the German Guideline VDI 67-1 (212), which describes a second order thermal network model To the authors knowledge no other up-to-date open-source implementation of this model is available The AixLib extends the original VDI 67-1 model by allowing a variable number of accumulated wall elements This enables scaling the order to the needs of a use case To ensure reliable results and evaluate the impact of the low order approach, thorough verification of a model is a necessary step in model development For this purpose, this paper presents the verification of the AixLib using the ASHRAE Standard 14 (211), a standard for comparison of BPS models The following chapters outline the topology and parameter calculations of the AixLib, present the verification results and end in a conclusion discussing the applicability for UBEM

2 ϑeqairwin ϑeqairext RExtRem CExt RWin RExt QSolRad ϑref QIGRad QSolRad RAirEx ϑairex RWinCon RExtWinRad RExtCon CAir RWinIntRad RExtIntRad QSolRad RIntCon QIGCon QIGRad RInt QSolRad Figure 1: Thermal network of AixLib AixLib Low Order Building Model Thermal network models use the analogy to electrical circuits to describe heat transfer and storage through walls and within a room via circuits of resistances (R) and capacitances (C) (Figure 1) Using calculation methods for parallel and series connections of RC-links, it is possible to merge several walls to representative accumulated wall elements In doing so, the thermal properties of the single wall elements are merged to representative values and the resulting accumulated element can only be excited as a whole In this way, lumped parameter models have a reduced capability to resolve dynamic reactions if the excitation of the single wall elements vary between each other Consequently, the appropriate number of accumulated wall elements depends on the use case and should be chosen carefully (Bacher and Madsen, 211; Reynders et al, 214) Still, for UBEM, inaccuracies in the system s dynamics seem to be acceptable given the high uncertainties of input data and the focus on the buildings role in urban scale energy systems, so that a low number of wall elements is feasible As the lower threshold, a minimum number of elements, resp order of two is recommended in literature (Bacher and Madsen, 211; Ramallo-González et al, 213) In consideration of the aim to use standardized models, the second order model defined in the German Guideline VDI 67-1 (212) serves as the basis of the implemented AixLib The VDI 67-1 merges wall elements into two different groups: Exterior walls that take part on heat transfer to the outside or to rooms with differing temperatures Interior walls that can be considered as heat storages without any heat losses Both groups are modeled via RC-links with one capacitance for each group This leads to a model order of two Model Topology Figure 1 shows the thermal network of the AixLib While exterior walls are modeled with an RCRlink (R Ext,C Ext and R ExtRem ) from indoor to the ambient, interior walls require only an RC-link (R Int and CInt C Int ) Windows (usually regarded without thermal mass) are handled separately via R Win as merging them with the highly capacitive exterior walls leads to a noticeable phase shift in heat transfer through windows (Lauster et al, 214) Ambient excitation due to short- and long-wave radiation is combined with outdoor air temperature to one equivalent air temperature for walls ϑ EqAirExt (taking shortwave radiation into account) and one for windows ϑ EqAirWin (without short-wave radiation) Solar radiation through windows is handled similarly to internal gains as indoor heat source ( Q SolRad, Q IGRad and Q IGCon ) Indoor heat exchange is considered as being linear with constant coefficients and is divided into one radiant polygon network (R ExtIntRad, R ExtWinRad and R WinIntRad ) and one convective star network (R ExtCon, R IntCon and R WinCon ) connected to the indoor air C Air Infiltration is handled via a controllable resistance R AirEx and a temperature source ϑ AirEx All capacities and temperature sources in Figure 1 can be referenced to a virtual temperature ϑ Ref to have a closed circuit system The original VDI 67-1 model is limited to this circuit topology and does not allow changing the model s order by distinguishing between more than these two accumulated wall elements To overcome this limitation, the calculation core used in AixLib encompasses three different base models Starting with the original VDI 67-1 second order model, the third order model adds a further element, eg for ground floors and is in turn extended by the fourth order model adding another element, eg for roof tops This flexible and scalable model structure is supported by Modelica s object-oriented approach that allows extending and reusing models Model Parameterization In addition to the topology of a thermal network model, the calculation of the lumped parameter is a fundamental design decision for s The number of RC-links per wall is similar to the number of cells for finite element methods (FEM) or computational fluid dynamics (CFD) and defines the spatial resolution Similarly to FEM or CFD approaches, it is possible to define adapted meshes that use an inhomogeneous distribution of cells and focus on parts with higher dynamics In particular for models with a reduced number of cells, this allows to capture the dominant dynamics of a system even with reduced computational efforts For lumped parameter thermal network models, this translates into the question which part of the wall is relevant to represent the wall s dynamic behavior The corresponding RClink should only represent this active part of the wall that is similar to the effective thermal mass defined in Antonopoulos and Koronaki (1998) The second resistance for exterior walls R ExtRem ensures that static heat transfer is modeled correctly by means of the U- value (Figure 2) 115

3 d eff_b Table 1: Test case overview T b T a d eff_a ρ 1 c 1 d 1 λ 1 ρ 2 c 2 d 2 λ 2 ρ 3 c 3 d 3 λ 3 Test case Description 6XX Low thermal mass 9XX High thermal mass 6, 9 Base Cases 62, 92 Window on east and west side 64, 94 Thermostat setback strategy 65, 95 Night ventilation 6FF, 9FF Free Float of 6,9 65FF, 95FF Free Float of 65,95 Figure 2: Illustration of different effective thermal masses and distribution of thermal resistances and capacities The effective thermal mass, represented by the thickness of the effective part of a wall d eff, is a function of the thermal properties (density ρ, heat capacity c and conductivity λ of each layer n of a wall) and the wall s excitation by means of a design frequency or time constant T (Figure 2): d eff = f (ρ n, c n, λ n, d n, T ) (1) The design frequency describes the typical excitation of the wall In consequence, when using the effective mass approach, the model s parameter are fitted to this typical excitation Different approaches from rough estimation of the effective thermal mass (Annex A of DIN EN ISO 13786, 28 assumes that 1 cm of the wall can be activated) or identifying the dominant layer (Ramallo-González et al, 213) to datadriven optimization methods (Bacher and Madsen, 211) exist The VDI 67-1 (212) defines a calculation of the RC-link for the presented model It is based on a comparison of the model s transfer matrix to a solution of Fourier s law of one-dimensional heat transfer for periodic boundary conditions (Rouvel, 1972) The VDI 67-1 recommends a time constant of 5 days as design excitation frequency Verification To evaluate the inaccuracies regarding the model s dynamic behavior and to check the correct implementation of the VDI 67-1 in Modelica, we chose to verify the AixLib using the ASHRAE Standard 14 (211) This verification can in addition give some indications about the applicability of the model for UBEM with regard to a comparison to established BPS software for single buildings The ASHRAE Standard 14 is a standard test suite for the evaluation of building simulation programs (Nouidui et al, 212; Henninger and Witte, 214; Constantin et al, 214) In this paper, we focus on Building Thermal Envelope and Fabric Load Tests This part of the standard provides 39 test cases, 13 Base Cases, four Free Float Cases and 22 so-called In-Depth Cases The Base and Free Float Cases are used to test the ability of programs to model all relevant heat transfer phenomena, see Table 1 As the presented model cannot represent details like windows to be shaded from an overhang, we considered eight of the Base Cases within this paper The In-Depth Cases present a diagnosis procedure by emphasizing on specific heat transfer mechanism, eg impact of transparent building elements, if certain Base Cases fail For the verification, this paper focuses on the Base Cases and Free Float Cases that highlight all relevant phenomena The standard by intention focuses on a simple boxshaped room (Figure 3) and allows the user to gain insights in the differences of modeling approaches of specific phenomena such as heat storage and transfer This qualifies the standard for a thorough verification that allows to judge where deviations originate from The test room has five exterior walls (including the roof) exposed to the ambient and one interior wall (the floor is regarded as adiabatic on the outer surface) The building is 27 m high, has a floor area of 48 m 2, the south and north wall have an area of 217 m 2 each and the west, resp east wall of 162 m 2 each Two windows, each six square meter large, are embedded in the wall facing south The ASHRAE Standard 14 provides eight reference results, obtained with standard BPS tools like DOE2 (Hirsch, 214), TRNSYS (Klein, 21) and ESP-r (ESP-r Development Team, 211) All simulations are performed for one year with an output time step of one hour According to the standard, the example simulation results in themselves do not represent a truth standard and the determination of whether or not results agree is left to the user (ASHRAE Figure 3: Base definition of test room given in ASHRAE Standard 14 (211) N 1151

4 Table 2: Overall and effective thermal mass of accumulated exterior wall element for low and high mass test cases in J/K Case 9XX Case 6XX Overall thermal mass Effective thermal mass Share effective/overall Standard 14, 211) The verification in this paper is limited to the original second order model of the VDI 67-1, leaving out the third and fourth order model, to focus on one model setup The test room of ASHRAE Standard 14 comes with a set of thermally similar exterior walls (all excited by solar radiation and outdoor air temperature) and thermally similar interior walls For model order comparison, this setup is quite limited and might not reveal the full impact of the model s order We chose the second order model as the one with the lowest order for the verification This model should have the worst dynamic behavior and thus is the one most likely to fail the ASHRAE verification Thermal Parameters To evaluate the impact of the effective mass approach, Table 2 gives an overview of the overall and effective mass of the accumulated exterior wall element for the high mass and low mass test cases The calculates an effective thermal mass of 56% for the low mass case and 91% for the high mass case compared to the overall thermal mass As the major heat storing layers are directed towards indoor, these values are reasonable and the capacities in the represent the mass that can be activated under the given design conditions If one would like to avoid the effective thermal mass approach, one could add a second RC-element between C Ext and R ExtRem (Figure 1) and consider the entire thermal mass For the high mass case, this second capacity mass could in maximum represent 9 % of the overall thermal mass For the low mass case, this value would rise to maximum 44 % Still, these thermal masses are hidden behind the effective part of the wall and are not participating noticeably at heat storage related to indoor ASHRAE 14 Test Cases For each test case, the ASHRAE Standard 14 provides annual reference values of eight BPS tools The results in this paper are presented as normalized to the median of the reference values For each test case, the reference values are given as error bars with the minimum, maximum and median reference values out of the eight BPS tools In this way, it is easy to evaluate if the range of reference values is violated and if the simulation results tend towards one of the boundaries In addition to annual values, the standard encompasses time series for solar radiation, free float temperature and heating/cooling loads The results Normalized difference to median Simulated test cases of ASHRAE Figure 4: Results of and reference values for annual heating load are compared to the minimum/maximum of the reference results at each time step to evaluate if the two tested models are within the defined corridor The calculations of diffuse and direct solar radiation on tilted surfaces have been verified prior to the Base Cases and lie within the bounds of ASHRAE Standard 14 The results are not presented here to focus the discussion on the impact of low order modeling approaches Annual Heating and Cooling Loads Figure 4 shows the annual heating loads for all considered eight Base Cases The AixLib is within the range of reference values for all cases while tending to underestimate the heat load compared to the median, in particular for high mass cases Still, the median can only serve as orientation The ASHRAE Standard 14 is a software to software comparative verification method so that no true reference value is given For Base Cases 65 and 95, no heater is installed Consequently, all values fall together on zero However, to keep the eight-case-representation throughout all tests, we integrated the two test cases even for these tests For the light-weight Base Case with night-setback (64), the underestimates the impact of the thermal mass on the long term and calculates relatively high annual heat loads compared to all other test cases This is a first indicator showing the s property to be a lumped parameter model configured to a specific design frequency Thus, for events with highly differing frequencies (eg fast transients) or variable excitations for each wall, the introduces a certain deviation Still, regarding annual heat loads, this effect seems to be acceptable The main driving factor of heat loads is typically outdoor air temperature, which is the same for all exterior walls Figure 5 gives the annual cooling loads for all eight Base Cases The is within all bounds and shows the same behavior for all test cases It tends to be near the median for low mass cases (6XX) and between the median and the minimum reference value for high mass cases (9XX) For the high mass Base 1152

5 Normalized difference to median Simulated test cases of ASHRAE Figure 5: Results of and reference values for annual cooling load Normalized difference to median Power in kw 94 Simulated test cases of ASHRAE Figure 6: Results of and reference values for peak heating load Case with night ventilation (95), which can also be classified as a situation with fast transients, it falls together with the minimum reference value, but still is within the bounds This is again related to the design frequency and lumped parameter approach of the Cooling loads are typically determined by solar radiation and internal gains These inputs typically have a higher characteristic frequency than outdoor air temperature (Ramallo-González et al, 213) As the design frequency according to VDI 67-1 is meant to represent general excitation, it tries to find a balance between both worlds In addition, solar radiation excites walls with different orientation one after the other following the path of the sun For a lumped parameter model, these excitations are merged to excite the accumulated wall element as a whole This results in a reduced resolution of the system s dynamics To achieve a finer resolution of short-term effects, one could change the design frequency (and accept a different behavior in heating cases) or add further accumulated wall elements, eg one for each orientation Translated to acoustics, this would mean to use two speakers instead of one to play two different songs at the same time However, as the is within the range for all annual cooling load tests, there is no reason to do so based on these tests Normalized difference to median Simulated test cases of ASHRAE Figure 7: Results of and reference values for peak cooling load Max reference Min reference Figure 8: Time series of heating/cooling power for January 4th, Test Case 6 Peak Heating and Cooling Loads In addition to the annual values, the ASHRAE Standard 14 provides peak heating loads of that year, given in Figure 6 The peak loads are mean hourly values to unify different time steps within different simulation engines The is again within the range of reference values for all tests cases and tends to be near the median value This again indicates that the design frequency and the second order approach meet the characteristics of heating cases quite well Base Cases 65 and 95 are again set to zero as no heater is installed The peak cooling loads show a similar behavior like the peak heating loads (Figure 7) The is within the range for all test cases, tending to the median for low mass cases (6XX) and between median and lower bound for high mass cases (9XX) as discussed for Figure 5 To analyze the dynamic behavior of a model in detail, the ASHRAE Standard 14 provides time series for a reference day for low and high mass test cases, see Figures 8 and 9 The is well within the range of reference values except between 12: and 14: for the low mass case (6) in Figure 8, where it violates the lower bound An analysis of the upstream window model revealed slight overestimations of incidence angle dependent solar gains compared to other tools Still, this seems acceptable for urban scale ap- 1153

6 Power in kw Max reference Min reference Figure 9: Time series of heating/cooling power for January 4th, Test Case 9 Table 3: Occurrence of peak heating loads Test Case Match 6 4-Jan 2: No(ESP - 3h) 62 4-Jan 2: No (ESP - 4h) 64 4-Jan 8: No (ESP + 1h) 9 4-Jan 8: No (ESP + 1h) 92 4-Jan 7: Yes (ESP) 94 4-Jan 8: No (ESP + 1h) plications with high uncertainties in input data and focus on the general buildings behavior To analyze the occurrence of peak values within the investigated year, the ASHRAE Standard 14 provides time stamps of all peak values Table 3 gives the time stamps of the for peak heating loads and compares if it matches the occurrence of one of the reference values Deviations of 1 h are considered not critical, as they can depend on the method each tool uses in calculating the integral over an hour The deviations for the for Test Cases 6 and 62 are 3 h, respectively 4 h However it is important to mention that although the minimal air temperature is reached at 2: in both cases, it remains nearly constant until 5:-6:, which is the occurrence time for ESP-r For the cooling peak loads (Table 4) the results for the match the results from TRNSYS, with the sole exception of Test Case 65, where a deviation of almost one day is recorded However, both days, October 16th and 17th, have very similar load profiles Table 4: Occurrence of peak cooling loads Test Case Match 6 16-Oct 14: Yes (TRNSYS) Jul 17: Yes (TRNSYS) Oct 14: Yes (TRNSYS) Oct 14: No (ESP + 23h) 9 17-Oct 15: Yes (TRNSYS) Jul 17: Yes (TRNSYS) Oct 15: Yes (TRNSYS) 95 2-Sep 15: Yes (TRNSYS) Normalized difference to median Normalized difference to median FF 65FF 9FF 95FF Simulated test cases of ASHRAE 14 Figure 1: Maximum free float temperatures FF 65FF 9FF 95FF Simulated test cases of ASHRAE 14 Figure 11: Minimum free float temperatures and close maxima for the cooling loads Free Float Cases In addition to the Base Cases that focus on thermal loads, four Free Float Cases investigate the differences of free floating temperatures without heating or cooling equipment The ASHRAE Standard 14 provides minimum, maximum and mean free float temperatures for all four test cases This paper presents only the maximum (Figure 1) and minimum (Figure 11) free float temperatures as the mean temperatures replicate their behavior and provide no further insights While the is within the ranges for thermal load calculations, it fails for Test Case 95FF regarding maximum temperature (with 9FF being just within the boundaries) and for Test Case 6FF and 65FF regarding minimum temperatures In all three cases, the predicts too low temperatures This allows the conclusion that in high mass cases temperature excitations are damped too strongly while in low mass cases the temperatures overshoot The overshoot leads to high maximum temperatures compared to the median and off minimum temperatures Still, all test cases are close to the boundaries with less than 5 % off In the context of UBEM, these deviations of extreme values for indoor air temperatures seem acceptable A detailed analysis of this behavior is given in the discussion of the exemplary free float 1154

7 Temperature in C Temperature in C Temperature in C Table 5: Occurrence of maximum free float temperature Test Case Match 6FF 17-Oct 16: Yes (TRNSYS) 65FF 17-Oct 16: Yes (TRNSYS) 9FF 17-Oct 16: No (TRNSYS + 1h) 95FF 2-Sept 16: Yes (DOE2) Table 6: Occurrence of minimum free float temperature Test Case Match 6FF 4-Jan 8: Yes (DOE2) 65FF 4-Jan 2: Yes (DOE2) 9FF 4-Jan 8: Yes (DOE2) 95FF 4-Jan 7: Yes (DOE2) days, Figures As mentioned before and visible in Tables 5 and 6, the lumped parameter low order approach introduces no relevant time shift For all Free Float Cases, the occurrences of minimum and maximum temperatures match one reference value The only exception is for maximum temperature of Test Case 9FF with being one hour off in times with nearly steady state behavior The time series for two exemplary days of two test cases each in Figures reveal the same behavior as discussed for Figures 1 and 11 While the for light-weight test cases fluctuates and overshoots from the lower bound in cold times to the upper bound in hot times, it shows the contrary damped behavior for heavy-weight test cases For Test Case 95FF, a heavy test case with fast transients (night ventilation is turned on and off), the RC-links represent a design frequency that is too low to predict the reaction to an occurrence of fast excitation In addition, the lumped parameter approach limits the ability to resolve the varying dynamic behavior of all single walls The reduced order model predicts a reaction to situations with fast or distributed transients that is too smooth compared to the other BPS tools As shown in Table 5, this affects only the amplitude of events, a phase shift is not introduced Similar observations as for Test Case 95FF can be made for Test Case 6FF and 65FF Here, the reaction of the light-weight room is too excessive and temperatures overshoot These observations pick up the observations and discussion for Figure 5 Adding further RC-links in series to the wall models is a further approach to achieve a higher resolution of dynamic effects It allows considering further, higher frequencies in addition to the first chosen design frequency This leads to a finer resolution of short-term effects, eg heat storage in the first layer towards the room Each RC-link is analogue to a low-pass in electrical science, filtering high frequencies while frequencies lower than Max reference Min reference Figure 12: Time series of free float temperatures for January 4th, Test Case 6FF Max reference Min reference Figure 13: Time series of free float temperatures for January 4th, Test Case 9FF the design frequency can pass Adding a second RClink with a higher design frequency between indoor and the first RC-link introduces an element that focuses on frequencies on a higher level In the figurative sense, this is like dividing a full-range speaker into sub woofer and tweater In conclusion, the overestimates the damping effect of thermal mass for high mass cases and underestimates the effect for low mass cases for the given physical properties of the room, the model s order of two and the chosen design frequency As for all other tests, the impact of these inaccuracies is fairly small with Test Case 6FF being off less than 5 K at 9: and Test Case 9FF being as well off less than 5 K from 1: to 18: Max reference Min reference Figure 14: Time series of free float temperatures for July 27th, Test Case 65FF 1155

8 Temperature in C Max reference Min reference Figure 15: Time series of free float temperatures for July 27th, Test Case 95FF Limitations The limited complexity of the ASHRAE Standard 14 test cases with regard to geometry and boundary conditions is a strength and a weakness at the same time While the focus on simplicity allows in-depth analysis of differences and to identify fundamental properties of models, drawing conclusions for more complex applications is difficult A higher number of varying wall elements with regard to thermal properties and boundary conditions with a wider range of frequencies might impose a different dynamic behavior Low order models with their limited ability to distinguish dynamics of different time scales and affected wall elements might underestimate such influences Thus, this verification can only prove the applicability of s for simple dynamic situations Based on the verification results and the general model properties, the shows some limitations: Merging walls leads to radiant heat exchange only between the accumulated wall elements but not for different orientations As a result, the model is not suited for in-depth analyses of complex geometries Reduced dynamic behavior, in particular in situations with fast transients Room temperatures, in particular minimum and maximum values, might be under- or overestimated to a degree outside of the verification bounds Specific building constructions that lead to extremely light- or heavy-weight buildings increase the effects of under- and overestimation Excitation frequencies for effects with major impact that are deviating from typical frequencies, eg daily, require an adaption of the design frequency Still, whether these limitations prohibit the use the highly depends on the use case For UBEM, the information density is low and computations need to be fast for the single buildings In this case, the strengths of the can outweigh its limitations Conclusion This paper verifies a second order thermal network model based on an effective mass approach using the ASHRAE Standard 14 Such models are of particular interest in domains like urban building energy modeling with high requirements regarding computational efficiency The model is implemented in Modelica, part of the open-source Modelica library AixLib ( AixLib) and named low order model () It is based on the German Guideline VDI 67-1 (212), which condenses the vast amount of previous works and models to a national standard To the authors knowledge no other up-to-date open-source implementation of this model is available To ensure reliable results and evaluate the impact of the low order approach, thorough verification of a model is a necessary step in model development The is within the range of reference results for most test cases and close to the bounds for a few outliers All outliers are within 5 % deviation from the nearest bound Still, different conclusions can be drawn from the set of test cases While the successfully passed all tests regarding annual and peak heating and cooling loads, its results tend to the lower bounds, in particular for cases with fast transients like night ventilation This tendency becomes even more visible for free float test cases, where its results lies outside the bounds for maximum and minimum indoor temperatures For low mass cases, the tends to predict too high fluctuations in indoor temperature and tends to underestimate the impact of the thermal mass This effect is inversed for high mass cases, where the temperature shows a damped behavior compared to the reference results and the effect of thermal mass seems to be overestimated This behavior gets worse if fast transients appear All these observations can be explained by the reduced dynamic behavior of the model By utilizing the effective mass approach, which initially allows the reduction to an order of two, the deviates for a short time after highly dynamic events The is configured to a specific design frequency and shows deviations if the actual excitation differs greatly from that Furthermore, by merging all wall elements to two accumulated elements, the model can only consider two different excitations, for exterior and interior walls This leads to an additional smearing of the detailed dynamic behavior Besides adding further wall elements, adding RC-links in series to the existing wall elements and changing the design frequency are possible options to modify and improve the model s dynamic behavior If high precision in highly dynamic situations is necessary, the focus is on precise room temperatures, the room is extremely light- or heavy-weight or the different wall elements are excited differently, one should consider a model with a higher order than two and use optimal design 1156

9 frequencies Still, low order models are a valuable option in applications where computational effort and simulation times outweigh ultimate dynamic accuracy In particular for urban building energy modeling, aiming in our case at heat load prediction on an hourly scale, the accuracy of annual heat loads and peak heat loads is the main focus In addition, urban scale simulations often face high uncertainties in input data that outweigh model uncertainties Even for cooling loads, the is a suitable option based on the ASHRAE verification Acknowledgment We gratefully acknowledge the financial support by BMWi (German Federal Ministry of Economic Affairs and Energy), promotional reference 3ET141B This work emerged from the Annex 6 project, an international project conducted under the umbrella of the International Energy Agency (IEA) within the Energy in Buildings and Communities (EBC) Programme Annex 6 will develop and demonstrate new generation computational tools for building and community energy systems based on Modelica, Functional Mockup Interface and BIM standards s Antonopoulos, K A and E Koronaki (1998) Apparent and effective thermal capacitance of buildings Energy 23 (3), ASHRAE Standard 14 (211) Standard method of test for the evaluation of building energy analysis computer programs Bacher, P and H Madsen (211) Identifying suitable models for the heat dynamics of buildings Energy and Buildings 43 (7), Bonvini, M (212) Efficient Modelling and Simulation Techniques for Energy-related System-level Studies in Buildings: Doctoral Dissertation Milano: Politecnico di Milano Coninck, R D, F Magnusson, J Akesson, and L Helsen (214) Grey-box building models for model order reduction and control In Proceedings of the 1th International Modelica Conference, pp Constantin, A, R Streblow, and D Müller (214) The Modelica HouseModels library: Presentation and evaluation of a room model with the ASHRAE Standard 14 In Proceedings of the 1th International Modelica Conference, pp DIN EN ISO (28) Thermal performance of building components - dynamic thermal characteristics - calculation methods DIN EN ISO 1379 (28) Energy performance of buildings - calculation of energy use for space heating and cooling ESP-r Development Team (211) Esp-r Henninger, R H and M J Witte (214) Energyplus testing with building thermal envelope and fabric load tests from ansi/ashrae standard Hensen, J and R Lamberts (211) Building performance simulation for design and operation Abingdon, Oxon and New York, NY: Spon Press Hirsch, J J (214) Doe-2: Building energy use and cost analysis tool Kämpf, J H and D Robinson (27) A simplified thermal model to support analysis of urban resource flows Energy and Buildings 39 (4), Kim, E-J, G Plessis, J-L Hubert, and J-J Roux (214) Urban energy simulation: Simplification and reduction of building envelope models Energy and Buildings 84, Klein, S A (21) Trnsys 17: A transient system simulation program Lauster, M, M-A Brüntjen, H Leppmann, M Fuchs, J Teichmann, R Streblow, C van Treeck, and D Müller (214) Improving a low order building model for urban scale applications In Proceedings of BauSIM 214, pp Lauster, M, M Fuchs, M Huber, P Remmen, R Streblow, and D Müller (215) Adaptive thermal building models and methods for scalable simulations of multiple buildings using Modelica In Proceedings of the 14th International IBPSA Building Simulation Conference, pp Lauster, M, J Teichmann, M Fuchs, R Streblow, and D Müller (214) Low order thermal network models for dynamic simulations of buildings on city district scale Building and Environment 73, Modelica Association (55216) Modelica tools Müller, D, M Lauster, A Constantin, M Fuchs, and P Remmen (216) AixLib - an open-source Modelica library within the IEA-EBC Annex 6 framework In Proceedings of BauSIM 216, pp 3 9 Nouidui, T S, K Phalak, W Zuo, and M Wetter (212) Validation and application of the room model of the modelica buildings library In Proceedings of the 9th International Modelica Conference, pp Nytsch-Geusen, C and G Bartsch (21) An object oriented multizone thermal building model based on the simulation environment Smile In Proceedings of the 7th International IBPSA Building Simulation Conference, pp

10 Ramallo-González, A P, M E Eames, and D A Coley (213) Lumped parameter models for building thermal modelling: An analytic approach to simplifying complex multi-layered constructions Energy and Buildings 6, Reynders, G, J Diriken, and D Saelens (214) Quality of grey-box models and identified parameters as function of the accuracy of input and observation signals Energy and Buildings 82, Robinson, D (Ed) (211) Computer modelling for sustainable urban design: Physical principles, methods and applications (1 publ ed) London ua: Earthscan Rouvel, L (1972) Berechnung des wärmetechnischen Verhaltens von Räumen bei dynamischen Wärmelasten Brennstoff-Wärme-Kraft 24 (6), VDI 67-1 (212) Calculation of transient thermal response of rooms and buildings - modelling of rooms Wetter, M, M Fuchs, P Grozman, L Helsen, F Jorissen, M Lauster, D Müller, C Nytsch- Geusen, D Picard, P Sahlin, and M Thorade (215) IEA EBC Annex 6 Modelica library - an international collaboration to develeop a free opensource model library for buildings and community energy systems In Proceedings of the 14th International IBPSA Building Simulation Conference, pp

Validation of IDA Indoor Climate and Energy

Validation of IDA Indoor Climate and Energy Technical report: Validation of IDA Indoor Climate and Energy 4.0 build 4 with respect to ANSI/ASHRAE Standard 140-2004 April 2010 Equa Simulation AB Råsundavägen 100 169 57 Solna Sweden Contents 1 Introduction

More information

THERMAL BUILDING MODELLING ADAPTED TO DISTRICT ENERGY SIMULATION

THERMAL BUILDING MODELLING ADAPTED TO DISTRICT ENERGY SIMULATION Proceedings of BS215: THERMAL BUILDING MODELLING ADAPTED TO DISTRICT ENERGY SIMULATION Nicolas Perez 1,2, Peter Riederer 1, Christian Inard 2, Vincent Partenay 1 1 Centre Scientifique et Technique du Bâtiment,

More information

Energy flows and modelling approaches

Energy flows and modelling approaches Energy flows and modelling approaches Energy flows in buildings external convection infiltration & ventilation diffuse solar external long-wave radiation to sky and ground local generation fabric heat

More information

Institut national des sciences appliquées de Strasbourg GENIE CLIMATIQUE ET ENERGETIQUE APPENDICES

Institut national des sciences appliquées de Strasbourg GENIE CLIMATIQUE ET ENERGETIQUE APPENDICES Institut national des sciences appliquées de Strasbourg GENIE CLIMATIQUE ET ENERGETIQUE APPENDICES DEVELOPMENT OF A TOOL, BASED ON THE THERMAL DYNAMIC SIMULATION SOFTWARE TRNSYS, WHICH RUNS PARAMETRIC

More information

A SIMPLE MODEL FOR THE DYNAMIC COMPUTATION OF BUILDING HEATING AND COOLING DEMAND. Kai Sirén AALTO UNIVERSITY

A SIMPLE MODEL FOR THE DYNAMIC COMPUTATION OF BUILDING HEATING AND COOLING DEMAND. Kai Sirén AALTO UNIVERSITY A SIMPLE MODEL FOR THE DYNAMIC COMPUTATION OF BUILDING HEATING AND COOLING DEMAND Kai Sirén AALTO UNIVERSITY September 2016 CONTENT 1. FUNDAMENTALS OF DYNAMIC ENERGY CALCULATIONS... 3 1.1. Introduction...

More information

Documentation of the Solutions to the SFPE Heat Transfer Verification Cases

Documentation of the Solutions to the SFPE Heat Transfer Verification Cases Documentation of the Solutions to the SFPE Heat Transfer Verification Cases Prepared by a Task Group of the SFPE Standards Making Committee on Predicting the Thermal Performance of Fire Resistive Assemblies

More information

ENERGY PERFORMANCE CHARACTIRISATION OF THE TEST CASE TWIN HOUSE IN HOLZKIRCHEN, BASED ON TRNSYS SIMULATION AND GREY BOX MODEL

ENERGY PERFORMANCE CHARACTIRISATION OF THE TEST CASE TWIN HOUSE IN HOLZKIRCHEN, BASED ON TRNSYS SIMULATION AND GREY BOX MODEL Proceedings of BS215: 14th Conference of International Building Performance Simulation Association, Hyderabad, India, Dec. 7-9, 215. ENERGY PERFORMANCE CHARACTIRISATION OF THE TEST CASE TWIN HOUSE IN HOLZKIRCHEN,

More information

Thermal mass vs. thermal response factors: determining optimal geometrical properties and envelope assemblies of building materials

Thermal mass vs. thermal response factors: determining optimal geometrical properties and envelope assemblies of building materials International Conference Passive and Low Energy Cooling 345 Thermal mass vs. thermal response factors: determining optimal geometrical properties and envelope assemblies of building materials K.J. Kontoleon

More information

Study on Thermal Load Calculation for Ceiling Radiant Cooling Panel System

Study on Thermal Load Calculation for Ceiling Radiant Cooling Panel System Study on Thermal Load Calculation for Ceiling Radiant Cooling Panel System Sei Ito, Yasunori Akashi, Jongyeon Lim Shimizu Corporation, Tokyo, Japan University of Tokyo, Tokyo, Japan Abstract The ceiling

More information

Computer Evaluation of Results by Room Thermal Stability Testing

Computer Evaluation of Results by Room Thermal Stability Testing Computer Evaluation of Results by Room Thermal Stability Testing HANA CHARVÁTOVÁ 1, MARTIN ZÁLEŠÁK 1 Regional Research Centre CEBIA-Tech, Department of Automation and Control Engineering Faculty of Applied

More information

THERMAL COMFORT SIMULATION IN MODERN AIRCRAFT COCKPITS

THERMAL COMFORT SIMULATION IN MODERN AIRCRAFT COCKPITS THERMAL COMFORT SIMULATION IN MODERN AIRCRAFT COCKPITS Paul Mathis 1, Rita Streblow 1, Dirk Müller 1, Gunnar Grün², Andreas Wick³, Jean-Christophe Thalabart³ 1 Institute for Energy Efficient Buildings

More information

Investigations on effect of the orientation on thermal comfort in terraced housing in Malaysia

Investigations on effect of the orientation on thermal comfort in terraced housing in Malaysia Investigations on effect of the orientation on thermal comfort in terraced housing in Malaysia Dr Mohamed Ali Abdul Hussain Al-Obaidi 1 and Prof. Peter Woods 2 1 Senior lecturer, Center for Equatorial

More information

COMPARISON OF CORRECTIVE PHASE CHANGE MATERIAL ALGORITHM WITH ESP-R SIMULATION

COMPARISON OF CORRECTIVE PHASE CHANGE MATERIAL ALGORITHM WITH ESP-R SIMULATION COMPARISON OF CORRECTIVE PHASE CHANGE MATERIAL ALGORITHM WITH ESP-R SIMULATION Fabio Almeida, Dahai Zhang, Alan S. Fung, and Wey H. Leong Department of Mechanical and Industrial Engineering, Ryerson University,

More information

Validatio of A Dy a i Model for Ther ally A tivated Buildi g Syste s

Validatio of A Dy a i Model for Ther ally A tivated Buildi g Syste s Validatio of A Dyai Model for Therally Ativated Buildig Systes F. Wenig, P. Klanatsky, M.F. Pichler 2, B. Derler and C. Heschl Center for Building Technology University of Applied Sciences Burgenland,

More information

Computational Modelling of the Impact of Solar Irradiance on Chemical Degradation of Painted Wall Hangings in an Historic Interior

Computational Modelling of the Impact of Solar Irradiance on Chemical Degradation of Painted Wall Hangings in an Historic Interior Computational Modelling of the Impact of Solar Irradiance on Chemical Degradation of Painted Wall Hangings in an Historic Interior Z. Huijbregts *1, A.W.M. van Schijndel 1, H.L. Schellen 1, K. Keune 2,

More information

OCCUPANCY PROFILES FOR SINGLE ROOMS IN RESIDENTIAL BUILDINGS. RWTH Aachen University

OCCUPANCY PROFILES FOR SINGLE ROOMS IN RESIDENTIAL BUILDINGS. RWTH Aachen University 14th Conference of International Building Performance Simulation Association, Hyderabad, India, Dec 7-9, 2015 OCCUPANCY PROFILES FOR SINGLE ROOMS IN RESIDENTIAL BUILDINGS Michael Adolph 1, Rita reblow

More information

PROPOSAL OF SEVEN-DAY DESIGN WEATHER DATA FOR HVAC PEAK LOAD CALCULATION

PROPOSAL OF SEVEN-DAY DESIGN WEATHER DATA FOR HVAC PEAK LOAD CALCULATION Ninth International IBPSA Conference Montréal, Canada August 5-8, PROPOSAL OF SEVEN-DAY DESIGN WEATHER DATA FOR HVAC PEAK LOAD CALCULATION Hisaya ISHINO Faculty of Urban Environmental Sciences, Metropolitan

More information

TREES Training for Renovated Energy Efficient Social housing

TREES Training for Renovated Energy Efficient Social housing TREES Training for Renovated Energy Efficient Social housing Intelligent Energy -Europe programme, contract n EIE/05/110/SI2.420021 Section 2 Tools 2.1 Simplified heating load calculation Tamas CSOKNYAI

More information

5. AN INTRODUCTION TO BUILDING PHYSICS

5. AN INTRODUCTION TO BUILDING PHYSICS 5. AN INTRODUCTION TO BUILDING PHYSICS P. Wouters, S. Martin ABSTRACT This chapter places the System Identification Competition in a broader context of evaluating the thermal performances of building components.

More information

Numerical Analysis of Comfort and Energy Performance of Radiant Heat Emission Systems

Numerical Analysis of Comfort and Energy Performance of Radiant Heat Emission Systems Numerical Analysis of Comfort and Energy Performance of Radiant Heat Emission Systems. Fabian Ochs, Mara Magni, Michele Bianchi Janetti, Dietmar Siegele Unit for Energy Efficient Buildings, UIBK z / [m]....3...9

More information

Summary. The basic principles of the simulation technique SERT

Summary. The basic principles of the simulation technique SERT Determination of the absorption coefficient of structured absorbing systems in a "virtual" reverberation chamber - an application of the sound particle method SERT (Translation of the original publication:

More information

Comparison of Bayesian Parameter Estimation and Least Squares Minimization for Inverse Grey-Box Building Model Identification

Comparison of Bayesian Parameter Estimation and Least Squares Minimization for Inverse Grey-Box Building Model Identification Comparison of Bayesian Parameter Estimation and Least Squares Minimization for Inverse Grey-Box Building Model Identification Submitted to: Prof. R. Balaji Prepared by: Greg Pavlak December 14, 2011 Abstract

More information

CityBEM: an Open Source Implementation and Validation of Monthly Heating and Cooling Energy Needs for 3D Buildings in Cities

CityBEM: an Open Source Implementation and Validation of Monthly Heating and Cooling Energy Needs for 3D Buildings in Cities CityBEM: an Open Source Implementation and Validation of Monthly Heating and Cooling Energy Needs for 3D Buildings in Cities 3D GeoInfo 2017 Conference, Melbourne, Australia 26-27.10.2017 Syed Monjur Murshed,

More information

This paper has been downloaded from the Building and Environmental Thermal Systems Research Group at Oklahoma State University (

This paper has been downloaded from the Building and Environmental Thermal Systems Research Group at Oklahoma State University ( This paper has been downloaded from the Building and Environmental Thermal Systems Research Group at Oklahoma State University (www.hvac.okstate.edu) The correct citation for the paper is: Xiao, D., J.D.

More information

Parametric Study on the Dynamic Heat Storage Capacity of Building Elements Artmann, Nikolai; Manz, H.; Heiselberg, Per Kvols

Parametric Study on the Dynamic Heat Storage Capacity of Building Elements Artmann, Nikolai; Manz, H.; Heiselberg, Per Kvols Aalborg Universitet Parametric Study on the Dynamic Heat Storage Capacity of Building Elements Artmann, Nikolai; Manz, H.; Heiselberg, Per Kvols Published in: 28th AIVC Conference Publication date: 2007

More information

NEGST. New generation of solar thermal systems. Advanced applications ENEA. Comparison of solar cooling technologies. Vincenzo Sabatelli

NEGST. New generation of solar thermal systems. Advanced applications ENEA. Comparison of solar cooling technologies. Vincenzo Sabatelli NEGST New generation of solar thermal systems Advanced applications Comparison of solar cooling technologies Vincenzo Sabatelli ENEA vincenzo.sabatelli@trisaia.enea.it NEGST Workshop - Freiburg - June

More information

The energy performance of an airflow window

The energy performance of an airflow window The energy performance of an airflow window B.(Bram) Kersten / id.nr. 0667606 University of Technology Eindhoven, department of Architecture Building and Planning, unit Building Physics and Systems. 10-08-2011

More information

CAE 331/513 Building Science Fall 2016

CAE 331/513 Building Science Fall 2016 CAE 331/513 Building Science Fall 2016 Week 3: September 8, 2016 Heat transfer in buildings: Finish radiation, then solar radiation and windows Advancing energy, environmental, and sustainability research

More information

Thermally activated wall system with latent heat thermal energy storage comparison of 1D and 3D model

Thermally activated wall system with latent heat thermal energy storage comparison of 1D and 3D model Thermally activated wall system with latent heat thermal energy storage comparison of 1D and 3D model Pavel Charvat 1, Lubomir Klimes 1,2, Milan Ostry 2 1 Faculty of Mechanical Engineering, Brno University

More information

STUDY ON THE THERMAL PERFORMANCE AND AIR DISTRIBUTION OF A DISPLACEMENT VENTILATION SYSTEM FOR LARGE SPACE APPLICATION

STUDY ON THE THERMAL PERFORMANCE AND AIR DISTRIBUTION OF A DISPLACEMENT VENTILATION SYSTEM FOR LARGE SPACE APPLICATION STUDY ON THE THERMAL PERFORMANCE AND AIR DISTRIBUTION OF A DISPLACEMENT VENTILATION SYSTEM FOR LARGE SPACE APPLICATION K Sakai 1*, E Yamaguchi 2, O Ishihara 3 and M Manabe 1 1 Dept. of Architectural Engineering,

More information

BES with FEM: Building Energy Simulation using Finite Element Methods

BES with FEM: Building Energy Simulation using Finite Element Methods BES with FEM: Building Energ Simulation using Finite Element Methods A.W.M. (Jos) van Schijndel Eindhoven Universit of Technolog P.O. Bo 513; 5600 MB Eindhoven; Netherlands, A.W.M.v.Schijndel@tue.nl Abstract:

More information

Simplified Collector Performance Model

Simplified Collector Performance Model Simplified Collector Performance Model Prediction of the thermal output of various solar collectors: The quantity of thermal energy produced by any solar collector can be described by the energy balance

More information

SIMULTANEOUS SIMULATION OF BUILDINGS AND MECHANICAL SYSTEMS IN HEAT BALANCE BASED ENERGY ANALYSIS PROGRAMS

SIMULTANEOUS SIMULATION OF BUILDINGS AND MECHANICAL SYSTEMS IN HEAT BALANCE BASED ENERGY ANALYSIS PROGRAMS SIMULTANEOUS SIMULATION OF BUILDINGS AND MECHANICAL SYSTEMS IN HEAT BALANCE BASED ENERGY ANALYSIS PROGRAMS by Russell D. Taylor, Research Assistant, Energy and Utility Systems Division, USA-CERL, Champaign,

More information

Building heat system sizing

Building heat system sizing May 6th, 203 MVK60 Heat and Mass Transfer Project report Building heat system sizing Arnaud BELTOISE Dept. of Energy Sciences, Faculty of Engineering, Lund University, Box 8, 2200 Lund, Sweden . Introduction

More information

Aalborg Universitet. Comparative Test Case Specification Larsen, Olena Kalyanova; Heiselberg, Per Kvols. Publication date: 2007

Aalborg Universitet. Comparative Test Case Specification Larsen, Olena Kalyanova; Heiselberg, Per Kvols. Publication date: 2007 Aalborg Universitet Comparative Test Case Specification Larsen, Olena Kalyanova; Heiselberg, Per Kvols Publication date: 2007 Document Version Publisher's PDF, also known as Version of record Link to publication

More information

Calculating the heat transfer coefficient of frame profiles with internal cavities

Calculating the heat transfer coefficient of frame profiles with internal cavities Calculating the heat transfer coefficient of frame profiles with internal cavities SUBMITTED: December 2001 REVISED: January 2004 PUBLISHED: March 2004 Peter A. Noyé, M.Sc (Eng) Department of Civil Engineering,

More information

Development and Validation of Flat-Plate Collector Testing Procedures

Development and Validation of Flat-Plate Collector Testing Procedures Development and Validation of Flat-Plate Collector Testing Procedures Report for February, 2007 Focus on Energy (FOE) supports solar thermal systems that displace conventional fuels by offering cash-back

More information

QIRT th International Conference on Quantitative InfraRed Thermography

QIRT th International Conference on Quantitative InfraRed Thermography 10 th International Conference on Quantitative InfraRed Thermography July 27-30, 2010, Québec (Canada) Quantitative infrared wall inspection *CE Dept., Cracow University of Technology, Kraków, Poland,

More information

CHAPTER 3. The sun and the seasons. Locating the position of the sun

CHAPTER 3. The sun and the seasons. Locating the position of the sun zenith 90 observer summer solstice 75 altitude angles equinox 52 winter solstice 29 Figure 3.1: Solar noon altitude angles for Melbourne SOUTH winter midday shadow WEST summer midday shadow summer EAST

More information

Modelling and Experimental Validation Possibilities of Heat Transfer Room Model

Modelling and Experimental Validation Possibilities of Heat Transfer Room Model Excerpt from the Proceedings of the COMSOL Conference 2010 Paris Modelling and Experimental Validation Possibilities of Heat Transfer Room Model Author M. Zalesak 1, Author V. Gerlich *,1 1 Author Tomas

More information

THERMAL BRIDGE ASSESSMENTS Strachan P *, Nakhi A * and Sanders C # Glasgow G1 1XJ, Scotland. Kelvin Road, East Kilbride, G75 0RZ, Scotland

THERMAL BRIDGE ASSESSMENTS Strachan P *, Nakhi A * and Sanders C # Glasgow G1 1XJ, Scotland. Kelvin Road, East Kilbride, G75 0RZ, Scotland THERMAL BRIDGE ASSESSMENTS Strachan P *, Nakhi A * and Sanders C # * Energy Systems Research Unit, University of Strathclyde, Glasgow G1 1XJ, Scotland # Building Research Establishment, Scottish Laboratory,

More information

NUMERICAL ANALYSIS OF HEAT STORAGE AND HEAT CONDUCTIVITY IN THE CONCRETE HOLLOW CORE DECK ELEMENT

NUMERICAL ANALYSIS OF HEAT STORAGE AND HEAT CONDUCTIVITY IN THE CONCRETE HOLLOW CORE DECK ELEMENT NUMERICAL ANALYSIS OF HEAT STORAGE AND HEAT CONDUCTIVITY IN THE CONCRETE HOLLOW CORE DECK ELEMENT Michal Pomianowski 1, Per Heiselberg 1, Rasmus Lund Jensen 1, and Hicham Johra 1 1 Aalborg University,

More information

WUFI Workshop at NTNU /SINTEF Fundamentals

WUFI Workshop at NTNU /SINTEF Fundamentals WUFI Workshop at NTNU /SINTEF 2008 Fundamentals Contents: From steady-state to transient Heat storage and -transport Moisture storage and -transport Calculation of coupled transport Model limitations 2

More information

STUDY OF A PASSIVE SOLAR WINTER HEATING SYSTEM BASED ON TROMBE WALL

STUDY OF A PASSIVE SOLAR WINTER HEATING SYSTEM BASED ON TROMBE WALL STUDY OF A PASSIVE SOLAR WINTER HEATING SYSTEM BASED ON TROMBE WALL Dr. G.S.V.L.Narasimham Chief Research Scientist, RAC, Dept. of Mechanical Engineering, Indian Institute of Science,Bengaluru- 560012,

More information

''* Although numerous references are available for these traditional methods, the most convenient one

''* Although numerous references are available for these traditional methods, the most convenient one Calculation of Building Thermal Response Factors (BTLRF) as Wiener Filter Coefficients T, Kusuda National Bureau of Standards * Washington, D, c. Recent advances in the application of computers for environmental

More information

Solar Radiation Protections on Façades: A Case Study in a Hot Semi-Humid Climate

Solar Radiation Protections on Façades: A Case Study in a Hot Semi-Humid Climate Solar Radiation Protections on Façades: A Case Study in a Hot Semi-Humid Climate ADRIANA LIRA-OLIVER 1, JORGE ROJAS 2, GUADALUPE HUELSZ 2, GUILLERMO BARRIOS 2, FRANCISCO ROJAS 2 1 3S-Consulting for Sustainable

More information

Available online at ScienceDirect. Procedia Engineering 121 (2015 )

Available online at   ScienceDirect. Procedia Engineering 121 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 121 (2015 ) 2176 2183 9th International Symposium on Heating, Ventilation and Air Conditioning (ISHVAC) and the 3rd International

More information

DEVELOPMENT OF COOLING LOAD TEMPERATURE DIFFERENTIAL VALUES FOR BUILDING ENVELOPES IN THAILAND

DEVELOPMENT OF COOLING LOAD TEMPERATURE DIFFERENTIAL VALUES FOR BUILDING ENVELOPES IN THAILAND DEVELOPMENT OF COOLING LOAD TEMPERATURE DIFFERENTIAL VALUES FOR BUILDING ENVELOPES IN THAILAND Somsak Chaiyapinunt*, Khemmachart Mangkornsaksit, and Boonyarit Phueakphongsuriya ABSTRACT This article describes

More information

UC Berkeley HVAC Systems

UC Berkeley HVAC Systems UC Berkeley HVAC Systems Title Impact of Solar Heat Gain on Radiant Floor Cooling System Design Permalink https://escholarship.org/uc/item/2913930b Authors Feng, Jingjuan (Dove) Schiavon, Stefano Bauman,

More information

Simulation of Temperature Stratification in Atriums: Validation of Basic Model Features. Susan Bajracharya

Simulation of Temperature Stratification in Atriums: Validation of Basic Model Features. Susan Bajracharya TUTA/IOE/PCU Journal of the Institute of Engineering, Vol. 10, No. 1, pp. 157 171 TUTA/IOE/PCU All rights reserved. Printed in Nepal Fax: 977-1-5525830 Simulation of Temperature Stratification in Atriums:

More information

Effect of moisture transfer on heat energy storage in simple layer walls

Effect of moisture transfer on heat energy storage in simple layer walls Effect of moisture transfer on heat energy storage in simple layer walls C. MAALOUF 1, A.D. TRAN LE 1, M. LACHI 1, E. WURTZ 2, T.H. MAI 1 1-Laboratoire Thermomécanique/GRESPI, Faculté des Sciences, University

More information

Finite Element Method based investigation of IPMSM losses

Finite Element Method based investigation of IPMSM losses Finite Element Method based investigation of IPMSM losses Martin Schmidtner 1, Prof. Dr. -Ing. Carsten Markgraf 1, Prof. Dr. -Ing. Alexander Frey 1 1. Augsburg University of Applied Sciences, Augsburg,

More information

Taking the garbage out of energy modeling through calibration

Taking the garbage out of energy modeling through calibration Taking the garbage out of energy modeling through calibration Presented to the Madison Chapter of ASHRAE February 8, 2016 Presented by Benjamin Skelton P.E. BEMP President, Cyclone Energy Group Acknowledgments

More information

ABOUT UNCERTAINTIES IN SIMULATION MODELS FOR BUILDING SYSTEMS CONTROL

ABOUT UNCERTAINTIES IN SIMULATION MODELS FOR BUILDING SYSTEMS CONTROL ABOUT UNCERTAINTIES IN SIMULATION MODELS FOR BUILDING SYSTEMS CONTROL Kristina Orehounig, Matthias Schuss, Claus Pröglhöf, and Ardeshir Mahdavi Department of Building Physics and Building Ecology Vienna

More information

Dynamics of air and wall temperatures in multiroom buildings

Dynamics of air and wall temperatures in multiroom buildings Dynamics of air and wall temperatures in multiroom buildings Mihir Sen, Ishmael Amegashie, Emilio Cecconi 3 Department of Aerospace and Mechanical Engineering University of Notre Dame Notre Dame, Indiana

More information

Prediction of Thermal Comfort and Ventilation Efficiency for Small and Large Enclosures by Combined Simulations

Prediction of Thermal Comfort and Ventilation Efficiency for Small and Large Enclosures by Combined Simulations Institute for Thermodynamics and Building Energy Systems, Dresden University of Technology Prediction of Thermal Comfort and Ventilation Efficiency for Small and Large Enclosures by Combined Simulations

More information

announcements 4/17/08

announcements 4/17/08 Heat Transfer and the Building Envelope ARCH 331/431 Spring 2008 Lecture 6 announcements 4/17/08 A3: Envelope Heat Transfer Assignment: Available later today (course website) References: Available by this

More information

Prototype Heat Island Application

Prototype Heat Island Application CHAM Limited Pioneering CFD Software for Education & Industry Prototype Heat Island Application PHOENICS-2011 Introduction Heat islands are large-scale phenomena in which the general urban temperature

More information

Δ q = ( ψ L) HDH (1) here, Δq is the additional heat transfer caused by the thermal bridge, Ψ and L are the linear thermal transmittance and length of

Δ q = ( ψ L) HDH (1) here, Δq is the additional heat transfer caused by the thermal bridge, Ψ and L are the linear thermal transmittance and length of Balconies in Shanghai, thermal bridges or sun shadings? Ye Yang * School of Planning Building Environment, Berlin Institute of Technology, Berlin, Germany ABSTRACT In the Cfa climate area, such as the

More information

R E V I E W R E P O R T

R E V I E W R E P O R T Dr hab. inż. Dorota Chwieduk, prof. PW Politechnika Warszawska Warszawa, 30.05.2018 W y d z i a ł M e c h a n i c z n y E n e r g e t y k i i L o t n i c t w a I n s t y t u t T e c h n i k i C i e p l

More information

PERFORMANCE EVALUATION OF REFLECTIVE COATINGS ON ROOFTOP UNITS

PERFORMANCE EVALUATION OF REFLECTIVE COATINGS ON ROOFTOP UNITS PERFORMANCE EVALUATION OF REFLECTIVE COATINGS ON ROOFTOP UNITS Report on DRAFT Prepared for: California Energy Commission 1516 9th Street Sacramento, CA 95814 Prepared by: Design & Engineering Services

More information

Wall/Roof thermal performance differences between air-conditioned and non air-conditioned rooms

Wall/Roof thermal performance differences between air-conditioned and non air-conditioned rooms Wall/Roof thermal performance differences between air-conditioned and non air-conditioned rooms G. Barrios, G. Huelsz, R. Rechtman, J. Rojas Centro de Investigación en Energía, Universidad Nacional Autónoma

More information

INVESTIGATIONS ON SOLAR THERMAL PROCESS HEAT INTEGRATION WITH PARABOLIC TROUGH COLLECTORS

INVESTIGATIONS ON SOLAR THERMAL PROCESS HEAT INTEGRATION WITH PARABOLIC TROUGH COLLECTORS INVESTIGATIO ON SOLAR THERMAL PROCESS HEAT INTEGRATION WITH PARABOLIC TROUGH COLLECTORS Heinz Marty and Elimar Frank HSR University of Applied Science of Rapperswil, Institut fuer Solartechnik SPF, 8640

More information

Physics Higher level Paper 1

Physics Higher level Paper 1 Physics Higher level Paper 1 Tuesday 31 October 17 (afternoon) 1 hour Instructions to candidates Do not open this examination paper until instructed to do so. Answer all the questions. For each question,

More information

Sound power level measurement in diffuse field for not movable sources or emitting prominent discrete tones

Sound power level measurement in diffuse field for not movable sources or emitting prominent discrete tones CFA 2018 - Le Havre Sound power level measurement in diffuse field for not movable sources or emitting prominent discrete tones F. Bessaca et P. Cellardb a CETIAT, Domaine Scientifique de la Doua, 25,

More information

Evaluation of solar fraction on north partition wall for various shapes of solarium by Auto-Cad

Evaluation of solar fraction on north partition wall for various shapes of solarium by Auto-Cad Evaluation of solar fraction on north partition wall for various shapes of solarium by Auto-Cad G.N. Tiwari*, Amita Gupta, Ravi Gupta Centre for energy studies, Indian Institute of technology Delhi, Rauz

More information

CityBEM: Monthly Heating and Cooling Energy Needs for 3D Buildings in Cities

CityBEM: Monthly Heating and Cooling Energy Needs for 3D Buildings in Cities CityBEM: Monthly Heating and Cooling Energy Needs for 3D Buildings in Cities EnergyADE workshop, Karlsruhe 06.12.2017 Syed Monjur Murshed European Institute for Energy Research, Germany Contents Research

More information

FUNDAMENTALS OF HVAC

FUNDAMENTALS OF HVAC FUNDAMENTALS OF HVAC Prof.Dr. Yusuf Ali KARA Res.Asst. Semih AKIN 1 INTRODUCTION Terminology: HVAC: Heating, ventilating, air-conditioning and refrigerating. Air conditioning is the process of treating

More information

EFFECT OF INTERNAL LONG WAVE RADIATION AND CONVECTION ON FENESTRATION SIMULATION

EFFECT OF INTERNAL LONG WAVE RADIATION AND CONVECTION ON FENESTRATION SIMULATION EFFECT OF INTERNAL LONG WAVE RADIATION AND CONVECTION ON FENESTRATION SIMULATION Adelqui Fissore Sch. University of Concepción Mechanical Engineering Department Concepción - Chile ABSTRACT This paper presents

More information

Thermal behavior and Energetic Dispersals of the Human Body under Various Indoor Air Temperatures at 50% Relative Humidity

Thermal behavior and Energetic Dispersals of the Human Body under Various Indoor Air Temperatures at 50% Relative Humidity Thermal behavior and Energetic Dispersals of the Human Body under Various Indoor Air Temperatures at 50% Relative Humidity Hakan CALISKAN Usak University, Department of Mechanical Engineering, Usak, Turkey

More information

Thermal Systems. What and How? Physical Mechanisms and Rate Equations Conservation of Energy Requirement Control Volume Surface Energy Balance

Thermal Systems. What and How? Physical Mechanisms and Rate Equations Conservation of Energy Requirement Control Volume Surface Energy Balance Introduction to Heat Transfer What and How? Physical Mechanisms and Rate Equations Conservation of Energy Requirement Control Volume Surface Energy Balance Thermal Resistance Thermal Capacitance Thermal

More information

URL: <

URL:   < Citation: Underwood, Chris (2014) An improved lumped parameter method for building thermal modelling. Energy and Buildings, 79. pp. 191-201. ISSN 0378-7788 Published by: Elsevier URL: http://dx.doi.org/10.1016/j.enbuild.2014.05.001

More information

PAUL RUDOLPH Oriental Masonic Gardens

PAUL RUDOLPH Oriental Masonic Gardens 1 PAUL RUDOLPH Oriental Masonic Gardens Latitude _ 41.3 N Longitude _ 72.9 W Climate: transition between Cfa _ Humid Subtropical and Dfa_ Humid Continental climate 2 Paul Rudolph INTRODUCTION Fig. 1 -

More information

Experimental measurements and analysis of the indoor conditions in Italian museum storerooms: a study case

Experimental measurements and analysis of the indoor conditions in Italian museum storerooms: a study case Experimental measurements and analysis of the indoor conditions in Italian museum storerooms: a study case F. Cappelletti, P. Romagnoni and A. Birra University Iuav of Venezia, Italy Aims and methods Analysis

More information

Inverse modeling of buildings with floor heating and cooling systems for benchmarking operational energy use

Inverse modeling of buildings with floor heating and cooling systems for benchmarking operational energy use Inverse modeling of buildings with floor heating and cooling systems for benchmarking operational energy use Graduation Project Building Physics and Services (7SS37) Eindhoven University of Technology

More information

FORSCHUNGS- UND TESTZENTRUM FÜR SOLARANLAGEN. Institut für Thermodynamik und Wärmetechnik Universität Stuttgart

FORSCHUNGS- UND TESTZENTRUM FÜR SOLARANLAGEN. Institut für Thermodynamik und Wärmetechnik Universität Stuttgart FORSCHUNGS- UND TESTZENTRUM FÜR SOLARANLAGEN Institut für Thermodynamik und Wärmetechnik Universität Stuttgart in Kooperation mit Professor Dr. Dr.-Ing. habil. H. Müller-Steinhagen VERSION 1 STUTTGART,

More information

Generation of a reduced temperature year as an input data for building climatization purposes: an application for Palermo (Italy)

Generation of a reduced temperature year as an input data for building climatization purposes: an application for Palermo (Italy) Generation of a reduced temperature year as an input data for building climatization purposes: an application for Palermo (Italy) S. Barbaro, S. Costanzo & C. Giaconia Department of Energy and Environment

More information

ROOM AVERAGE VELOCITY EQUATION A TOOL TO IMPROVE DESIGN OF THERMAL COMFORT CONDITIONS

ROOM AVERAGE VELOCITY EQUATION A TOOL TO IMPROVE DESIGN OF THERMAL COMFORT CONDITIONS ROOM AVERAGE VELOCITY EQUATION A TOOL TO IMPROVE DESIGN OF THERMAL COMFORT CONDITIONS K Hagström *, O Hakkola and T Moilanen Halton Solutions, Kausala, Finland ABSTRACT For a long time PPD index defined

More information

Determining of Thermal Conductivity Coefficient of Pressed Straw (Name of test)

Determining of Thermal Conductivity Coefficient of Pressed Straw (Name of test) CONSTRUCTION HEAT PHYSICS LABORATORY INSTITUTE OF ARCHITECTURE AND CONSTRUCTION OF KAUNAS UNIVERSITY Test and calculation carried out according to: Product: 12 December 2012 LITHUANIAN NATIONAL ACCREDITATION

More information

Inverse modeling of buildings with floor heating and cooling systems for a real-time benchmark of the operational energy use

Inverse modeling of buildings with floor heating and cooling systems for a real-time benchmark of the operational energy use Inverse modeling of buildings with floor heating and cooling systems for a real-time benchmark of the operational energy use Graduation Project Building Physics and Services (7SS37) Eindhoven University

More information

EVALUATION OF THERMAL ENVIRONMENT AROUND THE BLIND ON NON-UNIFOM RADIANT FIELDS A CFD SIMULATION OF HEAT TRANSFER DISTRIBUTION NEAR THE BLINDS

EVALUATION OF THERMAL ENVIRONMENT AROUND THE BLIND ON NON-UNIFOM RADIANT FIELDS A CFD SIMULATION OF HEAT TRANSFER DISTRIBUTION NEAR THE BLINDS 800 1500 6240 1600 1500 840 Proceedings of BS2015: EVALUATION OF THERMAL ENVIRONMENT AROUND THE BLIND ON NON-UNIFOM RADIANT FIELDS A CFD SIMULATION OF HEAT TRANSFER DISTRIBUTION NEAR THE BLINDS Nozomi

More information

ARCH 348 BUILDING AND ENVIRONMENTAL SYSTEMS

ARCH 348 BUILDING AND ENVIRONMENTAL SYSTEMS ARCH 348 BUILDING AND ENVIRONMENTAL SYSTEMS Instructor: Prof. Dr. Uğur Atikol Web site for instructor: http://staff.emu.edu.tr/uguratikol/ Web site for the course: http://staff.emu.edu.tr/uguratikol/en/teaching/courses/arch348-building-andenvironmental-systems-in-architecture

More information

Inverse Heat Flux Evaluation using Conjugate Gradient Methods from Infrared Imaging

Inverse Heat Flux Evaluation using Conjugate Gradient Methods from Infrared Imaging 11 th International Conference on Quantitative InfraRed Thermography Inverse Heat Flux Evaluation using Conjugate Gradient Methods from Infrared Imaging by J. Sousa*, L. Villafane*, S. Lavagnoli*, and

More information

Orientation of Building

Orientation of Building Orientation of Building Prof. S.K.Gupta 1 1 Dean &DirectorAmity University HaryanaPanchgaon, Manesar, Gurgaon I. INTRODUCTION The need to conserve essential building materials has drawn attention again

More information

Building Thermal Energy Simulations Supported by the CityGML Energy ADE

Building Thermal Energy Simulations Supported by the CityGML Energy ADE Building Thermal Energy Simulations Supported by the CityGML Energy ADE INSTITUT FÜR AUTOMATION UND ANGEWANDTE INFORMATIK KIT Die Forschungsuniversität in der Helmholtz-Gemeinschaft www.kit.edu Agenda

More information

Aalborg Universitet. Empirical Test Case Specification Larsen, Olena Kalyanova; Heiselberg, Per Kvols. Publication date: 2006

Aalborg Universitet. Empirical Test Case Specification Larsen, Olena Kalyanova; Heiselberg, Per Kvols. Publication date: 2006 Aalborg Universitet Empirical Test Case Specification Larsen, Olena Kalyanova; Heiselberg, Per Kvols Publication date: 2006 Document Version Publisher's PDF, also known as Version of record Link to publication

More information

Thank you for your interest in the Support Resistance Strength Analyzer!

Thank you for your interest in the Support Resistance Strength Analyzer! This user manual refer to FXCM s Trading Station version of the indicator Support Resistance Strength Analyzer Thank you for your interest in the Support Resistance Strength Analyzer! This unique indicator

More information

Numerical Simulation and Air Conditioning System Improvement for the Experimental Hall at TLS J.C. Chang a, M.T. Ke b, Z.D. Tsai a, and J. R.

Numerical Simulation and Air Conditioning System Improvement for the Experimental Hall at TLS J.C. Chang a, M.T. Ke b, Z.D. Tsai a, and J. R. Numerical Simulation and Air Conditioning System Improvement for the Experimental Hall at TLS J.C. Chang a, M.T. Ke b, Z.D. Tsai a, and J. R. Chen a a National Synchrotron Radiation Research Center (NSRRC)

More information

Increasing Transmission Capacities with Dynamic Monitoring Systems

Increasing Transmission Capacities with Dynamic Monitoring Systems INL/MIS-11-22167 Increasing Transmission Capacities with Dynamic Monitoring Systems Kurt S. Myers Jake P. Gentle www.inl.gov March 22, 2012 Concurrent Cooling Background Project supported with funding

More information

Aalborg Universitet. Final Empirical Test Case Specification Larsen, Olena Kalyanova; Heiselberg, Per Kvols. Publication date: 2008

Aalborg Universitet. Final Empirical Test Case Specification Larsen, Olena Kalyanova; Heiselberg, Per Kvols. Publication date: 2008 Aalborg Universitet Final Empirical Test Case Specification Larsen, Olena Kalyanova; Heiselberg, Per Kvols Publication date: 2008 Document Version Publisher's PDF, also known as Version of record Link

More information

Appendix D. Model Setup, Calibration, and Validation

Appendix D. Model Setup, Calibration, and Validation . Model Setup, Calibration, and Validation Lower Grand River Watershed TMDL January 1 1. Model Selection and Setup The Loading Simulation Program in C++ (LSPC) was selected to address the modeling needs

More information

Conduction Transfer Function vs Finite Difference: comparison in terms of accuracy, stability and computational time

Conduction Transfer Function vs Finite Difference: comparison in terms of accuracy, stability and computational time 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 Conduction Transfer Function

More information

THERMAL COMFORT IN HIGHLY GLAZED BUILDINGS DETERMINED FOR WEATHER YEARS ON ACCOUNT OF SOLAR RADIATION. Dominika Knera 1 and Dariusz Heim 1

THERMAL COMFORT IN HIGHLY GLAZED BUILDINGS DETERMINED FOR WEATHER YEARS ON ACCOUNT OF SOLAR RADIATION. Dominika Knera 1 and Dariusz Heim 1 THERMAL COMFORT IN HIGHLY GLAZED BUILDINGS DETERMINED FOR WEATHER YEARS ON ACCOUNT OF SOLAR RADIATION Dominika Knera 1 and Dariusz Heim 1 1 Department of Heat and Mass Transfer, Lodz University of Technology

More information

A. Solar Walls. B. Prototype I

A. Solar Walls. B. Prototype I A Introduction There are many different technologies that are emerging to help develop the future power infrastructure. The importance of these technologies is increasing the sustainability of how our

More information

NUMERICAL AND EXPERIMENTAL INVESTIGATIONS OF AIR FLOW AND TEMPERATURE PATTERNS OF A LOW VELOCITY DIFFUSER

NUMERICAL AND EXPERIMENTAL INVESTIGATIONS OF AIR FLOW AND TEMPERATURE PATTERNS OF A LOW VELOCITY DIFFUSER NUMERICAL AND EXPERIMENTAL INVESTIGATIONS OF AIR FLOW AND TEMPERATURE PATTERNS OF A LOW VELOCITY DIFFUSER M Cehlin and B Moshfegh Division of Energy and Mechanical Engineering, Department of Technology,

More information

Dynamic simulation of DH house stations

Dynamic simulation of DH house stations Article Dynamic simulation of DH house stations Jan Eric Thorsen, Director, DHS Application Centre, Danfoss A/S www.danfoss.com Jan Eric Thorsen, Director, DHS Application Centre, Danfoss A/S Presented

More information

RESERVE THALES ALENIA SPACE CHANGE RECORDS ISSUE DATE DESCRIPTION OF CHANGES AUTHOR

RESERVE THALES ALENIA SPACE CHANGE RECORDS ISSUE DATE DESCRIPTION OF CHANGES AUTHOR ISSUE : 1 Page : 2/35 CHANGE RECORDS ISSUE DATE DESCRIPTION OF CHANGES AUTHOR 1 03/10/07 Initial issue (MTG-TAF-SA-RS-39) J. VIEILLOT 1 20/09/10 Updated version for kick off : L.OUCHET New reference (MTG-TAF-SA-SS-0039)

More information

Exercise 6. Solar Panel Orientation EXERCISE OBJECTIVE DISCUSSION OUTLINE. Introduction to the importance of solar panel orientation DISCUSSION

Exercise 6. Solar Panel Orientation EXERCISE OBJECTIVE DISCUSSION OUTLINE. Introduction to the importance of solar panel orientation DISCUSSION Exercise 6 Solar Panel Orientation EXERCISE OBJECTIVE When you have completed this exercise, you will understand how the solar illumination at any location on Earth varies over the course of a year. You

More information

Building Envelope Requirements Overview Page 3-4

Building Envelope Requirements Overview Page 3-4 Building Envelope Requirements Overview Page 3-4 The benefit of a high reflectance surface is obvious: while dark surfaces absorb the sun s energy (visible light, invisible infrared. and ultraviolet radiation)

More information

Introduction to Heat and Mass Transfer. Week 7

Introduction to Heat and Mass Transfer. Week 7 Introduction to Heat and Mass Transfer Week 7 Example Solution Technique Using either finite difference method or finite volume method, we end up with a set of simultaneous algebraic equations in terms

More information