Opened 7 years ago
Closed 6 years ago
#4826 closed defect (fixed)
NF-generated DAE breaks wrapFunctionCalls
Reported by: | Francesco Casella | Owned by: | Lennart Ochel |
---|---|---|---|
Priority: | high | Milestone: | 2.0.0 |
Component: | Backend | Version: | |
Keywords: | Cc: | Volker Waurich, Lennart Ochel |
Description
Please check ScalableTestSuite.Thermal.DistrictHeating.ScaledExperiments.HeatingSystem_N_5. The following error is reported:
Error: post-optimization module wrapFunctionCalls (simulation) failed.
Apparently there is something wrong in the NF-generated data structure that the wrapFunctionCalls function doesn't like
Change History (2)
comment:1 by , 7 years ago
Component: | New Instantiation → Backend |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This problem is solved in the current nightly and the model simulates.
Note:
See TracTickets
for help on using tickets.
It fails because
newInst
does not expand thesum(Qh)
expression in the equationwhich looks the old instantiation like that:
The output dump of wrapFunctionCall is:
This should be fixed in the Backend as far as I see.