.Buildings.Fluid.Examples.Performance.Example4

Information

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 Buildings.Fluid.Interfaces.StaticTwoPortConservationEquation to

port_a.m_flow + port_b.m_flow = 0;

See Jorissen et al. (2015) for a discussion.

References

Contents

NameDescription
Medium

Revisions


Generated at 2024-04-25T18:15:59Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos