blockToDQ
Transform instantaneous stator inputs to rotor fixed space phasor
Extends from Modelica.Blocks.Interfaces.MIMO (Multiple Input Multiple Output continuous control block).
Information
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
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nin (from MIMO) | 1 | Number of inputs |
| Integer | nout (from MIMO) | 1 | Number of outputs |
| Integer | m | 3 | Number of phases |
| Integer | p | Number of pole pairs |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput[nin] | u (from MIMO) | Connector of Real input signals | |
| RealOutput[nout] | y (from MIMO) | Connector of Real output signals | |
| Modelica.Blocks.Interfaces.RealInput | phi |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Math.Gain | toGamma | ||
| Modelica.Electrical.Machines.SpacePhasors.Blocks.Rotator | rotator | ||
| Modelica.Electrical.Machines.SpacePhasors.Blocks.ToSpacePhasor | toSpacePhasor |