WOLFRAM SYSTEM MODELER

ToDQ

Transform instantaneous stator inputs to rotor fixed space phasor

Diagram

Wolfram Language

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

Information

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

The polyphase input values u[m] are transformed to the corresponding space phasor which is rotated to the rotor fixed reference system, using the provided mechanical rotor angle phi. The output are the resulting d and q components of the space phasor arranged in one vector y[2].

See also

FromDQ

Parameters (4)

nin

Value: m

Type: Integer

Description: Number of inputs

nout

Value: 2

Type: Integer

Description: Number of outputs

m

Value: 3

Type: Integer

Description: Number of phases

p

Value:

Type: Integer

Description: Number of pole pairs

Connectors (3)

u

Type: RealInput[nin]

Description: Connector of Real input signals

y

Type: RealOutput[nout]

Description: Connector of Real output signals

phi

Type: RealInput

Description: 'input Real' as connector

Components (3)

toGamma

Type: Gain

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

rotator

Type: Rotator

Description: Rotates space phasor

toSpacePhasor

Type: ToSpacePhasor

Description: Conversion of polyphase instantaneous values to space phasors

Used in Components (1)

DQCurrentController

Modelica.Electrical.Machines.Utilities

Current controller in dq coordinate system