This example generates a non-linear algebraic loop that consists of 12 equations before manipulation. This loop can be decoupled and removed by changing the equation
port_a.m_flow + port_b.m_flow = -mWat_flow;
in Annex60.Fluid.Interfaces.StaticTwoPortConservationEquation to
port_a.m_flow + port_b.m_flow = 0;
See Jorissen et al. (2015) for a discussion.
Name | Description |
---|---|
Medium |
m_condens
from equation section to
declaration to avoid graphical and textual equations.