WOLFRAM SYSTEM MODELER
AnalysatorACAnalyze AC voltage, current and power |
SystemModel["Modelica.Electrical.Polyphase.Examples.Utilities.AnalysatorAC"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Provides mean of total power over one period as well as the following values for each phase:
m |
Value: 3 Type: Integer Description: Number of phases |
---|---|
f |
Value: 50 Type: Frequency (Hz) Description: Mains frequency |
mSystems |
Value: numberOfSymmetricBaseSystems(m) Type: Integer Description: Number of base systems |
mBasic |
Value: integer(m / mSystems) Type: Integer Description: Phase number of base systems |
kPolygon |
Value: if m == 2 then 1 else integer((mBasic - 1) / 2) Type: Integer Description: Alternative of largest polygon voltage |
plug_p |
Type: PositivePlug Description: Positive polyphase electrical plug with m pins |
|
---|---|---|
plug_n |
Type: NegativePlug Description: Negative polyphase electrical plug with m pins |
|
plug_nv |
Type: NegativePlug Description: Negative polyphase electrical plug with m pins |
|
pTotal |
Type: RealOutput Description: Total power, mean |
|
iFeed |
Type: RealOutput[m] Description: RMS feed currents, first harmonic |
|
vLL1 |
Type: RealOutput[m] Description: RMS voltages line-to-line, first harmonic |
|
vLN |
Type: RealOutput[m] Description: RMS voltages line-to-neutral, first harmonic |
multiSensorAC |
Type: MultiSensor Description: Polyphase sensor to measure current, voltage and power |
|
---|---|---|
multiDelta |
Type: MultiDelta Description: Delta (polygon) connection of polyphase systems consisting of multiple base systems |
|
voltageSensor |
Type: VoltageSensor Description: Polyphase voltage sensor |
|
iH1 |
Type: Harmonic[m] Description: Calculate harmonic over period 1/f |
|
vH1 |
Type: Harmonic[m] Description: Calculate harmonic over period 1/f |
|
powerTotal |
Type: Mean Description: Calculate mean over period 1/f |
|
voltageLine2Line |
Type: Harmonic[m] Description: Line-to-line voltage |
Modelica.Electrical.Polyphase.Examples Demonstrate a polyphase diode rectifier |