Jan Dinkelbach
Jan Dinkelbach
This branch focusses on the implementation of a State Space Nodal (SSN) simulation approach for real time analysis within the EMT domain limited to linear components. The approach is based...
Extends the matpower reader to support dynamic simulations Covers IEEE14, IEEE39 bus and Kundur Two Area New notebooks: - validation notebook for PF solver against matpower using IEEE14, IEEE39 bus...
Especially the wrapper build of Sonar was identified to be quite slow. We could use `-j2` or `-j4` for that. The latter could also be used for other build processes...
Further improvements of the powerflow solver were identified in #238. We should reconsidered what we eventually store in `sol_P` and `sol_Q`, as described in more detail in the respective TODO...
- `error` - all errors - `warn` - all warnings - `off` - recommended to use e.g. when running case studies where exclusively the simulation results should be logged -...
Currently, the second-order synchronous generator model, named as `SynchronGeneratorTrStab` has certain features in its swing equation implementation that are also useful for the models based on `Base_ReducedOrderSynchronGenerator`. The swing equation...
Currently, the numerical values of the parametrizations of our small test examples (e.g. SMIB or Three-Bus systems) are in the `Examples.h` and repeated in the respective Jupyter notebooks. We should...
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...
The DAE solver could be used to solve nonlinear equation systems that are to be solved to perform component initializations (e.g. for the VSI)