Opened 7 years ago
Last modified 3 years ago
#4482 new defect
checkAndGetAlgorithmOutputs failed
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | *unknown* | Version: | v1.11.0 |
Keywords: | Cc: |
Description
I am working on a model where multiple instantiation of model is required and some equations are written in new model where these model are instantiated.
I am instantiating "reboiler" model in "column". There is one array variable called mixMolFrac[2] in reboiler. I need to assign different values to this variable hence I am using if-else conditions. My if- else also coming inside for loop hence I am writing this in algorithm section since writing it in equation section was producing some extra equations.
When I write it in algorithm in if- else as "reboiler.feed.mixMolFrac[:] := {0, 0}" it is showing
[19] 01:26:52 Translation Error
Internal error checkAndGetAlgorithmOutputs failed.
[20] 01:26:52 Translation Error
No system for the symbolic initialization was generated
But if I write this in equation as "reboiler.feed.mixMolFrac[:] = {0, 0}" without if-else, it is giving right results.
There are eight variables which I am writing in if-else in algorithm but only these two variables are giving problem.
Thanks in advance.
Attachments (1)
Change History (8)
by , 7 years ago
comment:1 by , 7 years ago
Milestone: | Future → 1.12.0 |
---|
comment:2 by , 7 years ago
Milestone: | 1.12.0 → 1.13.0 |
---|
Milestone moved to 1.13.0 due to 1.12.0 already being released.
comment:4 by , 5 years ago
Milestone: | 1.14.0 → 1.16.0 |
---|
Releasing 1.14.0 which is stable and has many improvements w.r.t. 1.13.2. This issue is rescheduled to 1.16.0
comment:6 by , 4 years ago
Milestone: | 1.17.0 → 1.18.0 |
---|
Retargeted to 1.18.0 because of 1.17.0 timed release.
problem is commented at the end of column1 model.