Opened 4 years ago
Last modified 4 years ago
#6208 closed defect
The NF does not recognize record of parameters as a parameter itself — at Initial Version
Reported by: | Francesco Casella | Owned by: | Per Östlund |
---|---|---|---|
Priority: | blocker | Milestone: | 1.17.0 |
Component: | New Instantiation | Version: | |
Keywords: | Cc: |
Description
Please check Buildings.Fluid.HeatExchangers.DXCoils.BaseClasses.Examples.WetCoil. The NF reports:
[Buildings 7.0.0/Fluid/HeatExchangers/DXCoils/BaseClasses/Examples/WetCoil.mo:10:5-10:18:writable] Error: Component datCoi of variability parameter has binding 'datCoi' of higher variability continuous. [Buildings 7.0.0/Fluid/HeatExchangers/DXCoils/AirCooled/Data/Generic/DXCoil.mo:14:3-19:53:writable] Error: Could not evaluate structural parameter (or constant): wetCoi.datCoi.nSta which gives dimensions of array: sta. Array dimensions must be known at compile time.
If you look up the definition datCoi
, its type AirCooled.Data.Generic.DXCoil only contains parameters, so I guess the binding should be allowed.
I suspect this may be the reason of other issues, such as #5991 and, possibily #5988.
Note:
See TracTickets
for help on using tickets.