Loading [MathJax]/jax/output/CommonHTML/jax.js

EMT STATCOM (Grid Following mode)

Authors: Carlos Alegre (eRoots)

Reviewers: Eduardo Prieto Araujo (UPC), Josep Fanals Batllori (eRoots)

Context

Static Synchronous Compensators (STATCOMs) are devices that belong to Flexible AC Transmission Systems (FACTS). These devices, as their name indicates, are used to provide reactive power compensation to an AC grid, as well as improving the stability of the system and provide some voltage control in the buses they are connected. The STATCOM is formed by a Voltage Source Converter (VSC) that is connected to the grid through a transformer at its AC side, and at its DC side it has capacitors instead of a DC power source. The model described here uses a similar structure to the one described at the EMT Grid Following model, but with some modifications to adapt it to the STATCOM characteristics.

Model use, assumptions, validity domain and limitations

The model is valid to perform EMT studies of STATCOM devices, specially suited for high-frequency transients and dynamic studies, such as lightning events, switching transients, energization studies, or short-circuits for example. The model is based on the following assumptions:

  • The STATCOM is modelled as a Grid Following VSC, although instead of having a DC voltage source, it has a capacitor at the DC side. This means that it can provide small amounts of active power at the exchange of discharging the capacitor, and viceversa.
  • The system is considered to be balanced, and the separation in positive and negative sequence are not considered (i.e. only the positive sequence is considered).
  • The synchronization with the grid is controlled by a PLL, and it is done by imposing that the vd=0. This design criteria allows to relate active and reactive power with one of the components of the current. It only considers the fundamental frequency.
  • The VSC is assumed to be a 2-level converter, meaning that there are 2 IGBTs per phase.
  • The internal controls are the same as the proposed in the Grid Following model, except instead of having an active power reference, there is a control over the voltage of the capacitor to track a reference.
  • As in the Grid Following model, modulation can be considered or not, depending on the study.

It is not suited for low-frequency studies (<10 Hz) event though is still accurate, since EMT models are computationally expensive and require a lot of time because greater time steps lead to convergence errors of the simulation. Phasor models exchange some accuracy for much faster simulation times.

The model is not valid either for harmonic studies, as it only considers the fundamental frequency.

Model description

The following block diagram shows the main components of the STATCOM model:

STATCOM schematic.
Figure 1: Schematic of the EMT STATCOM model. [1]


Notice how it follows the same structure as the Grid Following model, with the addition of the DC Voltage regulation. This control is explained in the following subsection, while the rest can be consulted in the Grid Following page.

DC Voltage control

The following control is added to the typical Grid Following control scheme in order to maintain the voltage level at the capacitor [2]. This ensures that it is not being overcharged or discharged. For a capacitor with a capacitance value C, the following equation relates the power Pdc and its energy:

Pdc=VDCIDC=VDCCdVDCdt

Applying the Laplace transformation, the equation is transformed to the following:

Pdc=VDCC(sVDC)=sCV2DC

The following control structure represents the open-loop of the DC voltage control to obtain an active power reference:

STATCOM DC Voltage Control open-loop diagram block.
Figure 2: STATCOM DC Voltage Control open-loop diagram block.


It is important to note that, in case of an overvoltage, the setpoint obtained will be negative since the capacitor would want to discharge to lower the voltage. Depending on the sign convention used in the AC side, which is typically positive for power injection, a sign change might be necessary. It can be added as a gain as in the figure above (marked in red), but it may not be necessary.

To tune the control, the following closed-loop scheme is obtained by considering the relationship between the DC voltage and the DC power derived above as the plant:

STATCOM DC Voltage Control closed-loop diagram block.
Figure 3: STATCOM DC Voltage Control closed-loop diagram block.


Which has the following transfer function:

VDCVDC=11+sC2GDC(s)

There are two main control designs:

  • A proportional control GDC(s)=KDC, tuned as KpDC=C2τDC, with τDC being the desired DC voltage response time constant.
  • A PI controller GDC(s)=KpDC+KiDCs, tuned as KpDC=CξDCωDC and KiDC=Cω2DC2, with ξDC being the desired DC voltage response damping factor and ωDC the desired response frequency of the loop.

In both cases, the DC voltage loop must be slower than the internal current control loop to ensure a stable response.

Current limitation

You can visit the Grid Following page, which has a dedicated section on this topic.

Parameter tuning

The following table shows possible values for the parameters of the controllers using the tuning proposed:

Parameter Value Units
VDC 2500 V
Rf 0.03 Ω
Lf 0.001 H
CDC 1.5 F
ωPLLn 2π1000 rad/s
ζPLL 0.707 -
KPLLp 3.55 -
KPLLi 1.58104 -
τPLL 0.225 ms
τc 1 ms
Kiclp 1 -
Kicli 30 -
τp 15 ms
Kiplp 1.778105 -
Kipli 1.778102 -
ωDC 2π5 rad/s
ξDC 0.707 -
KDCp 333.17 -
KDCi 74022 -

Open source implementations

No open-source implementations found.

Table of references

[1] Lacerda, V. A.; Prieto-Araujo, E.; Cheah, M.; Gomis-Bellmunt, O. “Phasor and EMT models of grid-following and grid-forming converters for short-circuit simulations.”, October 2023, vol. 223, núm. 109662. DOI: 10.1016/j.epsr.2023.109662

[2] Egea, A.; Junyent-Ferré, A.; Gomis-Bellmunt, O. “Active and reactive power control of grid connected distributed generation systems”. Part of: “Modeling and control of sustainable power systems”. 2012, p. 47-81.

Evaluate
EMT STATCOM (Grid Following mode)
  1. Context
  2. Model use, assumptions, validity domain and...
  3. Model description
    3.1. DC Voltage control
  4. Current limitation
  5. Parameter tuning
  6. Open source implementations
  7. Table of references