Error: AixLib.Utilities.Interfaces.HeatStarComb has the same name as its type AixLib.Utilities.Interfaces.Star
Created by: dianavaz
Hi! I'm building a model to simulate thermal loads in a room using AixLib components on OpenModelica. However, when I check the project the following warning message arises:
Component Star in env: AixLib.Utilities.Interfaces.HeatStarComb has the same name as its type AixLib.Utilities.Interfaces.Star. This is forbidden by Modelica specification and may lead to lookup errors.
Tried to check some of AixLib's examples such as OFD_1Jan ans OFDHeatLoad and I get the same warning message. For all these cases, an error occurs while flattening the model which I suspect to be related with the former warning.