This package contains space phasor transformation blocks for use in controllers:
Space phasors are defined as vectors of length = 2, the first element representing the real part and the second element representing the imaginary part of the space phasor.
Extends from Modelica.Icons.Package
(Icon for standard packages).
Name | Description |
---|---|
FromPolar | Converts a space phasor from polar coordinates |
FromSpacePhasor | Conversion of space phasors to multi phase instantaneous values |
LessThreshold | Sets angle to zero when length is below threshold |
QuasiRMS |   |
Rotator | Rotates space phasor |
ToPolar | Converts a space phasor to polar coordinates |
ToSpacePhasor | Conversion of multi phase instantaneous values to space phasors |
Rotates a space phasor (voltage or current) input u
by the angle
in negative mathematical direction. This block represents the transformation of one space phasor u
from one rotating reference (coordinate) frame into another where the space phasor is y
. The output reference frame leads the input reference frame by angle angle
.
Extends from Modelica.Blocks.Interfaces.MIMOs
(Multiple Input Multiple Output continuous control block with same number of inputs and outputs).
Type | Name | Default | Description |
---|---|---|---|
final Integer | n | 2 | Number of inputs (= number of outputs) |
Type | Name | Description |
---|---|---|
input RealInput | u[n] | Connector of Real input signals |
output RealOutput | y[n] | Connector of Real output signals |
input RealInput | angle |   |
Transformation of multi phase values (of voltages or currents) to space phasor and zero sequence value.
Extends from Modelica.Blocks.Interfaces.MIMO
(Multiple Input Multiple Output continuous control block).
Type | Name | Default | Description |
---|---|---|---|
final Integer | nin | m | Number of inputs |
final Integer | nout | 2 | Number of outputs |
Integer | m | 3 | Number of phases |
Type | Name | Description |
---|---|---|
input RealInput | u[nin] | Connector of Real input signals |
output RealOutput | y[nout] | Connector of Real output signals |
output RealOutput | zero | Zero sequence component |
Transformation of space phasor and zero sequence value to multi phase values (of voltages or currents).
Extends from Modelica.Blocks.Interfaces.MIMO
(Multiple Input Multiple Output continuous control block).
Type | Name | Default | Description |
---|---|---|---|
final Integer | nin | 2 | Number of inputs |
final Integer | nout | m | Number of outputs |
Integer | m | 3 | Number of phases |
Type | Name | Description |
---|---|---|
input RealInput | u[nin] | Connector of Real input signals |
output RealOutput | y[nout] | Connector of Real output signals |
input RealInput | zero | Zero sequence component |
Converts a space phasor from rectangular coordinates to polar coordinates.
Extends from Modelica.Blocks.Interfaces.MIMOs
(Multiple Input Multiple Output continuous control block with same number of inputs and outputs).
Type | Name | Default | Description |
---|---|---|---|
final Integer | n | 2 | Number of inputs (= number of outputs) |
Type | Name | Description |
---|---|---|
input RealInput | u[n] | Connector of Real input signals |
output RealOutput | y[n] | Connector of Real output signals |
Converts a space phasor from polar coordinates to rectangular coordinates.
Extends from Modelica.Blocks.Interfaces.MIMOs
(Multiple Input Multiple Output continuous control block with same number of inputs and outputs).
Type | Name | Default | Description |
---|---|---|---|
final Integer | n | 2 | Number of inputs (= number of outputs) |
Type | Name | Description |
---|---|---|
input RealInput | u[n] | Connector of Real input signals |
output RealOutput | y[n] | Connector of Real output signals |
This model determines the RMS value of the input space phasor u
.
Extends from Modelica.Blocks.Interfaces.MISO
(Multiple Input Single Output continuous control block).
Type | Name | Default | Description |
---|---|---|---|
final Integer | nin | 2 | Number of inputs |
Type | Name | Description |
---|---|---|
input RealInput | u[nin] | Connector of Real input signals |
output RealOutput | y | Connector of Real output signal |
Block has a vector of continuous Real input signals and one continuous Real output signal.
Extends from Modelica.Blocks.Interfaces.MISO
(Multiple Input Single Output continuous control block).
Type | Name | Default | Description |
---|---|---|---|
final Integer | nin | 2 | Number of inputs |
Real | threshold | Threshold |
Type | Name | Description |
---|---|---|
input RealInput | u[nin] | Connector of Real input signals |
output RealOutput | y | Connector of Real output signal |
Generated 2018-12-12 12:10:14 EST by MapleSim.