Utilities for Examples
Extends from Icons.UtilitiesPackage (Icon for utility packages).
| Name | Description |
|---|---|
| Data record for polyphase rectifier | |
| Analyze AC voltage, current and power | |
| Analyze DC voltage, current and power |
Modelica.Electrical.Polyphase.Examples.Utilities.PolyphaseRectifierDataData record for polyphase rectifier
Extends from Icons.Record (Icon for records).
| Name | Description |
|---|---|
| m | Number of phases |
| mSystems | Number of base systems |
| mBasic | Number of phases per base system |
| ParDesired | Desired parallel subsystems |
| VrmsY | RMS voltage line to starpoint [V] |
| f | Source frequency [Hz] |
| RLoad | Load resistance [Ohm] |
| RDC | DC resistance [Ohm] |
| LDC | DC inductance [H] |
| RGnd | Resistance to ground [Ohm] |
Modelica.Electrical.Polyphase.Examples.Utilities.AnalysatorACAnalyze AC voltage, current and power
Provides mean of total power over one period as well as the following values for each phase:
Extends from Icons.RoundSensor (Icon representing a round measurement device), Modelica.Electrical.Polyphase.Interfaces.TwoPlug (Component with one polyphase electrical port).
| Name | Description |
|---|---|
| m | Number of phases |
| f | Mains frequency [Hz] |
| Name | Description |
|---|---|
| plug_p | Positive polyphase electrical plug with m pins |
| plug_n | Negative polyphase electrical plug with m pins |
| plug_nv | Negative polyphase electrical plug with m pins |
| pTotal | Total power, mean [W] |
| iFeed[m] | RMS feed currents, first harmonic [A] |
| vLL1[m] | RMS voltages line-to-line, first harmonic [V] |
| vLN[m] | RMS voltages line-to-neutral, first harmonic [V] |
Modelica.Electrical.Polyphase.Examples.Utilities.AnalysatorDCAnalyze DC voltage, current and power
Provides mean values over one period:
Extends from Icons.RoundSensor (Icon representing a round measurement device), Modelica.Electrical.Analog.Interfaces.TwoPin (Component with two electrical pins).
| Name | Description |
|---|---|
| f | Mains frequency [Hz] |
| Name | Description |
|---|---|
| p | Positive electrical pin |
| n | Negative electrical pin |
| nv | Negative electrical pin |
| pDC | Mean power [W] |
| iMean | Mean current [A] |
| vMean | Mean voltage [V] |