Exercise 1

1 Question

How can connections between components can be established in Modelica?


1.1

Connections between components can be established between connectors of equivalent type.


2 Question

What are the requirements for connections?


2.1

The names of the connector classes that are to be connected together must be identical. The corresponding types of declared variable members in the classes of the connectors must be equivalent, but the ordering between the member declarations in the connector classes need not be the same.

It is important to note that connections can only be established between connectors (instances of
connector classes). Instances of the restricted classes record, block, model, function and package are not allowed in connections.


3 Question

How many connectors can you connect?


3.1

There is no limit.