Opened 7 years ago
Closed 7 years ago
#4669 closed defect (fixed)
Lookup issues with NF and Modelica.Media/Modelica.Mechanics.MultiBody
Reported by: | Francesco Casella | Owned by: | Per Östlund |
---|---|---|---|
Priority: | high | Milestone: | 2.0.0 |
Component: | New Instantiation | Version: | |
Keywords: | Cc: |
Description (last modified by )
Looking at the newInst report it seems that most Modelica.Media examples fail because of the same problem, i.e.
[Modelica 3.2.2/Media/IdealGases/Common/package.mo:63:13-67:25:writable] Error: Base class targeted by class extends ThermodynamicState not found in the inherited classes.
I'm not sure whether this is a lookup issue or an inheritance issue, but it needs to be solved to get Modelica.Media going on the NF.
Change History (3)
comment:1 by , 7 years ago
Description: | modified (diff) |
---|---|
Summary: | Lookup issues with NF and Modelica.Media → Lookup issues with NF and Modelica.Media/Modelica.Mechanics.MultiBody |
comment:2 by , 7 years ago
Description: | modified (diff) |
---|
comment:3 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed by @perost's latest commits.
Note:
See TracTickets
for help on using tickets.
The issue with the equalityConstraint lookup error is completely different to this one, so I broke it out into a separate ticket (#4670).