Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;