• Description has changed:

Diff:

--- old
+++ new
@@ -6,3 +6,9 @@


 * If the algebraic equation is placed below the differential equations, the problem disappears and the simulation finishes gracefully.
 * If DOPRI is used instead of QSS, the problem also disappears.
+
+-- The floating point exception in this model happens when symbolic differentiation is used, given that in this case the  first and second derivatives (if using QSS3 for example) are not defined for x = 0, if we use a numeric aproximation of the derivatives the initial value can be esatimated (but itis not correct) which is the case of DOPRI, DASSL, and also the QSS methods with the Symbolic Diff flag off and the simulaiton works but the problem is still present, we have to change the initial values.
+
+-- We remove the restriction that requires that the algebraic variables where defined before they can be used in the definition of state derivatives, given that is was a restriction we used during the development stage and it is not needed anymore. The fact that the simulation worked when the order of the algebraic variables definition  was changed was just a  coincidence.
+
+This changes are commited in Rev. 1526
  • status: open --> closed