https://github.com/JuliaEnergy/PowerDynamics.jl

sort by:
Revision Author Date Message Commit Date
7b1e4a7 change order of tests to avoid numerical errors 17 June 2022, 09:25:34 UTC
077dc39 set bus voltage angle 17 June 2022, 08:49:33 UTC
ac3cbf0 Update Project.toml 24 May 2022, 16:12:20 UTC
656b518 Minor Release 10 May 2022, 10:46:14 UTC
524366f Update Ipopt versions (#189) 10 May 2022, 08:12:17 UTC
d02ed97 CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#184) Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Anton Plietzsch <plietzsch@pik-potsdam.de> 21 February 2022, 09:15:30 UTC
afab86c CompatHelper: bump compat for PowerModelsACDC to 0.5, (keep existing compat) (#187) Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> 21 February 2022, 08:24:26 UTC
f23c429 Create CITATION.bib (#186) 21 February 2022, 08:21:57 UTC
b0cc47c update compate helper script (#182) 15 December 2021, 09:15:14 UTC
4e9cf8b Graphs.jl compat 14 December 2021, 15:09:50 UTC
2e1c303 Release v3.0.0 14 December 2021, 14:49:16 UTC
4596b12 LightGraph -> Graphs, bump ND, BlockSystems, MTK (#179) this includes also the name changes from `f!` to `f` in ND 14 December 2021, 13:51:31 UTC
e18c894 delete LineFault and corresponding tests (#178) 14 December 2021, 13:09:20 UTC
f88d4dc Integration of BlockSystems.jl (#145) * adding MTK branch * adding test script and dummy MTK node * last changes * MTK session update * implemented components library and updated GFI * added tests for GFI_MTK * Algebraic Load * Fix IONodes to `type=:ode` This suppresses the creation of explicit, static function from generate_io_function. This is confusing and prob. should be changed in IOSystems. * use gensym to avoid namespace conflicts * added MetaGenerator node and example * dup of GFI_MTKnode_example.jl * update IONode and examples for ND 0.5 * add verbosity arg to MetaGenerator constructor * rename controller -> AVR * improved debug messages / error handling * create new subfolder for MetaGenerator * create component lib and new example new example shows how to creat an MetaGenerator IONode from a `DynamicGenerator` for PowerSystems.jl * fix tests: convert Num/Sym to Symbol in p dict * new IOComponent: sum of n inputs * connect components automatically by name, add PSS * autopromote everything that is an output makes sense because they have to be unique anyways. equations are nicer to read. * add PSS library * use PSS in PowerSystems -> IONode workflow * update MetaGenerator example to use component lib * in progress: omib example * mv MTK related stuff to nodes/experimental * introduce BusNode, which combines MetaGenerators and BusLoads to IONode * update MetaGenerator constructor for PowerSystems data * new AbstractPertubation: PartialLineFailure Reduces the admittance of a line by a certain factor. * properly hand down `solve_kwargs` for ChangeInitialConditions pertubation * fix constants in shaft those should really live somewhere else though * cleanup OMIB script * PowerSimulationDynamics Example * move all NREL stuff to subpackage * introduce BlockPara type composite type bundles a IOBlock with a parameter dict * collect loads and generators from `System` * added Branch conversion IEEE14 builds a PowerGrid object now. but the system seems to be unstable :/ * generate systems and convert initial conditions * update plots * remove PowerDynamicsNREL subpackage * refactor PR - move BlockSystem related stuff to new directory - remove unused LineFailure - add Compat entries for BS and MTK * raise julia compat to 1.6 * test lts and current version in ci * fix tests in 1.7 Before 1.7 `@test_nowarn` ignores warnings sent by `@warn`. But there are actually warnings (i.e. no slack). * add docs for the new IONode stuff Also includes a improved `localmake.jl` script which keeps your Julia session running and therefore reduces compile times * fix some duplicate docs and add missing doc strings The `filter` behavior is weird. `typeof(CompositeNode)===UnionAll` rather than `DataType` (`CompositeNode{T}` is). I manually added CompositeNode for now * BusNode tests * adding example script for node construction with IONode * clean up the whole parameter handling - BlockPara is used by IONode and BusNode - in BlockPara parameters are keyed with Symbols but can be created with Symbolic types - fixed some namespacing bugs Co-authored-by: Sabine Auer <sabine.auer@elena-international.com> Co-authored-by: Anton Plietzsch <plietzsch@pik-potsdam.de> 14 December 2021, 13:05:25 UTC
eb29c9d CompatHelper: bump compat for "PowerModels" to "0.19" (#176) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 14 December 2021, 09:27:14 UTC
725c694 update citation 14 December 2021, 08:30:36 UTC
d4841f7 Check if operation point is a fixpoint before returning (#175) * op update * using op.vec Co-authored-by: Anna Buettner <buettner@pik-potsdam.de> 02 November 2021, 14:19:31 UTC
a7d7819 Fix docs (#168) * Update PQAlgebraic.jl * Update VoltageSourceInverterMinimal.jl * Update PVInverterWithFrequencyControl.jl * Update VoltageDependentLoad.jl * Update SwingEquation.jl * Update WindTurbineGenType4.jl * Update WindTurbineGenType4_RotorControl.jl * Fix docs (#169) * Added Equations for the IEEEDC1A exciter * Added Equations for the IEEEG1 Governor Model * Fix LaTeX bugs in docstrings * add localmake.jl file * Update docs/localmake.jl Co-authored-by: Hans Würfel <git@wuerfel.io> * Update src/nodes/experimental/PVInverterWithFrequencyControl.jl Co-authored-by: Hans Würfel <git@wuerfel.io> * Update src/nodes/experimental/PVInverterWithFrequencyControl.jl Co-authored-by: Hans Würfel <git@wuerfel.io> * Update src/nodes/experimental/PVInverterWithFrequencyControl.jl Co-authored-by: Hans Würfel <git@wuerfel.io> * update localmake.jl Co-authored-by: Anbue63 <36276386+Anbue63@users.noreply.github.com> Co-authored-by: Hans Würfel <git@wuerfel.io> 22 October 2021, 09:59:44 UTC
6be36ee incorrect DAE initialisation in abstract pertubation (#173) * don't try to outsmart the DAE initialization * allow for shorter simulation times than fault times 21 October 2021, 15:13:10 UTC
bb670fd incorrect DAE initialisation in abstract pertubation (#173) * don't try to outsmart the DAE initialization * allow for shorter simulation times than fault times 21 October 2021, 15:12:22 UTC
b04b0e6 CompatHelper: bump compat for "Setfield" to "0.8" (#170) * CompatHelper: bump compat for "Setfield" to "0.8" * Update Project.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: antonplietzsch <45694947+antonplietzsch@users.noreply.github.com> 20 October 2021, 15:30:29 UTC
29fdbef CompatHelper: bump compat for "Ipopt" to "0.8" (#171) * CompatHelper: bump compat for "Ipopt" to "0.8" * Update Project.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: antonplietzsch <45694947+antonplietzsch@users.noreply.github.com> 20 October 2021, 15:21:09 UTC
48572c2 CompatHelper: bump compat for "NetworkDynamics" to "0.6" (#172) * CompatHelper: bump compat for "NetworkDynamics" to "0.6" * Update Project.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: antonplietzsch <45694947+antonplietzsch@users.noreply.github.com> 20 October 2021, 15:18:51 UTC
ce50a05 CompatHelper: bump compat for "Ipopt" to "0.7" (#161) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Micha <michaellindner@pik-potsdam.de> 17 August 2021, 17:23:53 UTC
f592f9d less whitespace (#167) 17 August 2021, 15:17:49 UTC
fd4f23f Rename master to main (#166) 17 August 2021, 14:44:51 UTC
5d22143 Update README.md (#162) 17 August 2021, 14:30:22 UTC
a99a5a0 rename `master` branch to `main` (#165) 17 August 2021, 14:26:07 UTC
68ec548 CI update (#163) * Build preview of docs on PR * run tagbot only on comment * avoid double CI on PR * diable push preview again 17 August 2021, 13:47:47 UTC
bd328fe Minor Release 12 August 2021, 14:21:21 UTC
f4917b6 Fix perturbation model (#164) * Use boolean switch instead of swapping f * let the solver do the fixpoint search * try static inital conditions find, default to dynamic solve * better paths * fix mass_matrix, get rid of try-catch again * Update src/faults/AbstractPerturbation.jl Co-authored-by: Hans Würfel <git@wuerfel.io> * use PresetTimeCallback * error in case of dimension/massmat change Co-authored-by: antonplietzsch <45694947+antonplietzsch@users.noreply.github.com> Co-authored-by: Hans Würfel <git@wuerfel.io> 10 August 2021, 12:40:42 UTC
26c63e6 new release 04 June 2021, 08:00:54 UTC
609bbbf Build docs on 1.6, enable authentication of worker (#160) 31 May 2021, 14:21:12 UTC
e71138c move dimension function for lines from test to src (#159) 29 May 2021, 17:08:19 UTC
7226819 Delete test_example.jl (#157) this file just ended up in the main repo by accident 29 May 2021, 11:40:35 UTC
03d784f deactivate use_mmap on windows on json parse (#158) 07 May 2021, 13:06:06 UTC
514c9ac compat with NetworkDynamics 0.5 (#147) * fixed NodeMacro, State and PowerGridSolution test 1 works * fix several tests * adjusting to ND convention * activate all tests again * adopted tests to new convention (maybe better redesign them?) * working now but could be expanded further * ND compatibility [consider abandoning PD sign convention completely] * current tests pass, but more tests would be helpful * comments * ND 0.5 requires Julia 1.5 * corrections, comments, simplifications, * test that static and dynamic solution agree, add plots for debugging * fix systemsize overload * dimension method for AbstractLine type Co-authored-by: lindnemi <michaellindner@pik-potsdam.de> Co-authored-by: Anton Plietzsch <plietzsch@pik-potsdam.de> 07 May 2021, 09:39:00 UTC
45771cd bug fix fix for example tests (#156) * correct path for ieee 14bus example in tests * Update test/examples/ieee14bus.jl Co-authored-by: Hans Würfel <github@wuerfel.io> * use relative path to file Co-authored-by: Anton Plietzsch <plietzsch@pik-potsdam.de> Co-authored-by: antonplietzsch <45694947+antonplietzsch@users.noreply.github.com> 06 May 2021, 14:04:44 UTC
1f999d1 bug fix for solution tests (#155) * correct path for ieee 14bus example in tests * Update test/examples/ieee14bus.jl Co-authored-by: Hans Würfel <github@wuerfel.io> Co-authored-by: Hans Würfel <github@wuerfel.io> 05 May 2021, 07:48:32 UTC
970404b CompatHelper: add new compat entry for "PowerModelsACDC" at version "0.4" (#150) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Anton Plietzsch <plietzsch@pik-potsdam.de> 24 April 2021, 17:08:58 UTC
a4b56b0 CompatHelper: add new compat entry for "PowerModels" at version "0.18" (#152) CompatHelper: add new compat entry for "PowerModels" at version "0.18" 23 April 2021, 18:23:52 UTC
4c9640d CompatHelper: add new compat entry for "Ipopt" at version "0.6" (#151) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 23 April 2021, 16:04:35 UTC
234b784 Examples Folder (#136) * ieee14 example * tests for ieee 14bus example * PQ Loads + include build example in tests + plots * bugfix: paths in tests * check solutions of ieee14 in tests * use arrays for ieee14 solution tests * relax tolerance for solution tests * change ci to Julia 1.5 und 1.6 runs Co-authored-by: Paul Schultz <pschultz@pik-potsdam.de> Co-authored-by: Sabine Auer <sabine.auer@elena-international.com> 22 April 2021, 14:36:01 UTC
d7d8d0f Operation point solution from PowerModels.jl (#118) * integration PowerModels operation point search 22 April 2021, 14:34:20 UTC
44dd0a6 Update Project.toml 23 December 2020, 10:49:07 UTC
61a66d1 first draft for fixing bug of issue137 (sorting problem of lines in LightGraphs graph) (#138) * first draft for fixing bug * adding some tests * deletin changelog-yml * test cov * change test * change test * change test * change test * change test * change test * chasnging powergrid struct before rhs call * simpler code for arrays * extending tests * more assertion tests * pg dicts * debugging tests Co-authored-by: Paul Schultz <pschultz@pik-potsdam.de> 23 December 2020, 10:16:26 UTC
cb02cbd CompatHelper: bump compat for "StaticArrays" to "1.0" (#139) * removing dependency Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Paul Schultz <pschultz@pik-potsdam.de> 20 December 2020, 13:34:24 UTC
3a139c3 IEEE Governor and Exciter Types (#140) * New Node Types + Test * Fixed Error Fixed some Errors that caused the Tests to fail * Some small changes for the PR 07 December 2020, 21:21:16 UTC
53815c7 Ci update (#131) * using github_actions * github-actions * updated ci.yml * fix docs * trying_to_trick_github * reduce action cases for testing * revert changes * small test for solution method * fixing documenter CI * fixing documenter CI 2 * fixing documenter CI 3 * test * test * test * test * doc test close to documentation * fixing documenter ci * addedcodecov yml * changing codecov test * changing codecov test * changing codecov test * addedcodecov yml Co-authored-by: Sabine Auer <sabine.auer@elena-international.com> Co-authored-by: Sabine Auer <auer@pik-potsdam.de> 26 November 2020, 17:28:52 UTC
5a95a3b Update Project.toml making minor version release 19 November 2020, 18:26:26 UTC
4cae510 adding small parts to test (#134) 19 November 2020, 18:25:29 UTC
0251042 Json parser for OrderedDict type (#133) * Bugfix for write_powergrid() * add VoltageDependentLoad to convert_nodes() * add Transformer to convert_line() * Parsing and writing for OrderedDict type * Bugfix for error in parser test * Bugfix in write_type() * Tests for parsing OrderedDict type added 19 November 2020, 17:57:35 UTC
77ad1a5 Rename xlabel -> xguide (#129) * rename xlabel * coverage test * trigger test Co-authored-by: SabineAuer <sabine.auer@elena-international.com> 19 November 2020, 17:22:48 UTC
558f6bc Update Slack URL (#130) 30 October 2020, 16:25:40 UTC
75ee54f sp explainng (#126) * sp explainng * test codecov * another test * documenter * adding line from Tim * undo changes to ci Co-authored-by: Paul Schultz <pschultz@pik-potsdam.de> 14 October 2020, 10:32:51 UTC
46ca46d switch to diagonal (#125) 16 September 2020, 09:50:16 UTC
a0f7850 Architecture md (#124) * adjusting docs * adding figure for PD components * small updates testing source links in docs * edits * figure changed to data flow * fixed some markdown stuff, add arch to docs * architecture in docs * added changelog * added chengelog links * small update in figure and docs * Delete modelingtools.jl removing unrelated file * Update Project.toml Co-authored-by: Paul Schultz <pschultz@pik-potsdam.de> Co-authored-by: Paul Schultz <22936388+luap-pik@users.noreply.github.com> 13 September 2020, 21:17:11 UTC
ddfce15 Update Project.toml 04 September 2020, 20:21:02 UTC
88e89f8 Change in printing of typeof(t).name on 1.6 causes package errors (#123) Fixes #117 03 September 2020, 10:58:57 UTC
20afebc StackOverflowError for VoltageDependentLoad (#122) Fixes #121 03 September 2020, 08:54:27 UTC
12670a2 fixing bug in simulate function of AbstractPerturbation and in find_operationpoint (#120) 02 September 2020, 14:13:47 UTC
0ad08d7 Adding generic form of node perturbations (#115) * starting with generic node perturbations * introducting general perturbation scheme for nodes * reworking line fault to line failure * redoing line failure * master merged and new line failure implementation * add test for node parameter change * added LineFailure tests, removing deps, restoring LineFault * added extra folder for faults * changing AbstractNodePerturbation to AbstractPerturbation also used or LineFailure * making simulationa.jl to ChangeInitialConditions and resolving simulations folder my moving PowerGridSolutions to common folder Co-authored-by: Jan Lisse <jan.lisse@posteo.de> Co-authored-by: Paul Schultz <22936388+luap-pik@users.noreply.github.com> Co-authored-by: Paul Schultz <pschultz@pik-potsdam.de> 28 August 2020, 10:31:20 UTC
39011ab CompatHelper: add new compat entry for "OrderedCollections" at version "1.3" (#116) * CompatHelper: add new compat entry for "OrderedCollections" at version "1.3" * test starting CI Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Paul Schultz <22936388+luap-pik@users.noreply.github.com> 19 August 2020, 11:53:14 UTC
5b491c4 Addition of Bus and line names (#101) * changing nodes and lines to dict * working over PowerGridSolutions implementation * adding test script * added OrderedDict as dependency and require it for nodes and lines dicts Co-authored-by: Paul Schultz <22936388+luap-pik@users.noreply.github.com> Co-authored-by: Paul Schultz <pschultz@pik-potsdam.de> 15 August 2020, 20:12:46 UTC
2dffdf1 Update Project.toml @JuliaRegistrator register 14 August 2020, 09:13:56 UTC
4ee95d8 remove unwanted changes (#113) 14 August 2020, 09:12:27 UTC
bfa8b76 cleaning up master (#112) 13 August 2020, 22:11:19 UTC
0bd89d2 Composite node (#75) * Started to work on CompositeCurrentNodes * Tests passing for CompositeNode * Started drafting the full Composite Node design... * composite types * First Draft of full Composite Node (supporting voltages and powers) ready for more thorough testing. * Test fixed. All tests passing. * small edits, sympy tests * addedchangelog entry * save state * merging master and fixing tests * merging master and fixing tests * moved CompositeNode to experimental folder * fix file not found * runexample added to try out composite node, simulation does not run through, yet * imported simulate funtion * run script works Co-authored-by: Paul Schultz <pschultz@pik-potsdam.de> Co-authored-by: Paul Schultz <22936388+luap-pik@users.noreply.github.com> Co-authored-by: Sabine Auer <sabine.auer@elena-international.com> 13 August 2020, 20:04:09 UTC
889097f New load model (#109) * New load model * renamed constants * Update VoltageDependentLoad.jl Co-authored-by: SabineAuer <sabine.auer@elena-international.com> 13 August 2020, 13:34:49 UTC
cb0bf1f Fixes some small Julia warnings (#108) Co-authored-by: SabineAuer <sabine.auer@elena-international.com> 13 August 2020, 10:41:21 UTC
c9d9fbb Adding Julia 1.5 to the tests (#111) 13 August 2020, 09:23:05 UTC
1a65c39 autodiff=true (#110) 12 August 2020, 16:16:22 UTC
83fb65e CompatHelper: add new compat entry for "Aqua" at version "0.4" (#107) * CompatHelper: add new compat entry for "Aqua" at version "0.4" * Update Project.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: SabineAuer <sabine.auer@elena-international.com> Co-authored-by: Paul Schultz <22936388+luap-pik@users.noreply.github.com> 12 August 2020, 09:24:01 UTC
746125d CompatHelper: bump compat for "Setfield" to "0.7" (#106) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: SabineAuer <sabine.auer@elena-international.com> 08 August 2020, 21:02:36 UTC
1e0a585 CompatHelper: bump compat for "StaticArrays" to "0.12" (#104) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: SabineAuer <sabine.auer@elena-international.com> 08 August 2020, 20:29:47 UTC
c6bc40c CompatHelper: bump compat for "Lazy" to "0.15" (#105) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: SabineAuer <sabine.auer@elena-international.com> 07 August 2020, 22:54:11 UTC
de54e0c CompatHelper: bump compat for "RecipesBase" to "1.0" (#103) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 04 August 2020, 09:31:45 UTC
fa3ce6f Update Project.toml (#102) new NetworkDynamics release 31 July 2020, 12:26:09 UTC
c4fae2f basic compat helper script (#100) 31 July 2020, 11:10:32 UTC
20b2327 Operationpoint (#97) * fresh commit without changes from nsc branch * added SteadyStateDiffEq dependency * :rootfind works after fixing problem in SteadyStateDiffEq * added a lot of tests * fresh commit without changes from nsc branch * added SteadyStateDiffEq dependency * :rootfind works after fixing problem in SteadyStateDiffEq * added a lot of tests * added changelog * fixed broken test * all tests pass local * added docstring * added SteadyStateDiffEq compat * added 1.4 to travis * added more julia versions * fixed test improved error message for debugging * added fallback for steady state problem * avoid passing wrong kwargs * failing test * update travis * now it should work * changed order 29 July 2020, 16:11:32 UTC
408d4bd Update Project.toml new minor release 10 July 2020, 10:21:28 UTC
882a75b New implementation of NodeShortCircuit with node shunts (#93) * implementation of NodeShortCircuit with node shunts * developed test 24 June 2020, 20:59:52 UTC
fe10ca9 Julia tag bot master (#95) * Install TagBot as a GitHub Action 18 June 2020, 15:43:59 UTC
df09502 tiny cleanup of Setfield usage (#98) 18 June 2020, 10:40:55 UTC
632e478 Dynamic line (#96) * added various tests and a simulation example * some corrections * minor edit, preparing PR * added test to runtests.jl * added docs * commented left over experiment * added missing coverage 28 May 2020, 08:03:46 UTC
1484b11 Update Transformer.jl (#81) * Update Transformer.jl correct function signature * updated docs for trafo and other lines * added tests Co-authored-by: Sabine Auer <sabine.auer@elena-international.com> 24 May 2020, 20:57:24 UTC
e24c67d solving compat issues (#94) * solving compat issues 22 May 2020, 07:42:39 UTC
dfcd8fb Update in power perturbation (#82) * power drop discontinuity needs extra time steps to be solve correctly 23 January 2020, 11:08:52 UTC
e121f8d NetworkDynamics 0.2 upgrade (#79) 21 December 2019, 12:08:36 UTC
079700f #71 Improve node definitions in separate modules (#77) Co-authored-by: luap-pik <22936388+luap-pik@users.noreply.github.com> Co-authored-by: SabineAuer <sabine.auer@elena-international.com> 20 December 2019, 13:06:09 UTC
046d3d0 Add codeowners file (#78) 20 December 2019, 09:18:15 UTC
213ad9a Better solution for PowerPerturbation type instability (#74) * Better solution for PowerPerturbation type instability * Automatically convert P of type int to float internally 15 December 2019, 22:43:40 UTC
237f265 Get rid of SymPy dependency (#73) * Quickfix for type instability in PowerPerturbation * Get rid of SymPy * Fix test * bug in RLC load fixed 13 December 2019, 17:58:01 UTC
90fe9ac Quickfix for type instability in PowerPerturbation (#72) Travis CI is broken but tests run through locally. 06 December 2019, 16:19:51 UTC
2cae8d2 (Re)add full DifferentialEquations.jl until NetworkDynamics narrows deps 18 November 2019, 22:26:54 UTC
4332b8c Automerge releases (#70) * specify compat requirements for all dependencies * Add missing compat 16 November 2019, 21:06:59 UTC
efdd852 specify compat requirements for all dependencies (#69) 16 November 2019, 20:37:31 UTC
bce169d Update Project.toml 12 November 2019, 16:47:20 UTC
56d85bb Integrating model of a curtailed power plan with inertial response (#66) * added curtailed power plant model for inertial response emulation 12 November 2019, 14:49:44 UTC
9a4e953 Integrate wind turbine model with inertia emulation (#65) 12 November 2019, 13:23:03 UTC
back to top