Opened 13 years ago

Last modified 13 years ago

#1696 closed defect (fixed)

Modelica.Media issues in the back-end with equation counting.

Reported by: adrpo Owned by: adrpo
Priority: high Milestone:
Component: Backend Version:
Keywords: Cc: adrpo, Frenkel TUD

Description

Francesco C. made a small test for Modelica.Media (attached).
TestMedia.TestModels.TestFlueGas has issues with equation counting in the back-end.
I assume mostly issues with record = fcall(...)) as equation:

    state = TestMedia.TestModels.TestFlueGas.Medium.setState_pTX(p,T,
    {0.768,0.0,0.0,0.232,0.0,0.0});

should be counted as 8 equations (which would make the model balanced).

Attachments (2)

TestMedia.mo (2.0 KB) - added by adrpo 13 years ago.
TestMedia.mos (904 bytes) - added by adrpo 13 years ago.

Download all attachments as: .zip

Change History (2)

Changed 13 years ago by adrpo

comment:1 Changed 13 years ago by Frenkel TUD

fixed in revision 11285 but test TestMedia.TestModels.TestFlueGas does not work because of missing package constant

Note: See TracTickets for help on using tickets.