Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Termination Criterion regarding Iterations Number #225

Open
dinkelbachjan opened this issue Jul 3, 2023 · 0 comments
Open

Refactor Termination Criterion regarding Iterations Number #225

dinkelbachjan opened this issue Jul 3, 2023 · 0 comments

Comments

@dinkelbachjan
Copy link
Contributor

As discussed in PR #213, the iterative solution procedure, which currently allows for the performance of corrector steps by PCM and TPM synchronous generator models, needs a refactoring with respect to the implementation of its termination criterion regarding the maximum number of allowed iterations. Instead of checking in each of the synchronous generator components individually whether the number of the component iterations has reached the specified maximum allowed number, this should be checked "globally" instead by the MNASolver. The MNASolver can count the number of performed iterations and compare it with the predefined allowed maximum. We currently do not expect that component-specific maximum values are of interest. This can be implemented by using the already available mIter. Additionally, this requires a mechanism that allows for adding the MNASolver member variable to the data logger.

dinkelbachjan added a commit that referenced this issue Jul 4, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant