ModelicaStandardLibrary icon indicating copy to clipboard operation
ModelicaStandardLibrary copied to clipboard

Unconnected conditional connector in machines

Open HansOlsson opened this issue 3 years ago • 1 comments

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.

HansOlsson avatar Feb 10 '22 10:02 HansOlsson

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.

HansOlsson avatar Feb 11 '22 14:02 HansOlsson

This has been improved in the specification.

HansOlsson avatar Jun 13 '23 13:06 HansOlsson