From 07c74e447e5cfc27424184b6e11371b41c636d70 Mon Sep 17 00:00:00 2001 From: Filip Jorissen Date: Mon, 27 Nov 2023 08:07:34 +0100 Subject: [PATCH] fixed parameter assignment issue --- IDEAS/Buildings/Components/Interfaces/PartialSurface.mo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IDEAS/Buildings/Components/Interfaces/PartialSurface.mo b/IDEAS/Buildings/Components/Interfaces/PartialSurface.mo index face27e88..f3a1b6d0e 100644 --- a/IDEAS/Buildings/Components/Interfaces/PartialSurface.mo +++ b/IDEAS/Buildings/Components/Interfaces/PartialSurface.mo @@ -103,8 +103,8 @@ partial model PartialSurface "Partial model for building envelope component" redeclare package Medium = Medium, h_a1=0.25*hVertical, h_b2=- 0.25*hVertical, - h_a2 = 0.75*hVertical + hRelSurfBot_a, - h_b1 = 0.25*hVertical + hRelSurfBot_a, + h_b1 = 0.75*hVertical + hRelSurfBot_a, + h_a2 = 0.25*hVertical + hRelSurfBot_a, interZonalAirFlowType = sim.interZonalAirFlowType) if add_door and sim.interZonalAirFlowType <> IDEAS.BoundaryConditions.Types.InterZonalAirFlow.None annotation( Placement(visible = true, transformation(origin = {30, -52}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); Modelica.Blocks.Sources.RealExpression AExp(y = A) "Area expression" annotation(