blockFromSymmetricalComponents
Creates quasi-static phasors from symmetrical components
Extends from Modelica.ComplexBlocks.Interfaces.ComplexMIMOs (Multiple Input Multiple Output continuous control block with same number of inputs and outputs).
Information
Calculates the time phasors from the symmetric components according to Charles L. Fortescue.
See also
User's guide on symmetrical components and orientation.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n (from ComplexMIMOs) | 1 | Number of inputs (= number of outputs) |
| Boolean[n] | useConjugateInput (from ComplexMIMOs) | fill(false, n) | If true, inputs are processed conjugate complex |
| Integer | m | 3 | Number of phases |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| ComplexInput[n] | u (from ComplexMIMOs) | Connector of Complex input signals | |
| ComplexOutput[n] | y (from ComplexMIMOs) | Connector of Complex output signals |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real[m] | abs_u | abs(u) | Absolute of input |
| SI.Angle[m] | arg_u | arg(u) | Argument of input |
| Real[m] | abs_y | abs(y) | Absolute of output |
| SI.Angle[m] | arg_y | arg(y) | Argument of output |