Skip to content

Commit

Permalink
Merge pull request #1425 from open-ideas/issue1424_mFlowBox
Browse files Browse the repository at this point in the history
Issue1424 Missing mass flow connections box model
  • Loading branch information
jelgerjansen authored Feb 24, 2025
2 parents a60a8be + afeabe1 commit 905f3c2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion IDEAS/Buildings/Components/Shading/Box.mo
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ equation
33.3333},{-1.5,33.3333}}, color={0,0,127}));
connect(TDryBul, sideFins.TDryBul) annotation (Line(points={{40,-10},{3.5,-10},
{3.5,26.6667}}, color={0,0,127}));
connect(m_flow, sideFins.m_flow) annotation(
Line(points = {{40, -90}, {2, -90}, {2, 20}}, color = {0, 0, 127}));
connect(m_flow, overhang.m_flow) annotation(
Line(points = {{40, -90}, {4, -90}, {4, 60}}, color = {0, 0, 127}));
annotation (Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-100,
-100},{100,200}})), Documentation(info="<html>
<p>
Expand All @@ -168,6 +172,11 @@ and IDEAS.Buildings.Components.Shading.SideFins.
</html>", revisions="<html>
<ul>
<li>
February 24, 2025 by Filip Jorissen:<br/>
Added missing m_flow connections.
See <a href=\"https://github.com/open-ideas/IDEAS/issues/1424\">#1424</a>.
</li>
<li>
December 15, 2022 by Filip Jorissen:<br/>
Bugfix for #1308.
</li>
Expand All @@ -190,4 +199,4 @@ Cleaned up implementation and documentation.
</html>"),
Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,
200}})));
end Box;
end Box;

0 comments on commit 905f3c2

Please sign in to comment.