Opened 8 years ago
Closed 7 years ago
#4046 closed defect (fixed)
nonlinear systems around external functions
Reported by: | Owned by: | Patrick Täuber | |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | Backend | Version: | v1.9.4-v1.9.x |
Keywords: | NLS, external function | Cc: | c.schulze@…, Francesco Casella |
Description
In the tester an external function is called. One input of the function is not given; therefore OpenModelica has to iterate this one input to match the corresponding output. However, OpenModelica introduces one residual equation per each output instead of just one residual equation.
Please also note/cf. #2888 (nonlinear systems around external functions)
Attachments (1)
Change History (4)
comment:1 by , 8 years ago
Cc: | added |
---|
comment:2 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:3 by , 7 years ago
Cc: | added |
---|---|
Resolution: | → fixed |
Status: | accepted → closed |
Fixed in dc91086.
Instead of 8 residuals there is now only one residual equation:
10: (NONLINEAR) index:1 jacobian: false crefs: p 8: ($TMP_pureComponentProperties__pTnc8.p_s, delta_hv, delta_hd, h_i) := pureComponentProperties_pTnc(p, T, 5); 9: $TMP_pureComponentProperties__pTnc8.p_s - p_s (RESIDUAL)
Note:
See TracTickets
for help on using tickets.