Functions for space phasor transformation
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 |
|---|---|
| Conversion from multi phase input to space phasor and zero sequence component | |
| Conversion from space phasor and zero sequence component to multi phase | |
| Rotates space phasor | |
| Converts a space phasor to polar coordinates | |
| Converts a space phasor from polar coordinates | |
| Calculate quasi-RMS value of input | |
| Calculate active power of voltage and current input |
Modelica.Electrical.Machines.SpacePhasors.Functions.ToSpacePhasorConversion from multi phase input to space phasor and zero sequence component
Extends from Modelica.Icons.Function (Icon for functions).
| Name | Description |
|---|---|
| x[:] | Multi phase (voltage or current) input |
| Name | Description |
|---|---|
| y[2] | Space phasor |
| y0 | Zero sequence component (of voltage or current) |
Modelica.Electrical.Machines.SpacePhasors.Functions.FromSpacePhasorConversion from space phasor and zero sequence component to multi phase
Extends from Modelica.Icons.Function (Icon for functions).
| Name | Description |
|---|---|
| x[2] | Space phasor |
| x0 | Zero sequence component |
| m | Number of phases |
| Name | Description |
|---|---|
| y[m] | Multi phase output |
Modelica.Electrical.Machines.SpacePhasors.Functions.RotatorRotates space phasor
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.Icons.Function (Icon for functions).
| Name | Description |
|---|---|
| x[2] | Input space phasor |
| angle | Input angle of rotation [rad] |
| Name | Description |
|---|---|
| y[2] | Output space phasor |
Modelica.Electrical.Machines.SpacePhasors.Functions.ToPolarConverts a space phasor to polar coordinates
Extends from Modelica.Icons.Function (Icon for functions).
| Name | Description |
|---|---|
| x[2] | Real and imaginary part of space phasor |
| Name | Description |
|---|---|
| absolute | Magnitude of space phasor |
| angle | Angle of space phasor [rad] |
Modelica.Electrical.Machines.SpacePhasors.Functions.FromPolarConverts a space phasor from polar coordinates
Extends from Modelica.Icons.Function (Icon for functions).
| Name | Description |
|---|---|
| absolute | Magnitude of space phasor |
| angle | Angle of space phasor [rad] |
| Name | Description |
|---|---|
| x[2] | Real and imaginary part of space phasor |
Modelica.Electrical.Machines.SpacePhasors.Functions.quasiRMSCalculate quasi-RMS value of input
Extends from Modelica.Icons.Function (Icon for functions).
| Name | Description |
|---|---|
| x[3] |
| Name | Description |
|---|---|
| y |
Modelica.Electrical.Machines.SpacePhasors.Functions.activePowerCalculate active power of voltage and current input
Extends from Modelica.Icons.Function (Icon for functions).
| Name | Description |
|---|---|
| v[m] | phase voltages [V] |
| i[m] | phase currents [A] |
| Name | Description |
|---|---|
| p | Active power [W] |