WOLFRAM SYSTEM MODELER
PolyphaseRectifierDataData record for polyphase rectifier |
SystemModel["Modelica.Electrical.Polyphase.Examples.Utilities.PolyphaseRectifierData"]
m |
Value: 6 Type: Integer Description: Number of phases |
---|---|
mSystems |
Value: numberOfSymmetricBaseSystems(m) Type: Integer Description: Number of base systems |
mBasic |
Value: integer(m / mSystems) Type: Integer Description: Number of phases per base system |
kPolygon |
Value: max(1, integer((mBasic - 1) / 2)) Type: Integer Description: Alternative of largest polygon voltage |
ParDesired |
Value: mSystems Type: Integer Description: Desired parallel subsystems |
Par |
Value: if isPowerOf2(ParDesired) then ParDesired else mSystems Type: Integer Description: Parallel connected subsystems |
Ser |
Value: integer(mSystems / Par) Type: Integer Description: Series connected subsystems |
VrmsY |
Value: 100 Type: Voltage (V) Description: RMS voltage line to starpoint |
f |
Value: 50 Type: Frequency (Hz) Description: Source frequency |
RLoad |
Value: 2 * Ser / Par Type: Resistance (Ω) Description: Load resistance |
RDC |
Value: 1e-3 Type: Resistance (Ω) Description: DC resistance |
LDC |
Value: 3e-3 Type: Inductance (H) Description: DC inductance |
RGnd |
Value: 1e5 Type: Resistance (Ω) Description: Resistance to ground |
Modelica.Electrical.Polyphase.Examples Demonstrate a polyphase diode rectifier |