Next Article in Journal
A Numerical Investigation of the Energy Efficiency Enhancement of Oscillating Water Column Wave Energy Converter Systems
Previous Article in Journal
Price-Guided Peer-To-Peer Trading Scheme and Its Effects on Transaction Costs and Network Losses
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Open Source District Heating Modeling Tools—A Comparative Study

1
Department of Energy, Building Services and Environmental Engineering, Münster University of Applied Sciences, 48565 Steinfurt, Germany
2
Department of Energy and Environmental Management, Europa-Universität Flensburg, 24943 Flensburg, Germany
*
Author to whom correspondence should be addressed.
Energies 2022, 15(21), 8277; https://doi.org/10.3390/en15218277
Submission received: 21 September 2022 / Revised: 28 October 2022 / Accepted: 30 October 2022 / Published: 5 November 2022

Abstract

:
Heating networks are highly relevant for the achievement of climate protection goals of urban energy systems. This is due to their high renewable energy potential combined with high plant efficiency and utilization rates. For the optimal integration and sector coupling of heating networks in holistic urban energy systems, open source energy system modeling tools are highly recommended. In this contribution, two open source approaches (the “Spreadsheet Energy System Model Generator”-integrated DHNx-Python module (DHNx/SESMG) and Thermos) are theoretically compared, and practically applied to a real-world energy system. Deviations within the results can be explained by incorrectly pre-defined parameters within Thermos and cannot be adjusted by the modeler. The simultaneity is underestimated in the case study by Thermos by more than 20%. This results in undersized heating plant capacities and a 50% higher number of buildings connected to the network. However, Thermos offers a higher end-user usability and over 100 times faster solving. DHNx/SESMG, in contrast, offers the possibility to adjust more model parameters individually and consider multiple energy sectors. This enables a holistic modeling of urban energy systems and the model-based optimization of multi-sectoral synergies.

1. Introduction

The supply of residential and industrial heating and cooling demands accounts for 58% of Germany’s final energy demand [1,2]. Generally, heat supply can be ensured by centralized or decentralized technologies. Decentralized heat supply systems have the advantage of low distribution losses due to short pipe lengths. In return, they have the disadvantage of usually producing heat autonomously and not using advantages of sector coupling (e.g., natural gas heating systems) [3]. Centralized heat supply concepts using heat networks have the advantage that they can achieve higher plant efficiencies and utilization rates due to their large size and their almost constant mode of operation [2,4,5,6]. Furthermore, district heating networks have a high potential for utilizing renewable energy, due to the more flexible choice of heat sources (e.g., municipal solid waste driven combined heat and power (CHP) plants, as used in scandinavian districts, natural gas driven CHP plants, woodchip driven carburetors, power to heat systems, etc.) [6,7,8,9]. This renewable potential has prompted the European Union to highlight heating networks as a suitable technology for the energy transition in its position paper “Stepping up Europe’s 2030 climate ambition” [10]. On the other hand, they usually have higher distribution losses during heat transport and high capital commitments in the network structure [11].
As part of the energy transition to meet national and international climate protection goals (e.g., “The Glasgow Climate Pact” established by the UN [12] and the “Fit for 55”-package by the European Commission [13]), heating networks are becoming increasingly relevant and are being used more and more, especially in new housing developments [7]. Overall, the share of central heating systems within new buildings in Germany increased from 7% to 24.4% between 2001 and 2020 [1].
For the optimal design and dimensioning of such central heat supply systems, advanced planning methods are required. Only through the holistic, cross-sector planning of urban energy systems can all synergies be utilized [14,15]. Such a design includes the ideal selection and dimensioning of energy supply (e.g., co-generation or heat pumps) and storage technologies (e.g., liquid storages), as well as the planning of a distribution network. This, in turn, includes the positioning and dimensioning of pipes and deciding which buildings should be connected to a network. Optimization using energy system models offers such an advanced approach [16].
Open source modeling approaches are of particular importance. These approaches offer a notably high degree of transparency, traceability and reproducibility and thus enable an especially high level of quality in results [17]. Since the early 2000s, a broad community and a variety of open energy system modeling tools have addressed different scopes [17]. Some of the most recent approaches deal with the design and optimization of heat networks. These include the “Spreadsheet Energy System Model Generator” (SESMG; [18])-integrated DHNx-Python module [19], referred to as DHNx/SESMG, and the “Thermal Energy Resource Modeling and Optimization System” (Thermos) tool, which is a clojure and java script object notation program [15].
Energy system modeling tools with similar purposes often yield different results [20]. In order to identify these deviations and determine the causes, comparing different models is important. In this way, errors can be identified and models can be mutually validated.
For the field of open source district heating tools, no such comparison has been carried out so far. Therefore, this contribution aims to compare and evaluate the approaches of DHNx/SESMG and Thermos and will therefore lay an important foundation on which further comparative studies can build.
We will clarify which of these approaches can be coupled with other energy sectors, e.g., to perform a holistic optimization of urban energy systems. For this purpose, the two approaches will first be theoretically described in detail in Section 2.1 and Section 2.2 and subsequently practically applied to a real-world energy system (Section 2.3). Finally, the methods and results of the two given approaches are compared and the advantages and disadvantages of each of them will be discussed in detail (Section 4).

2. Materials and Methods

In this section, the applied modeling approaches, as well as the applied test case suburb, will be described.

2.1. DHNx/SESMG

The DHNx/SESMG [18,19] approach uses the components of the modeling basis “Open Energy Modelling Framework” (oemof) [21], which is a Python package utilizing mathematical graph theory for representing energy systems. DHNx is a sub-package of oemof focusing on the thermodynamic and fluidic considerations of fluid-powered energy networks (e.g., district heating networks). In the context of this study, DHNx was integrated into the “Spreadsheet Energy System Model Generator” (SESMG) [18]. The SESMG is a model generator enabling the automated implementation of oemof energy system models. Compared to plain oemof, no programming effort is required. For modeling, a bottom-up analytical approach and (mixed-integer) linear programming ((MI)LP) were applied [22]. The temporal and spatial resolutions and horizons can be individually defined by the user.
The SESMG program flow [23] can be divided into three sub-processes. During pre-processing, individual components such as sources, sinks, transformers, etc., are combined into a mathematical optimization problem. This (mixed-integer) linear problem is solved afterwards (processing). Finally, the results were automatically analyzed and prepared for post-processing.
Figure 1 shows the DHNx/SESMG for the creation of a thermal network model. The implementation of the DHNx package is located within the SESMG’s pre-processing after the oemof-solph energy system components (e.g., building gasheating systems) were created. Therein, the components required are spatially located and subsequently mathematically defined. Since the previous and subsequent processes are not relevant for this study, they have been omitted from Figure 1.
For modeling with DHNx/SESMG, the euclidean perpendicular foot print search (Appendix A) was applied. Therein, the shortest rectangular connectable pipe from consumers and producers to possible distribution pipes are calculated. For this method it is assumed that these distribution pipes can be laid in any street. The DHNx method is_consistent checks the heat network for consistency, thus verifying that all consumers are reachable, and all nodes submitted to the algorithm are connected to one heat network. In this method, two pipe-specific checks are carried out by iterating over all pipes (iteration is highlighted in red). The following requirements have to be fulfilled:
  • Consumers need a technical feasible or existing connection to at least one of the producers;
  • Each node (fork, consumer, producer) needs a heat network connection;
  • Pipes cannot have the same start and end node.
If these conditions are met for all pipes, the final check was performed, testing whether two nodes are connected by only one pipe and whether all nodes are connected to one network. Note, that the algorithm may conclude that it makes sense to split the network into two or more parts [24]. After these checks, the DHNx optimization setup process [25] is started, which ends up returning oemof components that can be added to an already existing energy system for further (multi-sectoral) modeling.
DHNx mainly adds district heating (dh) pipes to an already existing energy system. In the context of the DHNx approach, a dh pipe is a transformer with one energy input and one energy output considering the pipe’s heat losses. Based on this heat loss factor and the pipeline-specific costs and emission values, different insulation thicknesses as well as different pipeline materials can be mapped. These can then be included in the optimization problem as separate investment alternatives.The mathematical formula basis is described by Röeder et al. [19]. The dh pipe parameters are summarized and briefly explained in Appendix B. Within the DHNx/SESMG considerations, a simultaneity of 1 is taken into account.
The connection of the consumer sinks and the transformer outputs, that were created in create_objects (Figure 1) to the newly created heat network. This connection is represented by two energy system components called “source-link” and “dh_heat_house_station”.

2.2. Thermos

The Horizon 2020-funded “Thermal Energy Resource Modeling and Optimization System” (Thermos) [26] was developed to assist energy system planners in the initial stages of expansion planning or construction of a completely new district heating or cooling network [15]. The planning process can be divided into 5 steps [15]:
  • “Baseline Assesment”;
  • “Planning of Resources”;
  • “Procurement of Data”;
  • “Thermal Energy Systems Pre-Feasibility Analyses”;
  • “Evaluation and Decision Making”.
In the context of this study, the sub-steps 3 to 5 are of particular interest. Within “Procurement of Data”, input data were collected for the analysis. Data may be provided by spreadsheet-files, geographic information system (GIS) layers or using the provided automatic OpenStreetMap-Interface. Thereby, the annual heat demand, the geographical location, and the building’s height were obtained and can be modified by user input data, e.g., by 3D-data [27]. A full list of required and optional input parameters are given in [15]. Based on the pipe data, it can be stated that Thermos does not differentiate between house connection pipes and distribution pipes. This means that the modeler must take care when selecting the pipes that are assigned an investment decision that no unintentional basement-routed distribution pipes are made possible.
The network optimization can either be carried out by maximizing the network size (“Maximize network NPV”) or by minimizing the system costs (“Maximize whole network NPV”) [15]. For investment optimization for energy supply technologies and therefore weighing decentralized heat supply, investment in insulation or network supply are only possible within the second case. This case is therefore considered in this study. For the optimization, the location of the central heat supply as well as solver-specific parameters such as “Mixed-Integer Programming (MIP) Gap” or the “maximum computational time”, which define the relative distance between the optimal objective and the solution or the time at which the “Solving Constraint Integer Programs” (scip)-solver [28] terminates the process to be defined. For the entire process, the user has no source code contact.
The system optimization is divided into two parts. The “network optimization process” performs an economic trade-off between decentralized alternative technologies (for example, gas heating or heat pump) and the heat network connection. During this process, the respective pipe diameters are routed to the appropriate locations, based on the peak heat demand. Within this optimization, it is possible to pass any combination of costs and loss factors, allowing different insulation thicknesses and materials to be mapped.Buildings in which an alternative technology should be used are returned as well. For the dimensioning a simultaneity function (Equation (1)) is applied, which causes the pipes to be designed not for the case of simultaneous demand of their peak load, but for a share of it only. The calculation takes into account the number of connected buildings (n) and the limiting value of the factors ( a = 0.62 ) given by Thermos. It is calculated individually for each pipe section as well as for the heat suppliers.
f = a + ( 1 a ) n
The subsequent “supply optimization process” considers load profiles and the previously calculated heat network as basis for the calculation of the annual carbon dioxide emissions as well as financial costs of the heat supply. In this supply optimization problem, the network structure is no longer taken into account in the Thermos algorithm, but the heat demand of the consumers is mapped as an overall load profile. To ensure the security of supply the load profiles of representative day types (Section 2.3) for the buildings connected to the district heating network is examined (Appendix C) instead. Within this part of the optimization, there is opportunity to set a time step-variable price for energy imports and exports (e.g., gas and electricity).
Within “Evaluation and Decision Making”, the last process part of the Thermos work flow, the energy system is optimized, using the “scip” solver. Within this part of the processtwo result types are created. On the one hand, there is an interactive map presenting the consumers connected to the heating network, and those who are not, as well as the chosen pipe configurations. On the other hand, a result table is returned, giving parameters such as the total system costs and the technology specific financial data. By using the default settings, the heat production results are considered using load profiles for 5 specific days (normal weekday, normal weekend day, winter weekday, winter weekend day and the peak day). Each of these days is associated with an occurrence ratio for calculating the yearly energy amounts. The temporal resolution has to be defined by the user. By default, hourly consumer heat profiles are applied.
Basically the energy system model created is based on graph theory. Consumers and producers are considered as graph’s vertices, while the pipes are represented as edges. The pipes parameters are summarized in Appendix B.
Finally, it can be noted that the emissions of the heat network energy system model are specified as variable emissions on the generator. Therefore, they are generated per kWh of produced heat amount, but not as fix periodical emissions (e.g., due to upstream and downstream technology chains). Furthermore, CO 2 , PM2.5, as well as NO x emission limits can be defined. The upstream and downstream emissions of grid components are not considered.

2.3. Test Case

The described approaches of DHNx/SESMG (Section 2.1) and Thermos (Section 2.2) were applied comparatively to a neighborhood in Herne-Baukau (North Rhine-Westphalia, Germany), which covers an area of 1.1 × 10 6   m 2 (Figure 2). It consists of 48 single-family buildings (SFB), 38 multi-family buildings (MFB) and 3 commercial buildings (COM). The total heat demand of the building types described above was estimated (necessary because of insufficient data availability) to be approximately 3300 MWh a . The considered heat load profiles (SFB-efh, MFB-mfh, COM-ghd) were taken from [29].
To ensure the best result comparability, standardized model properties were selected for both approaches—DHNx/SESMG and Thermos. If properties are preset in one model approach that can be modified within the other approach, the specified property is defined in each case. A building sharp spatial resolution and eight day types with different occurrence ratios (replacing the Thermos predefined load profiles, Appendix C), were used. The eight reference days are the following:
  • Winter days with the lowest (1) and the mean average (2) temperature;
  • Spring days with the lowest (3) and the mean average (4) temperature;
  • Summer days with the lowest (5) and the mean average (6) temperature;
  • Fall days with the lowest (7) and the mean average (8) temperature.
Both approaches have the opportunity to decide whether buildings should be connected to the district heating network or if other heat supply technology are favorable. Thereby, the maximum heat demand ( Q ˙ ) represents the main optimization parameter, [5,9] which is accompanied by a transport loss consideration ( Q l o s s ) [30]. The heat supply via the district heating network is achieved by a CHP plant unit and a central natural gas peak load boiler. Alternatively, a decentralized gas heating system or air-sourced heat pump (ASHP) can supply the heat demands of individual buildings. The technical data are given in Appendix D.
For both modeling approaches, the flow velocities (Equation (2)), the maximum transport capacities (Equation (3)) and the loss considerations (Equations (4) and (5)) were numerically calculated by the equations implemented within the Thermos algorithm [31]. The velocity v in m s was calculated from the specific diameter ø in mm :
v = 0.4834 + 4.7617 · ( ø 0.3701 )
The total transportable heat capacity in W is calculated by the flow velocity v, the density ρ , the heat capacity c p , the cross-sectional area A and the temperature difference between the flow and return pipe Δ T :
Q ˙ = v · c p · ρ · Δ T · A
The yearly loss ( Q l o s s ) in kWh m · a is calculated through the temperature difference between the fluid (90 C mean of 120 C flow and 60 C return temperature) and ground (8 C , pre-defined value in [32]) ( Δ T 2 ):
Q l o s s = Δ T 2 · ( 0.16805 · l n ( ø ) + 0.85684 )
For this study, the temperature difference is defined as 82 C . An average number of full utilization hours of 1000 h a is predefined in Thermos (deviating from [33]) and is therefore adopted in the DHNx/SESMG approach. The heat loss ( Q l o s s ) can be converted into the power loss coefficient per meter ( q ˙ l o s s in kW m ):
q ˙ l o s s = Q l o s s 1000 h a
Required pipe parameters are given in Appendix D. The initialization process of Thermos requires the heating degree days of the considered area, which can be calculated using Equation (6) [34]:
G T Z 17 C = 1 365 ( θ i θ a , m )
“The [heating] degree days [( G T Z )] represent the sum over the temperature differences [( θ i θ a , m )] of those days of a month on which the temperature mean values are below [( θ b o r d e r )] (heating day)” [35]. A usual indoor temperature θ i of 20 C [36] was assumed and the reference weather data set of 2012 (1 January–30 December 2012) was considered. This is justified by the fact that, according to [37], 2012 was an average year. Thus, a heating limit temperature of 17 C [15] results in 3377 C · d a . Within the process of Thermos optimization, two QGIS Geopackages were uploaded, holding the in DHNx/SESMG used geo-spatial information, to ensure comparability.
In DHNx/SESMG, some adjustments are also necessary to map the network problem. Therefore, the optimization problem of the energy system was first reduced to one time step, which represents the maximum heat demand of all buildings. In order to ensure that the operating costs of an entire year are included in the profitability analysis of the heating network, it is necessary to correct the variable costs using a factor c (Equation (7)), which represents the ratio between the annual heat demand ( Q y e a r l y ) and the maximum heat output requirement ( Q ˙ p e a k ). For the central components, this factor is averaged over all potential buildings.
c = Q y e a r l y Q ˙ p e a k
Within the Thermos approach, the “scip” solver is used, while in the DHNx/SESMG optimization the “gurobi” solver [38] is used. Closed-source solvers were used, since the open-source, non-commercial solvers (e.g., “Coin-or branch and cut”-solver [39]), which can be used within the Pyomo framework (solver interface at oemof), cannot solve the problem in acceptable computation time. Thus, these solvers would stand in the way of reproducibility of the results. For both solvers, the mixed-integer solution tolerance (so called MIP-Gap) was set to 0% (value with the highest accuracy), and for both, no termination criteria due to exceeding computing time were set.

3. Results

The optimization problem is divided into two steps (network problem and supply problem; Section 2.2). For the scope of this study, these two steps were transferred to DHNx. The following results sections are structured according to the two sub-problems.

3.1. Network Problem

The results of the “network problem” of the two approaches are shown in Figure 3. Basically, the “network problem” can be seen as an economic analysis of the construction of a heating network.

3.1.1. Thermos

Within the Thermos network optimization, nine buildings with a summed maximum heat power demand of 423 kW were connected to a centralized CHP plant (Figure 3). Electricity produced by the CHP is exported to superordinate power systems. The heat supply of buildings which are not connected to the district heating network are supplied by gas heating systems with an aggregated capacity of 1024 kW .
The costs for the heat supply of the system consist of periodic costs for investment and operation of technical facilities (district heating pipes, CHP, gas heating systems, ) and variable costs for the use of necessary fuels (natural gas). In total, the costs for heat supply amount to around 350,000 EUR/a, of which approximately 270,000 EUR/a are attributable to decentralized and about 80,000 EUR/a to centrally supplied buildings. A detailed breakdown of costs is presented in Table 1.
In addition to the cost optimization, greenhouse gas emissions were calculated, which are attributable to the heat supply (Table 1). These are distinguished from the emissions emitted by alternative technologies and emissions from the CHP unit. Within the Thermos algorithm, the CHP and gas heating system life cycle emissions were taken from GEMIS [40]. These emissions were cumulated to each produced kWh of heat.

3.1.2. DHNx/SESMG

Within the DHNx optimization, six buildings with a peak demand of 363 kW are connected to the heating network. Again, a central CHP unit was selected and sized to supply the heating network during the optimization. The CHP has a thermal output of 233 kW , which causes approximately one half of the costs of centralized heat supply which accounts for about 63,000 EUR/a.
The operating costs of the CHP are considered separately (electricity export and natural gas import) in the DHNx approach, due to the German subsidy, they are approximately 0 EUR/a. The unconnected buildings’ demand is covered using a decentralized gas heating system, which at a power of 1084.36 kW incurs costs of around 278,000 EUR/a. The pipes’ costs designed within the DHNx/SESMG optimization can be taken from Appendix E.
As with Thermos, the DHNx/SESMG approach also determines the amount of greenhouse gas emissions caused in addition to the financial optimization. The caused emissions are given in Table 1. These are distinguished between upstream and downstream emissions caused by
  • Alternative technologies;
  • Central peak gas boiler;
  • Central CHP unit;
  • The amount which leaves the system boundary with the electricity (regarding the adapted territorial emission approach by Klemm and Wiese [22]).

3.2. Supply Problem

In the “supply problem”, the supply of heat covering the demand of the six (DHNx/SESMG) or nine (Thermos) building heat network is considered. The amount of heat during extreme days in winter are plotted in Figure 4. Within this figure, stacked plots, in which the heat quantity of the CHP is plotted at the bottom and that of the gas peak boiler at the top, are used, presenting the amount of heat at different times.

3.2.1. Thermos

A CHP plant with a thermal output of 180 kW and a gas boiler with an output of 100 kW were selected during the optimization as the most economically viable option for supplying thedistrict heating network (nine buildings) (Appendix F).
As an example, Figure 4 shows the heat load on the coldest day of winter with reference to the Thermos supply problem. While the CHP (blue line) provides a constant base load of 180 kWh , the gas boiler provides a changing peak load between 18 kWh at the beginning of the day (0 h) and 100 kWh at 5 h.

3.2.2. DHNx/SESMG

Diverging from Thermos, DHNx/SESMG did not map the load profile for the heat supply to the heat network, but implemented the network representing the results of the “network problem” (Section 3.1.2) as an existing network, so that the optimization algorithm had only a choice about the mode of operation of the central heat supply. This is necessary to create comparability between the two approaches.
Within the DHNx supply problem optimization a CHP unit with 233 kW heat output and a gas boiler with 130 kW heat output is considered covering the systems heat demand.
The coldest winter day of the DHNx model is shown in Figure 4. The CHP plant provides a heat output of 233 kW between 4 h and 22 h, but is only operated at partial load during night times (23 h to 4 h). During those periods the CHP has an heat output with a minimum of 193 kWh (2 h).

4. Discussion

In this study, two approaches for the modeling and optimization of heat networks were compared. First theoretically and subsequently practically by applying it to a real-world energy system. Within the Thermos approach, the optimization of district heating networks is divided into the “network problem” and the “supply problem”. This procedure was adopted for the DHNx/SESMG approach.
Within the application, all model parameters were unified as far as possible. Despite this unification, some input options and calculation bases are partially different, which led to slightly different results in the practical application. Differences during the “network problem” were the calculation of heat losses and the calculation of green house gas (GHG) emissions. Deviating simultaneity factors (see Section 2.2) were impacting both, the “network problem” as well as the “supply problem”. A side-by-side comparison of the two investigated approaches can be found in Table 2.
General approach: The Thermos approach is a pure district heating model, which weighs up alternative technologies, grid connection (investment optimization), as well as its mode of operation (dispatch optimization). Financial aspects are used as optimization criterion. The SESMG integrated DHNx approach, on the other hand, is able to represent entire multi-energy systems of, e.g., urban areas. For the purpose of this study the applied model was reduced to the heating sector, in order to guarantee comparability between the applied approaches. Since today’s energy systems can not longer be viewed mono-sectorally (e.g., because of sector coupling), this represents a strength of the DHNx/SESMG solution.
Temporal resolution: The Thermos algorithm, uses different reference days (Appendix C) for the design of the heat network components, which are considered independently. Even if this procedure was reproduced in the DHNx/SESMG approach, it allows a free choice of the time step length as well as the number of time steps, which is highly relevant for a realistic design of a heat network due to interactions between two days (e.g., the storage capacity at the end of the day).
Usability: The user interface of Thermos simplifies the workflow of modeling and optimization of a heat network, and allows the results to be presented visually and thus quickly understandable. However, heat demands are calculated not only for residential, commercial, and industrial buildings, but also for garages, garden sheds, or similar ones. For all these buildings a district heating connection option is automatically prepared. Therefore modelers must manually select which buildings should be included in the optimization and which should not. If modelers upload prepared geo-data sets, this disadvantage does not apply. The DHNx/SESMG approach is spreadsheet driven and does not provide any GIS-based user-interfaces. This causes that an alternative for the localization and length determination of the pipes has to be applied (Section 2.1). As deviations from the shortest pipe length may occur during the search of perpendiculars, these can and must be corrected by the modelers in order to achieve the desired result quality.
Pipe properties: Within the Thermos approach, no distinction between house supply pipes and distribution pipes is made (Section 2.2). This takes the opportunity of setting different parameters for distribution and house connection pipes. Within the DHNx/SESMG approach, connecting and distribution pipes are differentiated. The loss consideration within Thermos is dependent from the pipe diameter, as well as from energy transported through the pipe (Appendix D). The DHNx/SESMG losses, are dependent from a diameter-specific loss factor. Both approaches allow consideration of different insulation thicknesses as well as pipe materials.
Heat network properties—simultaneity: Within the Thermos approach a simultaneity factor is calculated and applied to all pipe sections, substations and central heat plants (Section 2.2). For a district heating network of 9 connected buildings the simultanety is calculated to be 0.67 and cannot be modified by the user. This may cause errors for small and medium sized heating networks. For the test case area, in example, a simultaneity of above 0.9 can be assumed based on former studies [41]. The value is therefore clearly deviating from the pre-defined value in Thermos which leads to the fact that without consideration of a sufficiently large safety (approx. 1.5–2) an undersizing of the heating network can result. Within DHNx/SESMG the simultaneity results automatically from temporally and spatially highly resolved representation of stochastic and/or standard load profile [29].
Heat network properties—green house gas emissions: Thermos, in contrast to DHNx, does not allow the consideration of fixed upstream and downstream emissions for network pipes. These emissions are necessary for a complete assessment of the green house gas (GHG)-emissions of the whole energy system. However, Table 1 shows, that there are only marginally significant. Thus, upstream and downstream emissions of network pipes only very minor impact on the overall emissions balance compared with direct emissions from the combustion of fossil fuels.
Result comparison: Within the first step of the network optimization problem, only one time step of the applied weather data set (the coldest one) is modeled (Section 2). Both approaches propose to implement a heating network for the street “In den Weiden”, which consists big apartment buildings and a comparatively high population density. Therefore, there is a high peak heat demand as well as an high annual heat demand.
Thermos proposes to connect even more buildings (+50%) to the heating network than the DHNx/SESMG approach (Section 3). Therefore, also cost differences (Table 1) between the modeled district heating stations and the supply alternatives for unconnected buildings, as well as pipe lengths (Appendix E) apply. The longer pipe length in Thermos results in additional costs of about 17%, which, however, are almost compensated by the cheaper alternative technologies resulting from the heat network supply of a higher number of buildings. So that the energy system solution provided by the DHNx/SESMG-approach ends up being about 5% more expensive than Thermos’.
The difference in the number of connected buildings can be attributed to the differently applied simultaneities (Section 2.2 and Section 4). On this basis, the DHNx/SESMG approach assumes a more realistic but higher building specific peak load than Thermos (+29%), which in turn requires larger pipe diameters, resulting in higher investment costs. Since the simultaneity factor of DHNx/SESMG approach is more accurate (see above), it is reasonable to assume that it’s results are more precise.
Both optimization approaches come to the conclusion that a base-load CHP and a peak-load gas boiler represent the most appropriate heat supply unit combination for the heating network, which arose from the “network problem”. The CHP is used for nearly constant base load coverage, while the output of the gas boiler varies and performs as a peak load boiler (Figure 4).
Due to the simultaneity factor calculated and applied within Thermos (Section 2.2), the variance of the different day types is lost. While the ratio between the peak load on the winter extreme day (5 h) and the peak load on the winter average day (5 h) is about 60% (Appendix C), this ratio is about 77% within the Thermos results (Appendix F) due to simultaneity. Thus, the load gradient is lost, which favors the operation of the peak-load gas boiler, since the peak demand is much less significant. This represents a cause for undersizing the heat network components mentioned before.
With the DHNx/SESMG approach, however, no simultaneity factor is used, but results from the individual load profiles of the spatially higher resolution model. Therefore, the DHNx/SESMG approach guarantees more accurate consideration of simultaneity. This in turn explains the differences in design between CHP plants and gas heating (Appendix F).
Collectively, the calculation effort of Thermos is significantly lower than that of DHNx/SESMG. While the computing time of the Thermos approach solving the “network problem” took < 10 seconds the DHNx/SESMG approach needed about 19 minutes.

5. Conclusions

Both analyzed district heating modeling approaches—the “Spreadsheet Energy System Model Generator”-integrated DHNx-Python module (DHNx/SESMG) and “Thermal Energy Resource Modeling and Optimization System” (Thermos)—provide comparable results from geographical (location), monetary and emissions perspectives (Section 3). Differences regarding the assumptions of the applied simultaneity factor (Section 2.2 and Section 4) were identified as the main reason for the discrepancy between the results of the two approaches, as it is too small (−20%) in the Thermos approach.
Within the DHNx/SESMG approach, the design of district heating networks is a part of the design of complex multi-energy systems. This multi-sectoral consideration quickly leads to very complex models, which require a large amount of computing resources (especially computing time) to solve. Nevertheless, it is necessary to set up a comprehensive model due to the increasing importance of sector coupling and the increasing complexity of energy systems.
However, the DHNx/SESMG approach is flexible enough to adapt the process of the single-sector Thermos approach. Therefore, a simplified model can be performed to carry out a preliminary model with a lower level of detail and faster computation time, (114 times faster than the DHNx/SESMG-approach). The results can subsequently be used to include in the complex multi-sectoral model only those district heating components that are likely to be considered within the optimization.
If, despite the above reasons, a mono-sectoral investigation of the heat sector is desired, Thermos remains an alternative due to its low computational time.

Author Contributions

Conceptualization, G.B.; Methodology, G.B.; Software extension, G.B.; Validation, G.B. and C.K.; Investigation, G.B.; Writing—Original Draft Preparation, G.B.; Writing—Review and Editing, C.K. and P.V.; Supervision, C.K.; Project Administration, P.V.; Funding Acquisition, P.V. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by German Federal Ministry of Education (BMBF) within the R2Q project under grant number 033W102A-K.

Institutional Review Board Statement

Not applicable.

Data Availability Statement

Not applicable.

Acknowledgments

Three anonymous reviewers helped to improve the manuscript, thank you.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, or in the decision to publish the results.

Abbreviations

The following abbreviations are used in this manuscript:
ASHPair source heat pump
CHPcombined heat and power
COMcommercial building
dhdistrict heating
GHGgreen house gas
GISgeographic information system
MFBmulti-family building
MIPMixed integer problem
oemofopen energy modelling framework
scipSolving Constraint Integer Programs
SESMGSpreadsheet Energy System Model Generator
SFBsingle-family building
ThermosThermal Energy Resource Modeling and Optimization System

Nomenclature

The following nomenclature is used in this manuscript:
fsimultaneity factor
nnumber of connected buildings
vheating medium velocity
ønominal diameter of the considered pipe
Q ˙ transportable heat capacity
c p heat capacity of the heating medium
ρ              density of the heating medium
Δ T temperature difference between flow and return pipe
Across-sectional area of the considered pipe
Q l o s s yearly heat losses per meter pipe
Δ T 2 temperature difference between the mean temperature of flow and return pipe and the surounding ground
q ˙ l o s s power loss coefficient per meter
G T Z 17 C heating degree days based on the heating limit temperature of 17 °C
θ i indoor temperature
θ a , m daily mean of the outdoor temperature
cvariable costs factor

Appendix A. Perpendicular Foot Print Search

The perpendicular foot point search approach requires a fidelity of angle and length which can be nearly met by Gaussian–Kruger projection [42], a variant of the mercator projection method [43]. Choosing the right Gaussian–Kruger zone enables the calculation of the euclidean distance between point (building or producer) and line (road section). Equation (A1) is used to calculate the distance (d in km) based on the Pythagoras theorem using the distances in longitudinal (dy in km) (Equation (A4)) and in latitudinal direction (dx in km) (Equation (A3)), for which the mean latitude of the problem to be solved is needed (Equation (A2)).
d = d x 2 + d y 2
l a t = l a t 1 + l a t 2 2 · 0.01745
d x = 111.3 · c o s ( l a t ) · ( l o n 1 l o n 2 )
d y = 111.3 · ( l a t 1 l a t 2 )

Appendix B. Considered Pipe Values (Thermos, DHNx/SESMG)

Table A1. DHNx heatpipe parameters [44].
Table A1. DHNx heatpipe parameters [44].
Required ParameterDescription
idunique integer id of the considered heatpipe
start vertexnode representing the begin of considered pipe
end vertexnode representing the end of considered pipe
lengthlength of the considered heatpipe
nonconvex (boolean)indicating whether nothing (no pipe laying) or fixed-investment-costs (pipe laying) is invested
min. capacity (kW)minimum invested heat capacity
max. capacity (kW)maximum investable heat capacity
heat loss factor ( kW loss m · kW installed )relative loss factor related to the installed capacity
heat loss factor fix ( kW loss m )fixed loss, which is incurred directly after the non-convex investment decision
periodical costs ( EUR m · a )investment costs per kW transportable installed heat capacity
fix investment costs ( EUR m )investment costs per meter of pipe and its laying
periodical constraint costs ( g CO 2 kW · m ) CO 2 emission per kW transportable installed heat capacity
fix constraint costs ( g CO 2 m ) CO 2 emission per meter of pipe and its laying
Table A2. Thermos heatpipe parameters [45].
Table A2. Thermos heatpipe parameters [45].
Required ParameterDescription
idunique string id of the considered edge
start vertexnode representing the begin of considered pipe
end vertexnode representing the end of considered pipe
lengthlength of the considered heatpipe
nonconvex (boolean)indicating whether nothing (no pipe laying) or fixed-investment-costs (pipe laying) is invested
bounds of capacity (kW)interval limiting the transportable heat capacity upwards and downwards
heat loss factor fix ( W loss m )fixed loss, which is incurred directly by pipe laying (“pipe-losses” is not an edge attribute, it is defined separately)
periodical costs ( EUR m · a )investment costs per kW transportable installed heat capacity
fix investment costs ( EUR m )investment costs per meter of pipe and its laying

Appendix C. Load Profiles

Figure A1. Applied representative load profiles (temporal resolution 24 timesteps per day) [29].
Figure A1. Applied representative load profiles (temporal resolution 24 timesteps per day) [29].
Energies 15 08277 g0a1

Appendix D. Optimization Parameter

Table A3. Pipe specific parameter for market usual diameters.
Table A3. Pipe specific parameter for market usual diameters.
Pipe TypeVelocity ( m s )Capacity (kW)Heat Losses ( kWh m · a )Heat Loss Coefficient ( kW m )
DN 200.63596888748.3935884216.35280.016352813
DN 250.73233698187.0728877519.42780.019427753
DN 320.848642364165.316662822.82950.022829510
DN 400.963319826293.212476825.90440.025904450
DN 501.087870037517.379228928.97940.028989390
DN 651.2480950871003.15109732.59480.032594770
Table A4. Day types and their occurrence ratios.
Table A4. Day types and their occurrence ratios.
Day TypeOccurrence Ratio ( days a )
winter extreme1
winter average91
spring extreme1
spring average90
summer extreme1
summer average90
fall extreme1
fall average90
Table A5. Investment parameters.
Table A5. Investment parameters.
TechnologyEfficiency/COPPeriodical Costs ( EUR kW · a )Variable Costs ( EUR kWh )Periodical CO 2 eq
( g kW · a or g kW · m · a )
Variable CO 2 eq ( g kWh )
electricity import (heat pump)0.22366 1
electricity export−0.682−308 1
gas import (CHP)0.0253 20
gas import (gas heating system)0.0629 30
central CHPel.: 0.375 4
th.: 0.575
129 4el.: 308 1
th.: 265 1
central peak gas boiler0.92 513 1264 1
decentralized gas heating system0.92 5110 6232 1
ASHP2.78137 712 1
DN 2064 8204 9
DN 2565 8244 9
DN 3269 8304 9
DN 4072 8376 9
DN 5081 8472 9
DN 6588 8629 9
1 [40], 2 [46], 3 [47], 4 [2], 5 [48], 6 [49], 7 [50,51], 8 [52], 9 [53].

Appendix E. Network Problem Results

Table A6. Costs of network laying and pipes of the Thermos and DHNx/SESMG network optimization.
Table A6. Costs of network laying and pipes of the Thermos and DHNx/SESMG network optimization.
ThermosDHNx/SESMG
Pipe TypeLength (m)Costs (EUR)Length (m)Costs (EUR)
DN 2070.35 450214.65931.84
DN 2534.61 225034.622250.30
DN 3263.15 435738.232637.87
DN 40110.61 796449.743581.28
DN 501185.536927.93
278.7219,073222.7716,329.22
1 Value is not calculated within the considered approach.

Appendix F. Supply Problem Results

Table A7. Supply problem result—Thermos.
Table A7. Supply problem result—Thermos.
Day TypeOccurenceCHP Power th. ( kW )CHP Heat Amount ( MWh day )Boiler Power ( kW )Boiler Heat Amount ( MWh day )
winter extreme1179.564.31100.001.46
winter average91179.564.1538.480.47
spring extreme1179.564.1738.800.50
spring average90138.852.64
summer extreme1125.482.39
summer average9089.051.67
fall extreme1179,563.9614.430.07
fall average90152.352.89
Table A8. Supply problem result—DHNx.
Table A8. Supply problem result—DHNx.
Day TypeOccurenceCHP Power th. ( kW )CHP Heat Amount ( MWh day )Boiler Power ( kW )Boiler Heat Amount ( MWh day )
winter extreme1232.785.41130.001.28
winter average91232.784.661.400.002
spring extreme1167.964.03
spring average90133.212.23
summer extreme1131.932.21
summer average9055.620.95
fall extreme1232.784.756.840.015
fall average90114.691.93
Figure A2. Central heat supply load.
Figure A2. Central heat supply load.
Energies 15 08277 g0a2

References

  1. BDEW. Entwicklung des Wärmeverbrauchs in Deutschland; Technical Report; BDEW: Berlin, Germany, 2022; Available online: https://www.bdew.de/media/documents/Wärmeverbrauchsanalyse_Foliensatz-2022.pdf (accessed on 17 March 2022).
  2. ASUE Arbeitskreis Brennstoffzellen/BHKW. BHKW-Kenndaten 2014/2015: Module, Anbieter, Kosten; ASUE Arbeitskreis Brennstoffzellen/BHKW: Berlin, Germany, 2014; Available online: https://asue.de/aktuelles_presse/bhkw-kenndaten_2014-15 (accessed on 17 March 2022).
  3. Pfnür, A.; Winiewska, B.; Mailach, B.; Oschatz, B. Dezentrale vs. Zentrale Wärmeversorgung im Deutschen Wärmemarkt: Vergleichende Studie aus Energetischer und ökonomischer Sicht; Technische Universität Darmstadt, Forschungscenter Betriebliche Immobilienwirtschaft: Darmstadt, Germany, 2016. [Google Scholar]
  4. Göllinger, T.; Knauf, J. Übersicht und Systematik zu Skaleneffekten von Energietechnologien—Empirie und Anwendungen II: BHKW. Arbeitspapiere des Insituts für ökologische Betriebswirtschaft 2018, 69, 2–6. [Google Scholar] [CrossRef]
  5. Arabkoohsar, A.; Alsagri, A.S. Thermodynamic analysis of ultralow-temperature district heating system with shared power heat pumps and triple-pipes. Energy 2020, 194, 116918. [Google Scholar] [CrossRef]
  6. Pfeifer, A.; Herc, L.; Batas Bjelić, I.; Duić, N. Flexibility index and decreasing the costs in energy systems with high share of renewable energy. Energy Convers. Manag. 2021, 240, 114258. [Google Scholar] [CrossRef]
  7. European Climate Foundation. Roadmap 2050; Technical Report; European Climate Foundation: The Hague, The Netherlands, 2010; Available online: https://www.roadmap2050.eu/attachments/files/Volume1_ExecutiveSummary.pdf (accessed on 18 March 2022).
  8. Arabkoohsar, A.; Sadi, M.; Behzadi, A.; Rahbari, H.R. Techno-economic analysis and multiobjective optimization of a novel proposal for addressing summer-supply challenges of district heating systems. Energy Convers. Manag. 2021, 236, 113985. [Google Scholar] [CrossRef]
  9. Acheilas, I.; Hooimeijer, F.; Ersoy, A. A Decision Support Tool for Implementing District Heating in Existing Cities, Focusing on Using a Geothermal Source. Energies 2020, 13, 2750. [Google Scholar] [CrossRef]
  10. European Commission. Stepping up Europe’s 2030 climate ambition. Investing in a climate-neutral future for the benefit of our people. Eur. Sour. Online 2020, 53, 1689–1699. [Google Scholar]
  11. Vesterlund, M.; Sandberg, J.; Lindblom, B.; Dahl, J. Evaluation of Losses in District Heating System, a Case Study. In Proceedings of the International Conference on Efficiency, Cost, Optimization, Simulation and Environmental Impact of Energy Systems, Guilin, China, 16–19 July 2013. [Google Scholar]
  12. United Nations. THE Glasgow Climate Pact; United Nations: New York, NY, USA, 2021. [Google Scholar]
  13. European Commission. ‘Fit for 55’: Delivering the EU’s 2030 Climate Target on the Way to Climate Neutrality; European Commission: Brussels, Belgium, 2021.
  14. United Nations Environment Programme. District Energy in Cities; Technical Report; UNEP: Paris, France, 2015; Available online: https://wedocs.unep.org/handle/20.500.11822/9317 (accessed on 17 March 2022).
  15. Prieto, I.; Sonvilla, P.M.; Munguet, M.C.; Wilson, J.; Kęsik, M.; Rieksts-Riekstins, V.; Wenzel, T.; Dinis, J.; Wyke, S.; Seeman, M.-E.; et al. Thermal Energy Resource Modelling and Optimization System: Replication Guide; Technical Report; CSE: Bristol, UK, 2021; Available online: https://www.thermos-project.eu/fileadmin/user_upload/210331_THS_WP5_D5.15_CREARA_Replication_Guide_FINAL.pdf (accessed on 18 March 2022).
  16. Rae, C.; Kerr, S.; Maroto-Valer, M.M. Upscaling smart local energy systems: A review of technical barriers. Renew. Sustain. Energy Rev. 2020, 131, 110020. [Google Scholar]
  17. Pfenninger, S.; Hirth, L.; Schlecht, I.; Schmid, E.; Wiese, F.; Brown, T.; Davis, C.; Gidden, M.; Heinrichs, H.; Heuberger, C.; et al. Opening the black box of energy modelling: Strategies and lessons learned. Energy Strategy Rev. 2018, 19, 63–71. [Google Scholar] [CrossRef]
  18. Becker, G.; Budde, J. Chrklemm/SESMG: SESMG v0.2.0; Zenodo: Geneva, Switzerland, 2021. [Google Scholar] [CrossRef]
  19. Röder, J.; Meyer, B.; Krien, U.; Zimmermann, J.; Stührmann, T.; Zondervan, E. Optimal Design of District Heating Networks with Distributed Thermal Energy Storages—Method and Case Study. Int. J. Sustain. Energy Plan. Manag. 2021, 31, 5–22. [Google Scholar] [CrossRef]
  20. van Ouwerkerk, J.; Hainsch, K.; Candas, S.; Muschner, C.; Buchholz, S.; Günther, S.; Huyskens, H.; Berendes, S.; Löffler, K.; Bußar, C.; et al. Comparing open source power system models—A case study focusing on fundamental modeling parameters for the German energy transition. Renew. Sustain. Energy Rev. 2022, 161, 112331. [Google Scholar] [CrossRef]
  21. Oemof Development Group. Oemof—Open Energy Modelling Framework; Oemof Development Group: Flensburg, Germany, 2021; Available online: https://oemof.org (accessed on 12 July 2021).
  22. Klemm, C.; Wiese, F. Indicators for the optimization of sustainable urban energy systems based on energy system modeling. Energy Sustain. Soc. 2022, 12, 1–20. [Google Scholar] [CrossRef]
  23. Klemm, C.; Becker, G.; Budde, J. Sourcecode Documentation of the SESMG Algorithm. 2022. Available online: https://spreadsheet-energy-system-model-generator.readthedocs.io/en/latest/# (accessed on 10 March 2022).
  24. Launer, J.; Röeder, J.; Zimmermann, J.; Gering, M.-C.; Oakca; Valeske, R. DHNx Documentation: Introducing Example. 2022. Available online: https://dhnx.readthedocs.io/en/latest/optimization_models.html#introducing-example (accessed on 10 March 2022).
  25. Launer, J.; Röeder, J.; Zimmermann, J.; Gering, M.-C.; Oakca; Valeske, R. DHNx API Documentation: Setup_Optimise_Investment. 2022. Available online: https://dhnx.readthedocs.io/en/latest/api.html#dhnx.optimization.optimization_models.setup_optimise_investment (accessed on 10 March 2022).
  26. Thermos. Thermos. 2021. Available online: https://www.thermos-project.eu/home/ (accessed on 20 March 2022).
  27. ArcGIS. Was Sind LIDAR-Daten? 2019. Available online: https://desktop.arcgis.com/de/arcmap/latest/manage-data/las-dataset/what-is-lidar-data-.htm (accessed on 19 March 2022).
  28. ZIB. SCIP. 2022. Available online: https://www.scipopt.org (accessed on 18 March 2022).
  29. BDEW. BDEW/VKU/GEODE-Leitfaden—Abwicklung von Standardlastprofilen Gas; Technical Report; BDEW: Berlin, Germany, 2011; Available online: https://www.enwg-veroeffentlichungen.de/badtoelz/Netze/Gasnetz/Netzbeschreibung/LF-Abwicklung-von-Standardlastprofilen-Gas-20110630-final.pdf (accessed on 10 February 2022).
  30. Rezaei, A.; Samadzadegan, B.; Rasoulian, H.; Ranjbar, S.; Samareh Abolhassani, S.; Sanei, A.; Eicker, U. A New Modeling Approach for Low-Carbon District Energy System Planning. Energies 2021, 14, 1383. [Google Scholar] [CrossRef]
  31. CSE Bristol. Technical Description of Pipes Parameters Calculation in Thermos; CSE: Bristol, UK, 2021; Available online: https://tool.thermos-project.eu/help/network/technical-description.html (accessed on 15 March 2022).
  32. Thermos. Thermos Tool. 2021. Available online: https://tool.thermos-project.eu (accessed on 19 March 2022).
  33. AGFW. Wirtschaftlichkeit nach §§20 und 24 KWKG—Verfahren zur Darlegung der FInanzierungslücke bei Neu- und Ausbau von Wärme-/Kältenetzen und Wärme-/Kältespeichern in Deutschland; Technical Report; AGFW: Frankfurt am Main, Germany, 2020; Available online: https://www.fw704.de/hauptmenue (accessed on 4 March 2022).
  34. Heße, W. Energieeffiziente Wärmeversorgung von Gebäuden: Tatsächliche Versorgungsverhältnisse und Maßnahmen zur Effizienzsteigerung; Springer Fachmedien Wiesbaden: Wiesbaden, Germany, 2020. [Google Scholar] [CrossRef]
  35. DWD. Definition Gradtag DWD; DWD: Offenbach, Germany, 2013. Available online: https://www.dwd.de/DE/service/lexikon/Functions/glossar.html?lv2=100932&lv3=101064 (accessed on 10 March 2022).
  36. Deutsches Institut für Normung e. V. DIN EN 12831-1:2017-09, Energetische Bewertung von Gebäuden_- Verfahren zur Berechnung der Norm-Heizlast_- Teil_1: Raumheizlast, Modul M3-3; Deutsche Fassung EN_12831-1:2017; Technical Report; Beuth Verlag GmbH: Berlin, Germany, 2017. [Google Scholar] [CrossRef]
  37. DWD. Deutscher Wetterdienst, Trends der Klimadaten; DWD: Offenbach, Germany, 2021.
  38. Gurobi Optimization, LLC. GUROBI; Gurobi Optimization, LLC: Houston, TX, USA, 2022; Available online: https://www.gurobi.com (accessed on 1 July 2021).
  39. Forrest, J.; Lougee-Heimer, R. CBC User Guide. In Emerging Theory, Methods, and Applications; Greenberg, H.J., Smith, J.C., Eds.; INFORMS: Catonsville, MD, USA, 2005; pp. 257–277. [Google Scholar] [CrossRef] [Green Version]
  40. IINAS GmbH. Globale Emissions-Modell Integrierter Systeme; Technical Report; IINAS GmbH: Darmstadt, Germany, 2020; Available online: http://iinas.org/gemis-download-121.html (accessed on 12 January 2022).
  41. Winter, W.; Haslauer, T.; Obernberger, I. Untersuchungen der Gleichzeitigkeit in kleinen und mittleren Nahwärmenetzen. Euroheat Power 2001, 9, 2001. [Google Scholar]
  42. KRÜGER, L. Konforme Abbildung des Erdellipsoids in der Ebene; Deutsches GeoForschungsZentrum GFZ: Potsdam, Germany, 1912. [Google Scholar] [CrossRef]
  43. Richter, W. Flugnavigation: Grundlagen-Mathematik-Kartenkunde; De Gruyter Oldenbourg: Berlin, Germany, 2020. [Google Scholar]
  44. Launer, J.; Röeder, J.; Zimmermann, J.; Gering, M.-C.; Oakca; Valeske, R. Pipe Parameters Thermal Network DHNx. 2022. Available online: https://dhnx.readthedocs.io/en/latest/optimization_models.html#network-pipes-csv (accessed on 19 March 2022).
  45. CSE Bristol. Example/Test File for a Two Point Connection in Thermos; CSE: Bristol, UK, 2021. [Google Scholar]
  46. Breitkopf, A. Gaspreise für Gewerbe- und Industriekunden in Deutschland in den Jahren 2010 bis 2020. 2021. Available online: https://de.statista.com/statistik/daten/studie/168528/umfrage/gaspreise-fuer-gewerbe–und-industriekunden-seit-2006/ (accessed on 10 December 2019).
  47. Breitkopf, A. Entwicklung der Gaspreise für Haushaltskunden in Deutschland in den Jahren 2010 bis 2020. 2021. Available online: https://de.statista.com/statistik/daten/studie/168286/umfrage/entwicklung-der-gaspreise-fuer-haushaltskunden-seit-2006/ (accessed on 20 July 2021).
  48. Bălănescu, D.T.; Homutescu, V.M. Experimental investigation on performance of a condensing boiler and economic evaluation in real operating conditions. Appl. Therm. Eng. 2018, 143, 48–58. [Google Scholar] [CrossRef]
  49. Gaderer, M.; Kunde, R.; Spliethoff, H. Systemuntersuchungen an Heizungsanlagen: Holzpelletkessel, Heizöl-Brennwert- und Erdgas-Brennwertkessel im Vergleich. BWK Energie 2007, 59, 39–46. [Google Scholar]
  50. Wolf, S. Analyse des Potenzials von Industriewärmepumpen in Deutschland: Forschungsbericht: Endbericht. 2014. Available online: https://www.tib.eu/en/suchen/id/TIBKAT:84567675X/ (accessed on 20 February 2022).
  51. Wolf, S. Integration von Wärmepumpen in industrielle Produktionssysteme: Potenziale und Instrumente zur Potenzialerschließung. 2017. Available online: https://elib.uni-stuttgart.de/handle/11682/9610 (accessed on 20 February 2022).
  52. Nussbaumer, T.; Thalmann, S. Sensitivity of System Design on Heat Distribution Cost in District Heating; Task 32; IEA Bioenergy: Zurich, Switzerland, 2014; p. 38. [Google Scholar]
  53. Fröling, M.; Svanström, M. Life cycle assessment of the district heat distribution system: Part 1: Pipe production. Int. J. Life Cycle Assess. 2004, 9, 130–136. [Google Scholar] [CrossRef]
Figure 1. Initialization of DHNx Thermal network based on DHNx source code structure.
Figure 1. Initialization of DHNx Thermal network based on DHNx source code structure.
Energies 15 08277 g001
Figure 2. Area under investigation. Background map© OpenStreetMap contributors. Acronyms: COM—commercial building; MFB—multi-family building; SFB—single-family building.
Figure 2. Area under investigation. Background map© OpenStreetMap contributors. Acronyms: COM—commercial building; MFB—multi-family building; SFB—single-family building.
Energies 15 08277 g002
Figure 3. Result of network problem optimization. Comparative map of an extract of the investigated area. Background map © OpenStreetMap contributors.
Figure 3. Result of network problem optimization. Comparative map of an extract of the investigated area. Background map © OpenStreetMap contributors.
Energies 15 08277 g003
Figure 4. Extreme heat load in winter—Thermos (top)—DHNx (bottom).
Figure 4. Extreme heat load in winter—Thermos (top)—DHNx (bottom).
Energies 15 08277 g004
Table 1. Total energy system costs/emissions—network problem.
Table 1. Total energy system costs/emissions—network problem.
ThermosDHNx/SESMG
Energy System PartCosts ( EUR a ) CO 2 , eq -Emissions ( t a )Costs ( EUR a ) CO 2 , eq -Emissions ( t a )
pipes 19,073116,3290.08
district heat house stations 36,3781 31,2451
CHP 23,519287.57 31,032381.17
gas import (CHP)1136,0011
electricity export (CHP)11−36,392−90.80
gas heating systems112,650531.31119,280558.79
gas import156,6441158,9291
348,264818.88356,424849.24
1 Value is not calculated within the considered approach.
Table 2. Comparison of the two approaches’ characteristics. Symbols: ✓–possible; ✗–not possible.
Table 2. Comparison of the two approaches’ characteristics. Symbols: ✓–possible; ✗–not possible.
PropertyThermosDHNx/SESMG
district heating network optimization
open-source availability
multi-energy system optimization
computational timeseconds–minutesminutes–hours
customizability of model parameters
time horizon
simultanity factor
individual pipe types
GHG emissions (plants)cumulated per kWhdetailed
GHG emissions (pipes)
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Becker, G.; Klemm, C.; Vennemann, P. Open Source District Heating Modeling Tools—A Comparative Study. Energies 2022, 15, 8277. https://doi.org/10.3390/en15218277

AMA Style

Becker G, Klemm C, Vennemann P. Open Source District Heating Modeling Tools—A Comparative Study. Energies. 2022; 15(21):8277. https://doi.org/10.3390/en15218277

Chicago/Turabian Style

Becker, Gregor, Christian Klemm, and Peter Vennemann. 2022. "Open Source District Heating Modeling Tools—A Comparative Study" Energies 15, no. 21: 8277. https://doi.org/10.3390/en15218277

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop