We want to automatically convert DAEs into ODEs where possible by breaking algebraic loops. This greatly improves the runtime performance of models.
As an example, the below CellML model is currently being classified as underconstrained (or a DAE in OpenCOR). We want the analyser to eliminate the algebraic loop and rearrange it so that the nla system is made algebraic and the overall model is considered an ODE.
simple_capillary.xml
We want to automatically convert DAEs into ODEs where possible by breaking algebraic loops. This greatly improves the runtime performance of models.
As an example, the below CellML model is currently being classified as underconstrained (or a DAE in OpenCOR). We want the analyser to eliminate the algebraic loop and rearrange it so that the nla system is made algebraic and the overall model is considered an ODE.
simple_capillary.xml