ModelicaStandardLibrary
ModelicaStandardLibrary copied to clipboard
Unconnected conditional connector in machines
Some machine examples, e.g., the model Modelica.Electrical.Machines.Examples.InductionMachines.IMC_Inverter
have a conditional electrical connector that is not connected, terminalBox.starpoint
But Modelica 3.3 added the requirement that enabled conditional physical connectors shall not be unconnected, https://specification.modelica.org/master/class-predefined-types-and-declarations.html#conditional-component-declaration
I see two possibilities:
- Have a separate flag for enabling the starPoint if Y-type.
- Connect it to the ground in the examples.
Actually I see a third possibility - revisit the specification change. See https://github.com/modelica/ModelicaSpecification/issues/3117 - wait with changes until that is resolved.
This has been improved in the specification.