Skip to content

Bug in teaser/data/output/modelicatemplate/AixLib

Created by: ChristianTWenzel

What is the problem?

Computing parameters for test rooms in teaser/examples/verification leads to output of 0 for area of transparent surfaces although window areas are defined in the corresponding .json.

How do we want to solve it?

Change line13 in teaser/data/output/modelicatemplate/AixLib/AixLib_ThermalZoneRecord_TwoElement from

ATransparent = ${get_list(zone.model_attr.window_areas)}, to ATransparent = ${get_list(zone.model_attr.transparent_areas)},

Same applies for OneElement, ThreeElement and FourElement in the same folder.