EnergyModelsHeat
EnergyModelsHeat
extends EnergyModelsX with functionality to model heat flows and district heating network with improved technical descriptions.
The following types are introduced:
- a
Resource
ResourceHeat
, - a
Link
DHPipe
, - a
NetworkNode
HeatPump
, - a
Storage
ThermalEnergyStorage
, - a utility type
PinchData
, and - a
NetworkNode
HeatExchanger
.
The new introduced types are also documented in the public library as well as the corresponding pages.
ResourceHeat
Heat as a resource does not possess a CO₂ intensity when used. Instead, it has as fields both the supply and return temperatures of heat utilized in a district heating network.
DHPipe
District heating pipes are a new subtype of links. They include a capacity and a new variable for calculating the loss of the district heating network. While the loss is independent of the transported energy in the current implementation, it may be possible to provide a nonlinear formulation for the pipe in a later stage.
HeatPump
Heat pumps are utilizing a driving force for transferring heat from a lower temperature to a higher temperature. As a consequence, it requires changes to the input flow to the heat pump. The input flow is now dependent on the temperature profile of the source and sink heats.
ThermalEnergyStorage
Thermal energy storage differs from standard storage node as they experience a constant loss dependent on the storage volume and not the charging or discharging of the storage. This change requires direct adjustments to the storage balance that cannot be incorporated in the variable $\texttt{stor\_level\_Δ\_op}$. The current implementation assumes a loss independent of the operational period. As a consequence, it is assumed that the tempreature outside of the thermal energy storage does not change in the operational periods.
HeatExchanger
A lot of process produce surplus heat as a side stream. The utilization of the heat is however limited by the fact that heat exchangers have a minimum temperature approach as design parameter to minimize the surface area. This is accounted for in the heat exchanger node utilizing the concepts of ResourceHeat
.
Manual outline
Description of the resources
Description of the links
Description of the nodes
How to guides
Library outline
Background
Project Funding
The development of EnergyModelsHeat
was funded by the Norwegian Research Council in the project ZEESA, project number 336342, as well as the European Union’s Horizon Europe research and innovation programme in the project iDesignRES under grant agreement 101095849.