{"id":22111608,"url":"https://github.com/zecao/executoropendssbr","last_synced_at":"2025-07-25T07:32:02.602Z","repository":{"id":56781394,"uuid":"145925458","full_name":"Zecao/ExecutorOpenDssBr","owner":"Zecao","description":"A C#(Visual Studio) OpenDSS customization to calculate the power flow of brazilian feeders created from GeoPerdasANEEL database","archived":false,"fork":false,"pushed_at":"2024-06-25T00:25:50.000Z","size":36091,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T02:53:15.412Z","etag":null,"topics":["csharp","opendss","power-flow-calculation"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zecao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-24T01:17:48.000Z","updated_at":"2024-06-25T00:25:54.000Z","dependencies_parsed_at":"2024-01-15T05:01:04.926Z","dependency_job_id":null,"html_url":"https://github.com/Zecao/ExecutorOpenDssBr","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Zecao/ExecutorOpenDssBr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zecao%2FExecutorOpenDssBr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zecao%2FExecutorOpenDssBr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zecao%2FExecutorOpenDssBr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zecao%2FExecutorOpenDssBr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zecao","download_url":"https://codeload.github.com/Zecao/ExecutorOpenDssBr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zecao%2FExecutorOpenDssBr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266972937,"owners_count":24014608,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","opendss","power-flow-calculation"],"created_at":"2024-12-01T10:49:38.379Z","updated_at":"2025-07-25T07:32:01.225Z","avatar_url":"https://github.com/Zecao.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExecutorOpenDssBr\nThis project is a C# [OpenDSS](http://smartgrid.epri.com/SimulationTool.aspx) customization to batch calculate the power flow of Brazilian electricity distribution feeders. The feeders \\*.dss files - see [FeederExample](https://github.com/Zecao/ExecutorOpenDssBr/tree/master/FeederExample) directory - are very similar to the ones created by the GeoPerdas.EXE software from the Brazilian energy regulatory agency [ANEEL](http://aneel.gov.br/). But in this case, the .dss files were created using the project [ExportadorGeoPerdasDSS](https://github.com/Zecao/ExportadorGeoPerdasDSS), a simple **GeoPerdas** database reader also created by me. \n\nObjectives of this project:\n1. Alternative to using the official software of ANEEL, **GeoPerdas.EXE**, with the following benefits:\n- faster execution time compared with **GeoPerdas.EXE**. \n- easier to detect and correct errors in the .dss files. BTW, I always try to converge 100% of feeders before running the official GeoPerdas.EXE.\n\n2. Simulation of parameters and their effects on all feeders. Some examples:\n- inclusion of capacitor banks.\n- modeling of reclosers and fuses (SAIDI, SAIFI calculation).\n- analysis of changing the power factor of loads. For example, simulation with metered power factor.\n- zero sequence impedances on the lines.\n- analysis of other load models.\n\n3. Report generation.\nCurrently, the following reports were developed (yet in a crude model, i.e. a .txt file is generated and later treated in a spreadsheet).\n- voltage level in the primary buses of distribution transformers.\n- disconnected loads.\n- loads with critical voltage levels.\n- tap of voltage regulator banks.\n\n**Usage**: \n1. The directory **FeederExample** contains 2 subdirectories: 1. **ABDD201** with a 13.8 kV feeder *.dss files created by the database exporter [ExportadorGeoPerdasDSS](https://github.com/Zecao/ExportadorGeoPerdasDSS) and; 2. the subdirectory **Recursos** which contains some resources files such as the *linecode* and the *load profiles* files (I've included these files in a separated subdirectory, as they are usually the same for all feeders).\n\n2. You must configure the GUI TextBox \"*Caminho dos recursos permanentes*\" with the \"*Recursos*\" subdirectory and the GUI TextBox \"*Caminho dos arquivos dos alimentadores \\*.dss*\" with the root subdirectory.\n\n3. The list of feeders to be executed must be in the file *lstAlimentadores.m*.\n\n**External projects**\nIn addition to **OpenDSSengine.dll** the project uses the following dlls from other projects (all of them included in the Lib folder):\n- OpenDSS Extensions from Unicamp (dss_capi, dss_sharp, libklusolvex, libwinpthread dlls)\n- **EEPlus.dll**: which allows Excel files to be read in the C#;\n- Dlls from [QuickGraph 3.6](https://archive.codeplex.com/?p=quickgraph). \n\n**Language** \nMost of the code is in Portuguese, but I'm making an effort (in every new release) to translate some code into English.\n\nEzequiel C. Pereira\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzecao%2Fexecutoropendssbr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzecao%2Fexecutoropendssbr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzecao%2Fexecutoropendssbr/lists"}