modelPortTrafo_p_n
Two port for transformers
Extends from Port_p_n (Two port).
Information
Contains voltage and current scaling.
Below
term, v, i, w
denote either the primary or secondary side
term_p, v1, i1, w1 term_n, v2, i2, w2
Definitions
v: scaled voltage across conductor i: scaled current through conductor w: voltage ratio to nominal (any value, but common for primary and secondary)
Relations
v = (term.pin[1].v - term.pin[2].v)/w term.pin[1].i = i/w;
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Base.Interfaces.ElectricV_p | term_p (from Port_p_n) | positive terminal | |
| Base.Interfaces.ElectricV_n | term_n (from Port_p_n) | negative terminal |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Voltage | v1 | voltage 1 | |
| SI.Current | i1 | current 1 | |
| SI.Voltage | v2 | voltage 2 | |
| SI.Current | i2 | current 2 |