Skip to content

Commit

Permalink
Corrected wrong m_flow_nominal.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Oct 6, 2014
1 parent ba7b994 commit c2afa11
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -93,7 +93,7 @@ model BoilerPolynomialClosedLoop "Boiler with closed loop control"
redeclare package Medium = Medium,
dp_nominal=0*{1,1,1},
dynamicBalance=false,
m_flow_nominal=m_flow_nominal*{1,2,1}) "Splitter/mixer"
m_flow_nominal=m_flow_nominal*{2,1,1}) "Splitter/mixer"
annotation (Placement(transformation(
extent={{-10,-10},{10,10}},
rotation=270,
Expand Down Expand Up @@ -269,6 +269,10 @@ and it is used to accomodate for the thermal expansion of the water.
</html>", revisions="<html>
<ul>
<li>
October 6, 2014, by Michael Wetter:<br/>
Corrected wrong value of <code>m_flow_nominal</code> for <code>spl3</code>.
</li>
<li>
March 25, 2014, by Michael Wetter:<br/>
Updated model with new expansion vessel.
</li>
Expand Down

0 comments on commit c2afa11

Please sign in to comment.