modelMutualInductor

Linear mutual inductor

Extends from Polyphase.Interfaces.OnePort (Component with two electrical plugs and currents from plug_p to plug_n).

Information

Model of a polyphase inductor providing a mutual inductance matrix model.

Implementation

  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])

Parameters

TypeNameDefaultDescription
Integerm (from TwoPlug)3Number of phases
Realepsilon1e-9Relative accuracy tolerance of matrix symmetry
SI.Inductance[m,m]LMutual inductance matrix

Connectors

TypeNameDefaultDescription
PositivePlugplug_p (from TwoPlug)Positive polyphase electrical plug with m pins
NegativePlugplug_n (from TwoPlug)Negative polyphase electrical plug with m pins

Components

TypeNameDefaultDescription
SI.Voltage[m]v (from TwoPlug)Voltage drops of the two polyphase plugs
SI.Current[m]i (from TwoPlug)Currents flowing into positive polyphase plugs