Modelica.Electrical.MultiPhase.Functions

Functions for multi phase systems

Information

Extends from Modelica.Icons.Package (Icon for standard packages).

Package Content

Name Description
Modelica.Electrical.MultiPhase.Functions.quasiRMS quasiRMS Calculate continuous quasi RMS value of input
Modelica.Electrical.MultiPhase.Functions.activePower activePower Calculate active power of voltage and current input
Modelica.Electrical.MultiPhase.Functions.symmetricOrientation symmetricOrientation Orientations of the resulting fundamental wave field phasors
Modelica.Electrical.MultiPhase.Functions.symmetricOrientationMatrix symmetricOrientationMatrix Matrix symmetric orientation angles for creating the symmetric transformation matrix
Modelica.Electrical.MultiPhase.Functions.symmetricTransformationMatrix symmetricTransformationMatrix Transformation matrix for symmetrical components
Modelica.Electrical.MultiPhase.Functions.numberOfSymmetricBaseSystems numberOfSymmetricBaseSystems Determines the number of symmeric base systems of m phase symmetric system
Modelica.Electrical.MultiPhase.Functions.factorY2D factorY2D Calculates factor Y voltage to polygon (delta) voltage
Modelica.Electrical.MultiPhase.Functions.factorY2DC factorY2DC Calculates factor of DC-voltage from RMS Y-voltage
Modelica.Electrical.MultiPhase.Functions.indexPositiveSequence indexPositiveSequence Determines the indices of the all positive sequences
Modelica.Electrical.MultiPhase.Functions.indexNonPositiveSequence indexNonPositiveSequence Determines the indices of all non positive sequences

Modelica.Electrical.MultiPhase.Functions.quasiRMS Modelica.Electrical.MultiPhase.Functions.quasiRMS

Calculate continuous quasi RMS value of input

Information

This function determines the continuous quasi RMS value of a multi phase system, representing an equivalent RMS vector or phasor. If the waveform of the input deviates from a sine curve, the output of the sensor will not be exactly the average RMS value.

 y = sqrt(sum(u[k]^2 for k in 1:m)/m)

Extends from Modelica.Icons.Function (Icon for functions).

Inputs

NameDescription
x[:] 

Outputs

NameDescription
y 

Modelica.Electrical.MultiPhase.Functions.activePower Modelica.Electrical.MultiPhase.Functions.activePower

Calculate active power of voltage and current input

Information

Calculates instantaneous power from multiphase voltages and currents. In quasistationary operation, instantaneous power equals active power;

Extends from Modelica.Icons.Function (Icon for functions).

Inputs

NameDescription
v[:]phase voltages [V]
i[size(v, 1)]phase currents [A]

Outputs

NameDescription
pActive power [W]

Modelica.Electrical.MultiPhase.Functions.symmetricOrientation Modelica.Electrical.MultiPhase.Functions.symmetricOrientation

Orientations of the resulting fundamental wave field phasors

Information

This function determines the orientation of the symmetrical winding with phases. For an odd number of phases the difference of the windings angles of two adjacent phases is . In case of an even number of phases the aligned orientation of winding is not modeled since they do not add any information. Instead the windings are divided into two different groups. The first group refers to the indices . The second group covers the indices . The difference of the windings angles of two adjacent phases - of both the first and the second group, respectively - is . The phase shift of the two groups is .

See also

User's guide on multi phase winding,

Extends from Modelica.Icons.Function (Icon for functions).

Inputs

NameDescription
mNumber of phases

Outputs

NameDescription
orientation[m]Orientation of the resulting fundamental wave field phasors [rad]

Modelica.Electrical.MultiPhase.Functions.symmetricOrientationMatrix Modelica.Electrical.MultiPhase.Functions.symmetricOrientationMatrix

Matrix symmetric orientation angles for creating the symmetric transformation matrix

Information

This function determines the orientation of the symmetrical winding with phases. For an odd number of phases the difference of the windings angles of two adjacent phases is . In case of an even number of phases the aligned orientation of winding is not modeled since they do not add any information. Instead the windings are divided into two different groups. The first group refers to the indices . The second group covers the indices . The difference of the windings angles of two adjacent phases - of both the first and the second group, respectively - is . The phase shift of the two groups is .

See also

User's guide on multi phase winding, [Vaske1963.

Extends from Modelica.Icons.Function (Icon for functions).

Inputs

NameDescription
mNumber of phases

Outputs

NameDescription
orientation[m, m]Angles of symmetric transformation matrix [rad]

Modelica.Electrical.MultiPhase.Functions.symmetricTransformationMatrix Modelica.Electrical.MultiPhase.Functions.symmetricTransformationMatrix

Transformation matrix for symmetrical components

Information

This function determines the orientation of the symmetrical winding with phases. For an odd number of phases the difference of the windings angles of two adjacent phases is . In case of an even number of phases the aligned orientation of winding is not modeled since they do not add any information. Instead the windings are divided into two different groups. The first group refers to the indices . The second group covers the indices . The difference of the windings angles of two adjacent phases - of both the first and the second group, respectively - is . The phase shift of the two groups is .

See also

User's guide on multi phase winding,

Extends from Modelica.Icons.Function (Icon for functions).

Inputs

NameDescription
mNumber of phases

Outputs

NameDescription
transformation[m, m]Transformation matrix for m phase symmetrical components

Modelica.Electrical.MultiPhase.Functions.numberOfSymmetricBaseSystems Modelica.Electrical.MultiPhase.Functions.numberOfSymmetricBaseSystems

Determines the number of symmeric base systems of m phase symmetric system

Information

Extends from Modelica.Icons.Function (Icon for functions).

Inputs

NameDescription
mNumber of phases

Outputs

NameDescription
nNumber of symmetric base systems

Modelica.Electrical.MultiPhase.Functions.factorY2D Modelica.Electrical.MultiPhase.Functions.factorY2D

Calculates factor Y voltage to polygon (delta) voltage

Information

Extends from Modelica.Icons.Function (Icon for functions).

Inputs

NameDescription
mNumber of phases

Outputs

NameDescription
yFactor Y to D

Modelica.Electrical.MultiPhase.Functions.factorY2DC Modelica.Electrical.MultiPhase.Functions.factorY2DC

Calculates factor of DC-voltage from RMS Y-voltage

Information

Extends from Modelica.Icons.Function (Icon for functions).

Inputs

NameDescription
mNumber of phases

Outputs

NameDescription
yFactor Yrms to DC

Modelica.Electrical.MultiPhase.Functions.indexPositiveSequence Modelica.Electrical.MultiPhase.Functions.indexPositiveSequence

Determines the indices of the all positive sequences

Information

Extends from Modelica.Icons.Function (Icon for functions).

Inputs

NameDescription
mNumber of phases

Outputs

NameDescription
ind[Electrical.MultiPhase.Functions.numberOfSymmetricBaseSystems(m)]Number of symmetric base systems

Modelica.Electrical.MultiPhase.Functions.indexNonPositiveSequence Modelica.Electrical.MultiPhase.Functions.indexNonPositiveSequence

Determines the indices of all non positive sequences

Information

Extends from Modelica.Icons.Function (Icon for functions).

Inputs

NameDescription
mNumber of phases

Outputs

NameDescription
ind[Electrical.MultiPhase.Functions.numberOfSymmetricBaseSystems(m)*(integer(m/Electrical.MultiPhase.Functions.numberOfSymmetricBaseSystems(m)) - 1)]Indices of non positive sequences
Automatically generated Tue Apr 05 09:36:24 2016.