AC Filter and Grid Impedance#
This document describes continuous-time models of an AC filter and grid impedance. The dynamics of the AC filters and grid impedance are modeled in the class motulator.grid.model.ACFilter
. Based on the filter parameters the ACFilter class initializes either an L- or LCL filter. The parameters of the AC filter and grid impedance are defined in the data class motulator.grid.utils.ACFilterPars
.
L Filter#
A dynamic model of an L filter and inductive-resistive grid impedance is implemented in the class motulator.grid.model.LFilter
. The model in stationary coordinates is
where \(\boldsymbol{i}_\mathrm{c}^\mathrm{s}\) is the converter current, \(\boldsymbol{u}_\mathrm{c}^\mathrm{s}\) is the converter voltage, \(\boldsymbol{e}_\mathrm{g}^\mathrm{s}\) is the grid voltage, \(R_\mathrm{t} = R_\mathrm{fc} + R_\mathrm{g}\) is the total resistance comprising the filter series resistance \(R_\mathrm{fc}\) and the grid resistance \(R_\mathrm{g}\), and \(L_\mathrm{t} = L_\mathrm{fc} + L_\mathrm{g}\) is the total inductance comprising the filter inductance \(L_\mathrm{fc}\) and the grid inductance \(L_\mathrm{g}\). The point of common coupling (PCC) is modeled to be between the L filter and the grid impedance. The voltage at the PCC is
LCL Filter#
A dynamic model of an LCL filter and inductive-resistive grid impedance is implemented in the class motulator.grid.model.LCLFilter
. The model in stationary coordinates is
where \(\boldsymbol{i}_\mathrm{c}^\mathrm{s}\) is the converter current, \(\boldsymbol{i}_\mathrm{g}^\mathrm{s}\) is the grid current, and \(\boldsymbol{u}_\mathrm{f}^\mathrm{s}\) is the capacitor voltage. The converter-side and grid-side inductances of the LCL filter are \(L_\mathrm{fc}\) and \(L_\mathrm{fg}\), respectively, and their series resistances are \(R_\mathrm{fc}\) and \(R_\mathrm{fg}\), respectively. The filter capacitance is \(C_\mathrm{f}\). The total grid-side inductance and resistance are \(L_\mathrm{t} = L_\mathrm{fg} + L_\mathrm{g}\) and \(R_\mathrm{t} = R_\mathrm{fg} + R_\mathrm{g}\), respectively. The PCC is modeled to be between the LCL filter and the inductive-resistive grid impedance. The voltage at the PCC is