Opened 4 years ago

Closed 3 years ago

Last modified 3 years ago

#6193 closed defect (fixed)

NFFlatten.flatten fails in Buildings models

Reported by: casella Owned by: perost
Priority: critical Milestone: 1.18.0
Component: New Instantiation Version:
Keywords: Cc:

Description (last modified by casella)

Please check Buildings.Applications.DataCenters.ChillerCooled.Equipment.Validation.IntegratedPrimaryLoadSide.

The NF fails during NFFlatten.flatten with

Error: Internal error Instantiation of Buildings.Applications.DataCenters.ChillerCooled.Equipment.Validation.IntegratedPrimaryLoadSide failed with no error message.

This issue also affects other models

Change History (5)

comment:1 Changed 4 years ago by casella

  • Description modified (diff)

comment:2 Changed 4 years ago by casella

  • Milestone changed from 1.17.0 to 1.18.0

comment:3 Changed 4 years ago by casella

  • Description modified (diff)

comment:4 Changed 3 years ago by casella

  • Resolution set to fixed
  • Status changed from new to closed

This problem is now solved, the front end fails later during NFCeval with

[OpenModelica/OMCompiler/Compiler/NFFrontEnd/NFCeval.mo:1900:20-1900:79:writable] Error: 
Internal error NFCeval.evalBuiltinAbs got invalid arguments
({48000.0, 44000.0, 40000.0, 24000.0})

comment:5 Changed 3 years ago by perost

Actually fixed by PR 7350.

It was actually still failing during the flattening, just in a different way. With this fix it now gets as far as compilation of the generated C-code, where it fails due to what is probably more frontend issues.

Note: See TracTickets for help on using tickets.