From the User's Guide Modelica.Electrical.QuasiStatic.UsersGuide.Overview it is not clear whether a given connected circuit can have more than one source component. As I understand, this is not possible, because then we'd have a connected system with two root components in the overconstrained connection graph.
@AHaumer, @christiankral, could you please clarify?
Also, the documentation of Modelica.Electrical.QuasiStatic.Polyphase.Sources components is messy:
- ReferenceVoltageSource refer to current sources
- The description of VariableCurrentSource is identical to the description of ReferenceCurrentSource
Finally, by looking at the code I understand that the difference between "Variable" and "Reference" sources is that the former set the frequency omega = 2*pi*f, while the latter set the phase angle gamma. The two are always related by der(omega) = gamma. Is that the case? I miss the reason of the nomenclature, then.
Keeping @TimBoler in the loop.
From the User's Guide Modelica.Electrical.QuasiStatic.UsersGuide.Overview it is not clear whether a given connected circuit can have more than one source component. As I understand, this is not possible, because then we'd have a connected system with two root components in the overconstrained connection graph.
@AHaumer, @christiankral, could you please clarify?
Also, the documentation of Modelica.Electrical.QuasiStatic.Polyphase.Sources components is messy:
Finally, by looking at the code I understand that the difference between "Variable" and "Reference" sources is that the former set the frequency
omega = 2*pi*f, while the latter set the phase anglegamma. The two are always related byder(omega) = gamma. Is that the case? I miss the reason of the nomenclature, then.Keeping @TimBoler in the loop.