Standard package icon.
Extends from Modelica.Icons.Package
(Icon for standard packages).
Name | Description |
---|---|
FromSpacePhasor | Conversion: space phasor -> m phase |
FromSymmetricalComponents | Creates quasi static phasors from symmetrical components |
QuasiRMS |   |
SingleToMultiPhase | Extends complex phase signal to complex multi phase signals using symmetricOrientation |
SymmetricalComponents | Creates symmetrical components from signals representing quasi static phasors |
ToSpacePhasor | Conversion: m phase -> space phasor |
This block determines the continuous quasi RMS value of a multi phase system, representing an equivalent RMS vector or phasor.
y = sqrt(sum(u[k]^2 for k in 1:m)/m)
Extends from Modelica.Blocks.Interfaces.SO
(Single Output continuous control block).
Type | Name | Default | Description |
---|---|---|---|
Integer | m | 3 | Number of phases |
Type | Name | Description |
---|---|---|
output RealOutput | y | Connector of Real output signal |
input ComplexInput | u[m] |   |
Calculates the symmetric components according to Charles L. Fortescue from the time phasors.
User's guide on symmetrical components and orientation.
Extends from Modelica.ComplexBlocks.Interfaces.ComplexMIMOs
(Multiple Input Multiple Output continuous control block with same number of inputs and outputs).
Type | Name | Default | Description |
---|---|---|---|
final Integer | n | m | Number of inputs (= number of outputs) |
final Boolean | useConjugateInput[n] | fill(false, m) | If true, inputs are processed conjugate complex |
Integer | m | 3 | Number of phases |
Type | Name | Description |
---|---|---|
input ComplexInput | u[n] | Connector of Complex input signals |
output ComplexOutput | y[n] | Connector of Complex output signals |
Calculates the time phasors from the symmetric components according to Charles L. Fortescue.
User's guide on symmetrical components and orientation.
Extends from Modelica.ComplexBlocks.Interfaces.ComplexMIMOs
(Multiple Input Multiple Output continuous control block with same number of inputs and outputs).
Type | Name | Default | Description |
---|---|---|---|
final Integer | n | m | Number of inputs (= number of outputs) |
final Boolean | useConjugateInput[n] | fill(false, m) | If true, inputs are processed conjugate complex |
Integer | m | 3 | Number of phases |
Type | Name | Description |
---|---|---|
input ComplexInput | u[n] | Connector of Complex input signals |
output ComplexOutput | y[n] | Connector of Complex output signals |
This function propagates the input phasor to m output phasors with symmetricOrientation.
Extends from Modelica.ComplexBlocks.Interfaces.ComplexSIMO
(Single Input Multiple Output continuous control block).
Type | Name | Default | Description |
---|---|---|---|
final Integer | nout | m | Number of outputs |
final Boolean | useConjugateInput | false | If true, input is processed conjugate complex |
Integer | m | 3 | Number of phases |
Type | Name | Description |
---|---|---|
input ComplexInput | u | Connector of Complex input signal |
output ComplexOutput | y[nout] | Connector of Complex output signals |
Transformation of m phase values (voltages or currents) to space phasor.
Extends from Modelica.Blocks.Icons.Block
(Basic graphical layout of input/output block).
Type | Name | Default | Description |
---|---|---|---|
Integer | m | 3 | Number of phases |
Type | Name | Description |
---|---|---|
input ComplexInput | u[m] |   |
output RealOutput | y[2] |   |
Transformation of space phasor to m phase values (voltages or currents).
Extends from Modelica.Blocks.Icons.Block
(Basic graphical layout of input/output block).
Type | Name | Default | Description |
---|---|---|---|
Integer | m | 3 | Number of phases |
Type | Name | Description |
---|---|---|
input RealInput | u[2] |   |
output ComplexOutput | y[m] |   |
Generated 2018-12-12 12:10:33 EST by MapleSim.