Main Content

Mutual Inductor

Mutual inductor in electrical systems

Library

Electrical Elements

  • Mutual Inductor block

Description

The Mutual Inductor block models a mutual inductor, described with the following equations:

V1=L1dI1dt+MdI2dt

V2=L2dI2dt+MdI1dt

M=kL1·L2

where

V1Voltage across winding 1
V2Voltage across winding 2
I1Current flowing into the + terminal of winding 1
I2Current flowing into the + terminal of winding 2
L1, L2Winding self-inductances
MMutual inductance
kCoefficient of coupling, 0 < k < 1
tTime

This block can be used to represent an AC transformer. If inductance and mutual inductance terms are not important in a model, or are unknown, you can use the Ideal Transformer block instead.

The two electrical networks connected to the primary and secondary windings must each have their own Electrical Reference block.

Variables

To set the priority and initial target values for the block variables prior to simulation, use the Initial Targets section in the block dialog box or Property Inspector. For more information, see Set Priority and Initial Target for Block Variables.

Nominal values provide a way to specify the expected magnitude of a variable in a model. Using system scaling based on nominal values increases the simulation robustness. Nominal values can come from different sources, one of which is the Nominal Values section in the block dialog box or Property Inspector. For more information, see Modify Nominal Values for a Block Variable.

Parameters

Inductance L1

Self-inductance of the first winding. The default value is 10 H.

Inductance L2

Self-inductance of the second winding. The default value is 0.1 H.

Coefficient of coupling

Coefficient of coupling, which defines the mutual inductance. The parameter value should be greater than zero and less than 1. The default value is 0.9.

Ports

The block has four electrical conserving ports. Polarity is indicated by the + and – signs. Ports labeled 1+ and 1– are connected to the primary winding. Ports labeled 2+ and 2– are connected to the secondary winding.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Version History

Introduced in R2007a