Skip to content

Commit

Permalink
Merge pull request open-ideas#1318 from open-ideas/1317_ExpandableCon…
Browse files Browse the repository at this point in the history
…nectors

This closes open-ideas#1317
  • Loading branch information
jelgerjansen authored May 16, 2023
2 parents a75d2b0 + b42a34c commit 8552344
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
7 changes: 6 additions & 1 deletion IDEAS/Buildings/Components/Interfaces/SolBus.mo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within IDEAS.Buildings.Components.Interfaces;
connector SolBus
expandable connector SolBus
"Bus containing solar radiation for various incidence angles as well as external convection coefficients"
parameter Boolean outputAngles = true "Set to false when linearising in Dymola only";
IDEAS.Buildings.Components.Interfaces.RealConnector HDirTil(unit="W/(m2)",start=100) annotation ();
Expand Down Expand Up @@ -37,6 +37,11 @@ Connector that contains all solar irridiation information for one inclination an
</html>", revisions="<html>
<ul>
<li>
April 20, 2023 by Jelger Jansen:<br/>
Make the connector expandable to avoid (pedantic check) warnings in Dymola 2022x.
See issue <a href=https://github.com/open-ideas/IDEAS/issues/1317>#1317</a>
</li>
<li>
November 28, 2019 by Ian Beausoleil-Morrison:<br/>
Add RealConnector for coefficient for forced convection at exterior surface.
See <a href=\"https://github.com/open-ideas/IDEAS/issues/1089\">
Expand Down
7 changes: 6 additions & 1 deletion IDEAS/Buildings/Components/Interfaces/WeaBus.mo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within IDEAS.Buildings.Components.Interfaces;
connector WeaBus "Data bus that stores weather data"
expandable connector WeaBus "Data bus that stores weather data"
parameter Integer numSolBus;
parameter Boolean outputAngles = true "Set to false when linearising in Dymola only";

Expand Down Expand Up @@ -83,6 +83,11 @@ Connector that contains all environment information for many inclinations and ti
revisions="<html>
<ul>
<li>
April 20, 2023 by Jelger Jansen:<br/>
Make the connector expandable to avoid (pedantic check) warnings in Dymola 2022x.
See issue <a href=https://github.com/open-ideas/IDEAS/issues/1317>#1317</a>
</li>
<li>
November 28, 2019, by Ian Beausoleil-Morrison:<br/>
Removed hConExt from weather bus because it is not calculated in ExtConvForcedCoeff.mo and ExteriorConvection.mo.<br/>
Added wind speed and direction to weather bus.
Expand Down
7 changes: 6 additions & 1 deletion IDEAS/Buildings/Components/Interfaces/WindowBus.mo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within IDEAS.Buildings.Components.Interfaces;
connector WindowBus
expandable connector WindowBus
"Bus containing inputs/outputs for linear window model"
parameter Integer nLay = 3 "Number of window layers";

Expand All @@ -10,6 +10,11 @@ connector WindowBus
annotation (Documentation(revisions="<html>
<ul>
<li>
April 20, 2023 by Jelger Jansen:<br/>
Make the connector expandable to avoid (pedantic check) warnings in Dymola 2022x.
See issue <a href=https://github.com/open-ideas/IDEAS/issues/1317>#1317</a>
</li>
<li>
October 22, 2016, by Filip Jorissen:<br/>
Revised documentation for IDEAS 1.0.
</li>
Expand Down
7 changes: 6 additions & 1 deletion IDEAS/Buildings/Components/Interfaces/ZoneBus.mo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within IDEAS.Buildings.Components.Interfaces;
connector ZoneBus
expandable connector ZoneBus
replaceable package Medium =
Modelica.Media.Interfaces.PartialMedium "Medium in the component";
parameter Integer numIncAndAziInBus
Expand Down Expand Up @@ -57,6 +57,11 @@ heat and information between a zone and a surface.
</html>", revisions="<html>
<ul>
<li>
April 20, 2023 by Jelger Jansen:<br/>
Make the connector expandable to avoid (pedantic check) warnings in Dymola 2022x.
See issue <a href=https://github.com/open-ideas/IDEAS/issues/1317>#1317</a>
</li>
<li>
August 10, 2020, by Filip Jorissen:<br/>
Modifications for supporting interzonal airflow.
See <a href=\"https://github.com/open-ideas/IDEAS/issues/1066\">
Expand Down

0 comments on commit 8552344

Please sign in to comment.