Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid connect in IDEAS.LIDEAS.Validation.ZoneWithInputsValidationNonLinear #1321

Open
maltelenz opened this issue May 9, 2023 · 0 comments

Comments

@maltelenz
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant