MutualInductorLinear mutual inductor  | 
     | 
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Model of a multi phase inductor providing a mutual inductance matrix model.
  v[1] = j*omega*L[1,1]*i[1] + j*omega*L[1,2]*i[2] + ... + j*omega*L[1,m]*i[m]
  v[2] = j*omega*L[2,1]*i[1] + j*omega*L[2,2]*i[2] + ... + j*omega*L[2,m]*i[m]
     :              :                     :                           :
  v[m] = j*omega*L[m,1]*i[1] + j*omega*L[m,2]*i[2] + ... + j*omega*L[m,m]*i[m]
| 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 quasi-static polyphase plug  | 
    |
|---|---|---|
| plug_n | 
         Type: NegativePlug Description: Negative quasi-static polyphase plug  | 
    
| v | 
         Type: ComplexVoltage[m] Description: Complex voltage  | 
    |
|---|---|---|
| i | 
         Type: ComplexCurrent[m] Description: Complex current  |