Hi everyone,

i have a rather large nonlinear system of equations (steady state simulation) that I need to initialize. I use a Dymola script (simulateExtendedModel-function) to try out various combinations of initial guess values. I would now like to evaluate which combinations of the initial guess values led to successful initalization.

For this, I would like to save all attempted initial guess value combinations in a file, maybe a .csv, together with the information if the initialization failed or not and one or two variables to indicate different found solutions.

As there is normally no result file generated, if an initialization fails, would it still be possible to somehow record this together with the successful initializations?

Any ideas much appreciated.

Philip