Opened 6 years ago
Closed 6 years ago
#5016 closed defect (fixed)
The NF does not evaluate function in parameter binding
Reported by: | Francesco Casella | Owned by: | Per Östlund |
---|---|---|---|
Priority: | high | Milestone: | 2.0.0 |
Component: | New Instantiation | Version: | |
Keywords: | Cc: |
Description
Please check ThermoPower.Test.DistributedParameterComponents.TestConstantHeatTransferTwoGrid_Fcoarse.
The heat transfer component contains the parameters
final parameter SI.PerUnit Hv[min(Nw,Nv),Nv] = getH(Nw,Nv) "Sums heat flows on fluid side onto coarser grid" annotation(Evaluate = true); final parameter SI.PerUnit Hw[min(Nw,Nv),Nw] = getH(Nv,Nw) "Sums heat flows on wall side onto coarser grid" annotation(Evaluate = true);
that have a strong influence on the structure of the model. As such, they should be preferably be evaluated by the front-end, as the old FE actually does. Otherwise, the back-end cannot handle the resulting system of equations.
Note:
See TracTickets
for help on using tickets.
The test model is now simulated, apparently the issue has been solved in the meantime.