Skip to content

Commit

Permalink
Propagated simplify_mWat_flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed May 7, 2020
1 parent d8f0852 commit f874726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Buildings/Fluid/HeatExchangers/WetCoilCounterFlow.mo
Expand Up @@ -5,7 +5,7 @@ model WetCoilCounterFlow
redeclare replaceable package Medium2 =
Modelica.Media.Interfaces.PartialCondensingGases,
redeclare final model HexElement =
Buildings.Fluid.HeatExchangers.BaseClasses.HexElementLatent(simplify_mWat_flow=true));
Buildings.Fluid.HeatExchangers.BaseClasses.HexElementLatent(simplify_mWat_flow=simplify_mWat_flow));

constant Boolean simplify_mWat_flow = true
"Set to true to cause port_a.m_flow + port_b.m_flow = 0 even if mWat_flow is non-zero. Used only if Medium.nX > 1"
Expand Down

0 comments on commit f874726

Please sign in to comment.