Skip to content

Commit

Permalink
fixed parameter assignment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathadon committed Nov 27, 2023
1 parent 3f9a5ac commit 07c74e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IDEAS/Buildings/Components/Interfaces/PartialSurface.mo
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 07c74e4

Please sign in to comment.