Ticket #5807: TestInitStartEvaluate.mo
File TestInitStartEvaluate.mo, 324 bytes (added by , 5 years ago) |
---|
Line | |
---|---|
1 | model TestInitStartEvaluate |
2 | final parameter Real p(start = p_start, fixed = false); |
3 | parameter Real p_start = -2; |
4 | initial equation |
5 | (p - 1)*p*(p+2) = 0; |
6 | annotation(__OpenModelica_commandLineOptions="-d=evaluateAllParameters", |
7 | __OpenModelica_simulationFlags(lv="LOG_NLS_V")); |
8 | end TestInitStartEvaluate; |