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

Benchmark networks #243

Open
wants to merge 95 commits into
base: master
Choose a base branch
from
Open

Benchmark networks #243

wants to merge 95 commits into from

Commits on Mar 3, 2024

  1. resolved rebase conflict

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    9edb0f5 View commit details
    Browse the repository at this point in the history
  2. consider load and extnet components in determineNodeBaseVoltages()

    Signed-off-by: Ghassen Nakti <[email protected]>
    gnakti authored and martinmoraga committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    7c56d9a View commit details
    Browse the repository at this point in the history
  3. set initial power of loads and generators in pq, pv and vd nodes

    Signed-off-by: Ghassen Nakti <[email protected]>
    gnakti authored and martinmoraga committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    0aafac4 View commit details
    Browse the repository at this point in the history
  4. revise MATPOWER reader components mapping (tested with case9,14, 39)

    Signed-off-by: Ghassen Nakti <[email protected]>
    gnakti authored and martinmoraga committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    723f6a0 View commit details
    Browse the repository at this point in the history
  5. MATPOWER reader: adapt transf and extnet mapping to ASM use case and …

    …add comments
    
    Signed-off-by: Ghassen Nakti <[email protected]>
    gnakti authored and martinmoraga committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    0474e84 View commit details
    Browse the repository at this point in the history
  6. add function to map matpower bus numbers to original bus names

    Signed-off-by: Ghassen Nakti <[email protected]>
    gnakti authored and martinmoraga committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    54a643a View commit details
    Browse the repository at this point in the history
  7. change attribute to attributeTyped

    Signed-off-by: Ghassen Nakti <[email protected]>
    gnakti authored and martinmoraga committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    fb8156c View commit details
    Browse the repository at this point in the history
  8. update MATPOWER reader

    Signed-off-by: Ghassen Nakti <[email protected]>
    gnakti authored and martinmoraga committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    3ab7406 View commit details
    Browse the repository at this point in the history
  9. use struct name of .mat file

    Signed-off-by: Ghassen Nakti <[email protected]>
    gnakti authored and martinmoraga committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    d561f57 View commit details
    Browse the repository at this point in the history
  10. fix load naming

    Signed-off-by: Ghassen Nakti <[email protected]>
    gnakti authored and martinmoraga committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    3b0fea3 View commit details
    Browse the repository at this point in the history
  11. fix bus assets mapping

    Signed-off-by: Ghassen Nakti <[email protected]>
    gnakti authored and martinmoraga committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    6c4a8b7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    940c242 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. resolve rebase conflicts

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c67ac74 View commit details
    Browse the repository at this point in the history
  2. add PSS type 2 and add base class for exciter

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    20818c5 View commit details
    Browse the repository at this point in the history
  3. add PSS and Govenor to dpsimpy

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3e9e84b View commit details
    Browse the repository at this point in the history
  4. add exciter DC1

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4cd7008 View commit details
    Browse the repository at this point in the history
  5. rename PSS Type 2 -> PSS1A

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    de2109d View commit details
    Browse the repository at this point in the history
  6. add docu of SG controllers

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c45366d View commit details
    Browse the repository at this point in the history
  7. resolve rebase conflicts

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5e5d660 View commit details
    Browse the repository at this point in the history
  8. add PSS to validation notebook

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3b8603e View commit details
    Browse the repository at this point in the history
  9. fix some errors

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1b0c44b View commit details
    Browse the repository at this point in the history
  10. remove parameter dt from setParameters() of PSS

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    336f1a4 View commit details
    Browse the repository at this point in the history
  11. add simplified exciter model ST1

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8b46da0 View commit details
    Browse the repository at this point in the history
  12. new class structure exciterParameters

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ceb6d65 View commit details
    Browse the repository at this point in the history
  13. added new Hydro and Steam Turbines and Governor models

    Signed-off-by: Glebs Ogorodniks <[email protected]>
    Gleb4x authored and martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6c2dbb2 View commit details
    Browse the repository at this point in the history
  14. added new base class for Governors

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    fed4931 View commit details
    Browse the repository at this point in the history
  15. add base class for PSS

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5438ad9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4e19799 View commit details
    Browse the repository at this point in the history
  17. new base class for Turbine

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    521444a View commit details
    Browse the repository at this point in the history
  18. Update documentation with Hydro and Steam plants

    Hydro/Steam Turbine and Governor documentation hast been added. The pictures will be added after test
    
    Signed-off-by: Glebs Ogorodniks <[email protected]>
    Gleb4x authored and martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    76f6dda View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5128201 View commit details
    Browse the repository at this point in the history
  20. add images for docs

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    567a7dc View commit details
    Browse the repository at this point in the history
  21. added exciter static

    Signed-off-by: Glebs Ogorodniks <[email protected]>
    Gleb4x authored and martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    529259e View commit details
    Browse the repository at this point in the history
  22. fix errors

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e532724 View commit details
    Browse the repository at this point in the history
  23. added windup in exciter and governor

    Signed-off-by: Glebs Ogorodniks <[email protected]>
    Gleb4x authored and martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3e97c64 View commit details
    Browse the repository at this point in the history
  24. extend doc of sg controllers

    Signed-off-by: Glebs Ogorodniks <[email protected]>
    Gleb4x authored and martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f109403 View commit details
    Browse the repository at this point in the history
  25. improve documentation of exciter static

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    99c2f70 View commit details
    Browse the repository at this point in the history
  26. improve implementation of exciter static

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    48257f0 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a706544 View commit details
    Browse the repository at this point in the history
  28. resolve rebase conflicts

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    84bec8f View commit details
    Browse the repository at this point in the history
  29. apply clang-format

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b00815a View commit details
    Browse the repository at this point in the history
  30. implement RL node reduced equations

    Signed-off-by: Markus Mirz <[email protected]>
    m-mirz authored and martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    cff39fa View commit details
    Browse the repository at this point in the history
  31. fix errors of last commit

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    22a378f View commit details
    Browse the repository at this point in the history
  32. add validation notebook for rl-element

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    73f3a19 View commit details
    Browse the repository at this point in the history
  33. fix doc of rl-element

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9803468 View commit details
    Browse the repository at this point in the history
  34. added new component ResIndSeries EMT domain

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ddb7470 View commit details
    Browse the repository at this point in the history
  35. added comp. ResIndSeries SP domain

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    495a6bc View commit details
    Browse the repository at this point in the history
  36. check initial value of inductance of rl-element

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0907e05 View commit details
    Browse the repository at this point in the history
  37. remove virtual nodes of PiLine

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2c7ff8c View commit details
    Browse the repository at this point in the history
  38. solve rebase errors

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b4d229f View commit details
    Browse the repository at this point in the history
  39. delete virtual nodes of SP Transformer

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e79f059 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    73511ef View commit details
    Browse the repository at this point in the history
  41. add new implementation of DP Transformer

    Signed-off-by: Kalyan <[email protected]>
    Kalyan authored and martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d91a3f7 View commit details
    Browse the repository at this point in the history
  42. fix some errors

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    24b54ef View commit details
    Browse the repository at this point in the history
  43. Implementation of EMT transformer

    Signed-off-by: Kalyan <[email protected]>
    Kalyan authored and martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    004972c View commit details
    Browse the repository at this point in the history
  44. fix some errors in EMT Power Transformer

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b8fbda2 View commit details
    Browse the repository at this point in the history
  45. add power transformer documentation

    Signed-off-by: Kalyan <[email protected]>
    Kalyan authored and martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9bfad67 View commit details
    Browse the repository at this point in the history
  46. fix some errors in the PT documentation

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    afb44d2 View commit details
    Browse the repository at this point in the history
  47. add some pictures and fix index in documentation

    Signed-off-by: kalyan1370 <[email protected]>
    kalyan1370 authored and martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    51e40e3 View commit details
    Browse the repository at this point in the history
  48. fix errors of PT EMT domain

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2d8dc3b View commit details
    Browse the repository at this point in the history
  49. change direction of interface current of PTs

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d229737 View commit details
    Browse the repository at this point in the history
  50. recover old versions of PiLine and Transformer

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1918d51 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    8a33752 View commit details
    Browse the repository at this point in the history
  52. remove duplicated function setParameters in SP_PiLine

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c96507a View commit details
    Browse the repository at this point in the history
  53. fix small error in SP & DP PiLines

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    beec54d View commit details
    Browse the repository at this point in the history
  54. apply clang-format

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8710cf5 View commit details
    Browse the repository at this point in the history
  55. add PSS and Govenor to dpsimpy

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    062b3ac View commit details
    Browse the repository at this point in the history
  56. improve matpower reader to support all domains and to read dynamic da…

    …ta of generators
    
    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    cd0e593 View commit details
    Browse the repository at this point in the history
  57. small change in function setParameters of Loads

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    37a6fd4 View commit details
    Browse the repository at this point in the history
  58. fix some errors in matpower reader

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8170c08 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    afaa4d6 View commit details
    Browse the repository at this point in the history
  60. add MatDyn examples

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b69217a View commit details
    Browse the repository at this point in the history
  61. solve rebase conflicts

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8e79c55 View commit details
    Browse the repository at this point in the history
  62. fix some errors

    Signed-off-by: Glebs Ogorodniks <[email protected]>
    Gleb4x authored and martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4380fd1 View commit details
    Browse the repository at this point in the history
  63. fix small errors in matpower reader

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e3285d4 View commit details
    Browse the repository at this point in the history
  64. Improved the incorporation of dpsimpy to the path

    Signed-off-by: pipeacosta <[email protected]>
    pipeacosta authored and martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    efefedb View commit details
    Browse the repository at this point in the history
  65. add function get_pf_results to matpower reader

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3dbbbd2 View commit details
    Browse the repository at this point in the history
  66. remove psat results files

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2a66a0b View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    9340f9d View commit details
    Browse the repository at this point in the history
  68. update mat files

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    bc3074c View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    d33ca33 View commit details
    Browse the repository at this point in the history
  70. add validation notebooks for PF using matpower reader

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    20c53f8 View commit details
    Browse the repository at this point in the history
  71. added function add_3ph_faut to matpower reader

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    47262b6 View commit details
    Browse the repository at this point in the history
  72. remove depprecated notebook matpower-case9.ipynb

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9bba626 View commit details
    Browse the repository at this point in the history
  73. improve conditions for selecting node type in PF Solver

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7350b66 View commit details
    Browse the repository at this point in the history
  74. solved small error in CIM reader & added function to get pf results f…

    …rom cim files
    
    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a898e3f View commit details
    Browse the repository at this point in the history
  75. extend shunt SP domain for MNA solver

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    75111af View commit details
    Browse the repository at this point in the history
  76. added shunt in DP domain

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    47c31e0 View commit details
    Browse the repository at this point in the history
  77. added shunt element in EMT domain

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b3b6a80 View commit details
    Browse the repository at this point in the history
  78. added attribute mPower to reduced order SGs

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    638d5dc View commit details
    Browse the repository at this point in the history
  79. add shunt to dpsimpy and matpower reader

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b96839e View commit details
    Browse the repository at this point in the history
  80. resolve rebase conflicts

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8bb6d7d View commit details
    Browse the repository at this point in the history
  81. delete mat files and fix some erros

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9892913 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. added IEEE39 simulation notebooks in sp and pf domain

    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5edabc8 View commit details
    Browse the repository at this point in the history
  2. added validation notebook for IEEE39 in DP domain and IEEE14 in RMS d…

    …omain against powerfactory
    
    Signed-off-by: martin.moraga <[email protected]>
    martinmoraga committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    37bd384 View commit details
    Browse the repository at this point in the history