Description:
Hydraulics/Distribution contains a thermal energy storage. The model always propagates two temperatures (top and bottom) via fixed RealOutput blocks. However, when using the AixLib storage model, temperature sensors are defined at user-specified heights in a separate record.
BESMod behaviour:
Uses a RealOutput that always returns the topmost and bottommost temperatures of the storage regardless of model specifics.
AixLib storage model:
Defines temperature sensors at user-specified heights (e.g. mid-layer, inlet/outlet heights).
Possible issue:
The AixLib temperature sensor definitions are not leveraged by the control logic. This mismatch can lead to controllers reacting on different temperature values than those intended by the user.
Feature suggestion (maybe for AixLib)
In future projects, it may be beneficial to define more than two temperature sensors to optimize heat exchange and maintain stratification.
