blockFromDQ
Transform rotor fixed space phasor to instantaneous stator quantities
Extends from Modelica.Blocks.Interfaces.MIMO (Multiple Input Multiple Output continuous control block).
Information
The d and q components of a space phasor u[2] are rotated back to the stator fixed reference system,
using the provided mechanical rotor angle phi. The output are the instantaneous polyphase values y[m].
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.Blocks.Sources.Constant | i0 | ||
| Modelica.Electrical.Machines.SpacePhasors.Blocks.FromSpacePhasor | fromSpacePhasor |