AC system covering only resistive loads with three symmetric phases
This package declares the functions that are used to implement the AC three-phase balanced and purely resistive models.
Extends from DirectCurrent (DC system).
Name | Description |
---|---|
![]() |
Return phase to neutral voltages |
![]() |
Return system voltage as function of phase voltages |
Inherited | |
![]() |
Direct current has no complex component |
![]() |
Rotate a vector of an angle theta (anti-counterclock) |
![]() |
Return absolute angle of rotating system as offset to thetaRef |
![]() |
Return absolute angle of rotating reference system |
![]() |
Return phase |
![]() |
Return phase currents |
![]() |
Return phase powers |
![]() |
Return phase powers |
![]() |
Return system current as function of phase currents |
![]() |
Return total power as function of phase powers |
phaseSystemName="UnspecifiedPhaseSystem" | Name of the phase system represented by the package |
n | Number of independent voltage and current components |
m | Number of reference angles |
Current | Current for connector |
Voltage | Voltage for connector |
ReferenceAngle | Reference angle for connector |
![]() |
Vectorized version of j |
![]() |
Multiply two vectors |
![]() |
Divide two vectors |
Return phase to neutral voltages
Extends from Modelica.Icons.Function (Icon for functions).
Type | Name | Default | Description |
---|---|---|---|
Voltage | V | system voltage [V] | |
Angle | phi | 0 | phase angle [rad] |
Type | Name | Description |
---|---|---|
Voltage | v[n] | phase to neutral voltages [V] |
Return system voltage as function of phase voltages
Extends from Modelica.Icons.Function (Icon for functions).
Type | Name | Default | Description |
---|---|---|---|
Voltage | v[n] | [V] |
Type | Name | Description |
---|---|---|
Voltage | V | [V] |