Opened 19 years ago

Last modified 19 years ago

#41 closed defect (fixed)

Parameter values as start values are not used

Reported by: Peter Aronsson Owned by: Peter Aronsson
Priority: critical Milestone:
Component: Version:
Keywords: Cc: Peter Aronsson, Adrian Pop

Description


Change History (2)

comment:1 by Peter Aronsson, 19 years ago

model test

parameter Real S0=3;
Real x(start=S0);

equation

der(x)=-4*x;

end test;

The start value for x is 0.0 and not 3.0 as it should be.

comment:2 by Peter Aronsson, 19 years ago

Fixed. Limitation: those start values can not be changed from init file. I.e. a
recompilation is required if that is to be changed.

Note: See TracTickets for help on using tickets.