modelACtwoPlug
Two AC polyphase plugs
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | m | 3 | Number of phases |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Electrical.Polyphase.Interfaces.PositivePlug | ac_p | Positive potential AC input | |
| Modelica.Electrical.Polyphase.Interfaces.NegativePlug | ac_n | Negative potential AC input |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Voltage[m] | vAC | ac_p.pin[:].v - ac_n.pin[:].v | AC voltages |
| SI.Current[m] | iAC | ac_p.pin[:].i | AC currents |
| SI.Power[m] | powerAC | vAC.*iAC | AC power |
| SI.Power | powerTotalAC | sum(powerAC) | AC total power |