Skip to content

Commit

Permalink
Merge pull request #1394 from open-ideas/issue1375_errorMediumRectang…
Browse files Browse the repository at this point in the history
…ularZoneTemplate

Issue 1375 Error with Medium in RectangularZoneTemplate
  • Loading branch information
lucasverleyen authored Nov 13, 2024
2 parents dc6ddeb + c513081 commit e278596
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions IDEAS/Buildings/Components/Interfaces/PartialZone.mo
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ model PartialZone "Building zone model"
useOccNumInput=occNum.useInput,
useLigCtrInput=ligCtr.useCtrInput);

replaceable package Medium =
Modelica.Media.Interfaces.PartialMedium "Medium in the component"
replaceable package Medium = IDEAS.Media.Air constrainedby
Modelica.Media.Interfaces.PartialMedium "Medium in the component"
annotation (choicesAllMatching = true);
parameter Boolean use_custom_n50=
sim.interZonalAirFlowType==IDEAS.BoundaryConditions.Types.InterZonalAirFlow.None
Expand Down Expand Up @@ -513,6 +513,11 @@ end for;
</html>", revisions="<html>
<ul>
<li>
November 11, 2024 by Lucas Verleyen:<br/>
Change Medium to IDEAS.Media.Air and use 'constrainedby' for Modelica.Media.Interfaces.PartialMedium.
This is for <a href=https://github.com/open-ideas/IDEAS/issues/1375>#1375</a>.
</li>
<li>
April 26, 2024 by Jelger Jansen:<br/>
Added parameter <code>ignAss</code> to ignore view factor asserts for non-physical unit test models.
This is for <a href=https://github.com/open-ideas/IDEAS/issues/1272>#1272</a>.
Expand Down

0 comments on commit e278596

Please sign in to comment.