You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, several components implements their own version of DQ-DP or DQ-EMT transformations.
This shall be harmonized by implementation and reuse of corresponding DQ-Domain interface classes.
The text was updated successfully, but these errors were encountered:
This PR covers the implementation of iterative reduced-order synchronous
generator models, namely the PCM and TPM models. Besides, it removes the
DCIM implementations, which are covered now by PCM models with zero
iterations in the DP domain. It also refactors the VBR model
implementations and involves a new DP-DQ interface, which is used by all
DP reduced-order synchronous generator models (PCM, TPM, VBR) and shall
be reused by other DQ based components in the future. Furthermore, it
adds several validation notebooks to compare the different reduced-order
models against each other and to compare the results of the 4th order
VBR model in the WSCC benchmark system against results from PSAT.
Based on #199
Rebase of #207
Related to #75, #221 and #225
Currently, several components implements their own version of DQ-DP or DQ-EMT transformations.
This shall be harmonized by implementation and reuse of corresponding DQ-Domain interface classes.
The text was updated successfully, but these errors were encountered: