Skip to content

Commit

Permalink
Merge pull request #231 from iea-annex60/issue230_masExc
Browse files Browse the repository at this point in the history
Set final keyword for #230
  • Loading branch information
marcusfuchs committed May 1, 2015
2 parents a1bc19a + baadbc2 commit 98babbf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Annex60/Fluid/MixingVolumes/MixingVolume.mo
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ model MixingVolume
"Mixing volume with inlet and outlet ports (flow reversal is allowed)"
extends Annex60.Fluid.MixingVolumes.BaseClasses.PartialMixingVolume;
protected
Modelica.Blocks.Sources.Constant masExc(k=0)
Modelica.Blocks.Sources.Constant masExc(final k=0)
"Block to set mass exchange in volume"
annotation (Placement(transformation(extent={{-80,50},{-60,70}})));
equation
Expand Down Expand Up @@ -101,6 +101,13 @@ Annex60.Fluid.MassExchangers.HumidifierPrescribed</a>.
</html>", revisions="<html>
<ul>
<li>
May 1, 2015 by Michael Wetter<br/>
Set <code>final</code> keyword for <code>masExc(final k=0)</code>.
This addresses
<a href=\"https://github.com/iea-annex60/modelica-annex60/issues/230\">
issue 230</a>.
</li>
<li>
February 11, 2014 by Michael Wetter:<br/>
Redesigned implementation of latent and sensible heat flow rates
as port of the correction of issue
Expand Down

0 comments on commit 98babbf

Please sign in to comment.