Closed AntoineGautier closed 8 months ago
Through https://github.com/lbl-srg/modelica-buildings/pull/3531, some class names used in Guideline 36-2021 (mappings).csv
have been modified:
Buildings.Controls.OBC.ASHRAE.G36.Types.BuildingPressureControlTypes
has been renamed into Buildings.Controls.OBC.ASHRAE.G36.Types.PressureControl
.Addressed with #370
Through https://github.com/lbl-srg/ctrl-flow-dev/pull/358 it was detected that the current version of the app is not compatible with MBL master, at least from commit https://github.com/lbl-srg/modelica-buildings/tree/3185e8f328 where the first version of the Templates package was merged.
Some class names in Guideline 36-2021 (mappings).csv are obsolete. All component interface classes must be modified from
Buildings.Templates.(AirHandlersFans|ZoneEquipment).Components.*.Interfaces
toBuildings.Templates.(AirHandlersFans|ZoneEquipment).Components.Interfaces.*
.✅ Tests show that fixing class names within the mapping file solves the issue. The exported SOO document then contains the appropriate sections related to OA & RA dampers.