OMSens only detects topmost parameters of models
Consider the following model:
model tests
model supertest
Real y;
parameter Real z = 1;
equation
y = time * time;
end supertest;
model test
extends supertest;
Real x;
equation
x = time * z;
end test;
end tests;
The recently added OMSens plugin is capable of performing sensitivity analysis on the super test. However, it is not able to detect variables and parameters that the sub-model inherits from supertest. Requiring end-users to define wrapper variables if they want to perturb specific variables a model has inherited.
(Note I did not find a tag for this)
Change History
(8)
Component: |
Optimization → OMEdit
|
Owner: |
changed from Vitalij Ruge to Adeel Asghar
|
Owner: |
changed from Adeel Asghar to John Tinnerholm
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Component: |
OMEdit → OMSens
|
Keywords: |
OMEdit added
|
Milestone: |
Future → 1.16.0
|
I have emailed Rodrigo waiting for updates