From 7c2c9381ea341a6de728f2c2240e8b08cc0260e9 Mon Sep 17 00:00:00 2001 From: Tasqu Date: Fri, 12 Apr 2024 11:07:39 +0300 Subject: [PATCH] Minor documentation fix --- documentation/src/defining_archetype_buildings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/defining_archetype_buildings.md b/documentation/src/defining_archetype_buildings.md index fb22eb6..8807bdf 100644 --- a/documentation/src/defining_archetype_buildings.md +++ b/documentation/src/defining_archetype_buildings.md @@ -146,7 +146,7 @@ The [building\_process](@ref) objects are used to define energy transfer/transfo processes in the [building\_systems](@ref), e.g. direct electric resistance heaters or heat pumps. The important relationship classes for the definitions are: - [building\_process\_\_direction\_\_building\_node](@ref): Defines how [building\_process](@ref)es interact with the [building\_node](@ref)s, and houses their maximum power flow parameters. -- [building\_systems\_\_building\_process](@ref): Defines [building\_process](@ref)s parts of this [building\_systems](@ref). Also houses the maximum power flow parameters for the process. +- [building\_systems\_\_building\_process](@ref): Defines [building\_process](@ref)s parts of this [building\_systems](@ref). The [building\_process](@ref) object class also contains a few important parameters, mostly due to the potential complexity of different heat pump systems.