Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #5807
Ticket #5807
: TestInitStart.mo
File TestInitStart.mo,
234 bytes
(added by
Francesco Casella
,
5 years ago
)
Line
1
model
TestInitStart
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_simulationFlags
(
lv
=
"LOG_NLS_V"
));
7
end
TestInitStart
;
Download in other formats:
Original Format