﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5807	Start value for final parameters with fixed=false is ignored	Francesco Casella	Andreas Heuermann	"Consider the following model (also attached)
{{{
model TestInitStart
  final parameter Real p(start = p_start, fixed = false);
  parameter Real p_start = -2;
initial equation
 (p - 1)*p*(p+2) = 0;
annotation(__OpenModelica_simulationFlags(lv=LOG_NLS_V));
end TestInitStart;
}}}
The Newton solver log clearly shows that the iterations start at {{{p = 0}}}, not at {{{p = -2}}} as expected, leading the convergence to the wrong solution.

This issue is preventing me to initialize in steady-state the big power plant model that I will present at the OpenModelica Workshop next week, so fixing this issue is currently top priority to show that OpenModelica can handle such real-life, complex models effectively."	defect	closed	blocker	1.16.0	Run-time		fixed		Karim Adbdelhak
