AssetsΒΆ

This section provides an overview of the asset classes within the simulator core. Assets are the essential components that represent different entities and systems modeled in the simulation. These assets include heat producers, consumers, storage systems, and transport components, such as pipes. A brief overview of the assets is provided below:

  1. Ates asset: Represents an Aquifer Thermal Energy Storage (ATES) system for storing and retrieving thermal energy from groundwater.

  2. Consumer asset: Models heat consumers, such as households or industrial facilities, that draw heat from the network.

  3. Heat pump asset: Defines heat pump systems, which transfer thermal energy for heating or cooling purposes.

  4. Pipe asset: Pipes transport heat between assets.

  5. Producer asset: Represents thermal energy producing sources.

Assets consist of different classes to model various assets in a district heating network.

Be aware, that some of the assets model multiple physical assets (e.g., a pumping station with multiple pumps and pipes).

The primary goal of these asset classes is to take the physical inputs of the assets (e.g., inner diameter, wall roughness) and translate them into linearized equations.

Contents