WOLFRAM SYSTEM MODELER

DQToThreePhase

Transforms dq to three-phase

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Machines.Utilities.DQToThreePhase"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

Transforms dq currents or voltages to three-phase currents or voltages.

The desired d- and q-components of the space phasor in rotor fixed coordinate system are given by inputs d and q. Using the given rotor position (input phi), the correct three-phase values (output y[3]) are calculated. They can be used to feed a current source which in turn feeds an induction machine.

Inputs d and q can be given either as peak values (useRMS=false) or as RMS (useRMS=true). The correction by factor √2 is done automatically.

Parameters (4)

nout

Value: m

Type: Integer

Description: Number of outputs

m

Value: 3

Type: Integer

Description: Number of phases

p

Value:

Type: Integer

Description: Number of pole pairs

useRMS

Value: true

Type: Boolean

Description: If true, inputs dq are multiplied by sqrt(2)

Connectors (4)

y

Type: RealOutput[nout]

Description: Connector of Real output signals

d

Type: RealInput

Description: d-component

q

Type: RealInput

Description: q-component

phi

Type: RealInput

Description: Rotor angle

Components (6)

toPeak_d

Type: Gain

Description: Output the product of a gain value with the input signal

toPeak_q

Type: Gain

Description: Output the product of a gain value with the input signal

toGamma

Type: Gain

Description: Output the product of a gain value with the input signal

rotator

Type: Rotator

Description: Rotates space phasor

i0

Type: Constant

Description: Generate constant signal of type Real

fromSpacePhasor

Type: FromSpacePhasor

Description: Conversion of space phasors to polyphase instantaneous values

Used in Examples (4)

SMPM_CurrentSource

Modelica.Electrical.Machines.Examples.SynchronousMachines

Test example: PermanentMagnetSynchronousMachine fed by current source

SMPM_CurrentSource

Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SynchronousMachines

Test example: PermanentMagnetSynchronousMachine fed by current source

SMPM_CurrentSource

Modelica.Magnetic.QuasiStatic.FundamentalWave.Examples.BasicMachines.SynchronousMachines

Test example: PermanentMagnetSynchronousMachine fed by current source

SMR_CurrentSource

Modelica.Magnetic.QuasiStatic.FundamentalWave.Examples.BasicMachines.SynchronousMachines

Test example: Synchronous reluctance machine fed by current source

Used in Components (1)

MotorWithCurrentControl

Modelica.Blocks.Examples.Noise.Utilities.Parts

Synchronous machine with current controller and measurement noise