-
Notifications
You must be signed in to change notification settings - Fork 64
Description
In IDEAS.LIDEAS.Validation.ZoneWithInputsValidationNonLinear we have:
| connect(occQCon.y, prescribedOut.QCon) annotation (Line(points={{61,-104},{61, |
However, prescribedOut.QCon is not a connector, which as far as I can tell makes this connect illegal, according to the rules in the bullet points in https://specification.modelica.org/maint/3.6/connectors-and-connections.html#connect-equations-and-connectors
Wolfram System Modeler gives:
Error: IDEAS.LIDEAS.Validation.ZoneWithInputsValidationNonLinear [27:3-27:3] Invalid connect equation. prescribedOut.QRad is not a connector.
Component references in connect equations must be of the form c_1.c_2...c_n or m.c_0 where c_i is an instance of a connector class for all values of i.
Error: IDEAS.LIDEAS.Validation.ZoneWithInputsValidationNonLinear [26:3-26:3] Invalid connect equation. prescribedOut.QCon is not a connector.
Component references in connect equations must be of the form c_1.c_2...c_n or m.c_0 where c_i is an instance of a connector class for all values of i.
Error: IDEAS.LIDEAS.Examples.ZoneWithInputsLinearise [28:3-28:3] Invalid connect equation. prescribedIn.QCon is not a connector.
Component references in connect equations must be of the form c_1.c_2...c_n or m.c_0 where c_i is an instance of a connector class for all values of i.
Error: IDEAS.LIDEAS.Examples.ZoneWithInputsLinearise [27:3-27:3] Invalid connect equation. prescribedIn.QRad is not a connector.
Component references in connect equations must be of the form c_1.c_2...c_n or m.c_0 where c_i is an instance of a connector class for all values of i.
Error: IDEAS.LIDEAS.Examples.ZoneWithInputsLinearise [22:3-22:3] Invalid connect equation. outputs.TSensor[2] is not a connector.
Component references in connect equations must be of the form c_1.c_2...c_n or m.c_0 where c_i is an instance of a connector class for all values of i.
Error: IDEAS.LIDEAS.Examples.ZoneWithInputsLinearise [21:3-21:3] Invalid connect equation. outputs.TSensor[1] is not a connector.
Component references in connect equations must be of the form c_1.c_2...c_n or m.c_0 where c_i is an instance of a connector class for all values of i.
Error: IDEAS.LIDEAS.Examples.ZoneWithInputsLinearise [19:3-19:3] Invalid connect equation. ctrlInputs.QEmb is not a connector.
Component references in connect equations must be of the form c_1.c_2...c_n or m.c_0 where c_i is an instance of a connector class for all values of i.
Error: IDEAS.LIDEAS.Examples.ZoneWithInputsLinearise [18:3-18:3] Invalid connect equation. ctrlInputs.QRad is not a connector.
Component references in connect equations must be of the form c_1.c_2...c_n or m.c_0 where c_i is an instance of a connector class for all values of i.
Error: IDEAS.LIDEAS.Examples.ZoneWithInputsLinearise [17:3-17:3] Invalid connect equation. ctrlInputs.QCon is not a connector.
Component references in connect equations must be of the form c_1.c_2...c_n or m.c_0 where c_i is an instance of a connector class for all values of i.