Skip to content

Commit

Permalink
Added causality
Browse files Browse the repository at this point in the history
For #1829
  • Loading branch information
mwetter committed Feb 2, 2024
1 parent 86bfd55 commit 49406f6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion IBPSA/Fluid/FMI/Conversion/AirToOutlet.mo
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected
"Internal connector for water vapor concentration in kg/kg total air";

// Conditional connectors for the backward flowing medium
IBPSA.Fluid.FMI.Interfaces.FluidProperties bacPro_internal(
output IBPSA.Fluid.FMI.Interfaces.FluidProperties bacPro_internal(
redeclare final package Medium = Medium)
"Internal connector for fluid properties for back flow";

Expand Down Expand Up @@ -174,6 +174,11 @@ for its usage.
</html>", revisions="<html>
<ul>
<li>
February 1, 2024, by Michael Wetter:<br/>
Added causality.<br/>
See <a href=\"https://github.com/ibpsa/modelica-ibpsa/issues/1829\">#1829</a>.
</li>
<li>
January 18, 2019, by Jianjun Hu:<br/>
Limited the media choice to moist air only.
See <a href=\"https://github.com/ibpsa/modelica-ibpsa/issues/1050\">#1050</a>.
Expand Down
7 changes: 6 additions & 1 deletion IBPSA/Fluid/FMI/Conversion/InletToAir.mo
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ block InletToAir
annotation (Placement(transformation(extent={{100,-100},{140,-60}})));

protected
IBPSA.Fluid.FMI.Interfaces.FluidProperties bacPro_internal(
input IBPSA.Fluid.FMI.Interfaces.FluidProperties bacPro_internal(
redeclare final package Medium = Medium)
"Internal connector for fluid properties for back flow";

Expand Down Expand Up @@ -172,6 +172,11 @@ for its usage.
</html>", revisions="<html>
<ul>
<li>
February 1, 2024, by Michael Wetter:<br/>
Added causality.<br/>
See <a href=\"https://github.com/ibpsa/modelica-ibpsa/issues/1829\">#1829</a>.
</li>
<li>
January 18, 2019, by Jianjun Hu:<br/>
Limited the media choice to moist air only.
See <a href=\"https://github.com/ibpsa/modelica-ibpsa/issues/1050\">#1050</a>.
Expand Down

0 comments on commit 49406f6

Please sign in to comment.