MutualInductor

Linear mutual inductor

    MutualInductor

Library

Modelica/Electrical/MultiPhase/Basic

Description

Model of a multi phase 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

MutualInductor_0

NameLabelDescriptionData TypeValid Values

mo_m

m

Number of phases

Scalar

mo_epsilon

epsilon

Relative accuracy tolerance of matrix symmetry

Scalar

mo_L

L

Mutual inductance matrix

Matrix

MutualInductor_1

NameLabelDescriptionData TypeValid Values

mo_v

v

v

Structure

mo_v/fixed

fixed

Cell of vectors

true
false

mo_v/start

start

Cell of vectors

mo_i

i

i

Structure

mo_i/fixed

fixed

Cell of vectors

true
false

mo_i/start

start

Cell of vectors

Ports

NameTypeDescriptionIO TypeNumber

plug_p

implicit

Positive polyphase electrical plug with m pins

input

1

plug_n

implicit

Negative polyphase electrical plug with m pins

output

1