modelImpedance
Impedance (inductive) with series resistor, 3-phase dq0
Extends from Partials.ImpedBase (Impedance base, 3-phase dq0).
Information
This model corresponds to ACdq0.Inductor, but uses a different determination of the coefficients.
Instead of x_s, x_m, and r the parameters z_abs, cos(phi), and x_o are used.
z = Z / R_base z_abs = |z| r = real(z) = |z|*cos(phi) resistance x = imag(z) = |z|*sin(phi) inductance dq-components
With
cpl = x_m/x_s, -1/2 < cpl < 1 coupling coefficient
we have
x0 = x*(1 + 2*cpl)/(1 - cpl) inductance o-component
and
x_s = (2*x + x0)/3 = x/(1 - cpl) self inductance x_m = -(x - x0)/3 = x*cpl/(1 - cpl) mutual inductance
Coupling:
cpl = x_m/x_s coupling coefficient, -1/2 < cpl < 1> cpl > 0 positive coupling (example lines) cpl < 0 negative coupling (example machine windings) cpl = (x0/x - 1)/(x0/x + 2)
More info see package ACdq0.Impedances.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SIpu.Impedance | z_abs | 1 | abs value of impedance |
| Real | cos_phi | 0.1 | cos-phi of impedance |
| Real | cpl | 0 | phase coupling x_m/x_s, -1/2 < cpl < 1 |
| Parameter Scaling | |||
| Boolean | puUnits (from Nominal) | true | = true, if scaled with nom. values (pu), else scaled with 1 (SI) |
| Nominal | |||
| SI.Voltage | V_nom (from Nominal) | 1 | nominal Voltage (= base for pu) |
| SI.ApparentPower | S_nom (from Nominal) | 1 | nominal Power (= base for pu) |
| SI.Frequency | f_nom (from NominalAC) | system.f_nom | nominal frequency |
| Initialization | |||
| Types.Dynamics | dynType (from ImpedBase) | system.dynType | transient or steady-state model |
| PS.Voltage | v_start (from ImpedBase) | zeros(PS.n) | start value of voltage drop |
| PS.Current | i_start (from ImpedBase) | zeros(PS.n) | start value of current |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Ports.ACdq0_p | term_p (from Port_p_n) | positive terminal | |
| Ports.ACdq0_n | term_n (from Port_p_n) | negative terminal |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| PS.Voltage | v (from ImpedBase) | ||
| PS.Current | i (from ImpedBase) |
Contents
| Name | Description |
|---|---|