You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In
IDEAS.LIDEAS.Validation.ZoneWithInputsValidationNonLinear
we have:IDEAS/IDEAS/LIDEAS/Validation/ZoneWithInputsValidationNonLinear.mo
Line 209 in 2488d28
However,
prescribedOut.QCon
is not a connector, which as far as I can tell makes thisconnect
illegal, according to the rules in the bullet points in https://specification.modelica.org/maint/3.6/connectors-and-connections.html#connect-equations-and-connectorsWolfram System Modeler gives:
The text was updated successfully, but these errors were encountered: