MarekMatejak / Physiolibrary

Modelica library for Physiology
BSD 3-Clause "New" or "Revised" License
33 stars 19 forks source link

Mark examples with StopTime #1

Closed sjoelund closed 10 years ago

sjoelund commented 10 years ago

There are currently ~24 examples in the library, and they all seem to extend from the Examples icon. So I assume they are supposed to be possible to simulate. MSL has the convention that any model with an experiment(StopTime=*) annotation can be simulated and these models are usually chosen for automated testing.

Only 8 out of the 24 models have the StopTime annotation, so I would suggest it is added to the models. The current 8 all simulate fine in OpenModelica, but it would be nice to test them all nightly (the script only looks for StopTime).

MarekMatejak commented 10 years ago

Annotations "experiment(StopTime=*)" were added to experiments. Now it is only in master branch, but it will be published in next release 2.1.0 in one month.