.AixLib.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 AixLib.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-05-18T18:16:21Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos