modelTwoPortInductance
Model of an inductance with two electrical ports
Extends from Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.TwoPort (Partial model interface for a two port component without neutral cable).
Information
Inductive model that connects two AC three-phase unbalanced interfaces. This model can be used to represent a cable in a three-phase unbalanced AC system.
The model represents the lumped inductances as shown in the figure above. Assuming that the inductance L is the overall inductance of the cable, each line has an inductance equal to L/3.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Inductance | L | Inductance |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Terminal_p | terminal_p (from TwoPort) | Electric terminal side p | |
| Terminal_n | terminal_n (from TwoPort) | Electric terminal side n |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| OnePhase.Lines.TwoPortInductance | phase1 | Inductance line 1 | |
| OnePhase.Lines.TwoPortInductance | phase2 | Inductance line 2 | |
| OnePhase.Lines.TwoPortInductance | phase3 | Inductance line 3 |
Revisions
-
October 3, 2014, by Marco Bonvini:
Added model and documentation.