WOLFRAM SYSTEM MODELER
MutualInductorLinear mutual inductor |
SystemModel["Modelica.Electrical.Polyphase.Basic.MutualInductor"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Model of a polyphase inductor providing a mutual inductance matrix model.
v[1] = L[1,1]*der(i[1]) + L[1,2]*der(i[2]) + ... + L[1,m]*der(i[m]) v[2] = L[2,1]*der(i[1]) + L[2,2]*der(i[2]) + ... + L[2,m]*der(i[m]) : : : : v[m] = L[m,1]*der(i[1]) + L[m,2]*der(i[2]) + ... + L[m,m]*der(i[m])
m |
Value: 3 Type: Integer Description: Number of phases |
---|---|
epsilon |
Value: 1e-9 Type: Real Description: Relative accuracy tolerance of matrix symmetry |
L |
Value: Type: Inductance[m,m] (H) Description: Mutual inductance matrix |
plug_p |
Type: PositivePlug Description: Positive polyphase electrical plug with m pins |
|
---|---|---|
plug_n |
Type: NegativePlug Description: Negative polyphase electrical plug with m pins |