﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2326	default start and nominal values	Vitalij Ruge	Lennart Ochel	"I think it is better, if '''min''' and '''max''' attributes are setting and we have no '''start''' or '''nominal''' value that we set the value to ''0.5*( |min| + |max|)''.

Example:
{{{
model default_value
  Real x(min = 1e6, max = 2e6); // default start/nominal value => 0.5*( |min| + |max|)
  initial equation
  (x-1)*(x-1e6) = 0;
  equation
  der(x) = -x;
end default_value;
}}}
"	discussion	closed	normal	1.9.0	Run-time	trunk	wontfix	nominal, start	
