All Projects → HELMpy → HELMpy

HELMpy / HELMpy

Licence: AGPL-3.0 license
HELMpy, open source package of power flow solvers, including the Holomorphic Embedding Load Flow Method (HELM), developed on Python 3

Programming Languages

python
139335 projects - #7 most used programming language
TeX
3793 projects
matlab
3953 projects

Projects that are alternatives of or similar to HELMpy

dss python
Native, "direct" Python bindings and misc tools for OpenDSS (EPRI Distribution System Simulator). Based on CFFI, DSS C-API and custom patches, aiming for full COM API-level compatibility on Windows, Linux and MacOS.
Stars: ✭ 31 (+29.17%)
Mutual labels:  electrical-engineering, powerflow
helm-controller
A simple way to manage helm charts with a Custom Resource Definitions in k8s.
Stars: ✭ 49 (+104.17%)
Mutual labels:  helm
charts
Fairwinds helm chart repository
Stars: ✭ 99 (+312.5%)
Mutual labels:  helm
metahelm
Install dependency graphs of Kubernetes Helm Charts
Stars: ✭ 70 (+191.67%)
Mutual labels:  helm
vault-charts
Charts to deploy Hashicorp Vault in Kubernetes
Stars: ✭ 15 (-37.5%)
Mutual labels:  helm
docker-sftp
SFTP Server for Docker
Stars: ✭ 118 (+391.67%)
Mutual labels:  helm
helm2-mixin
Helm mixin for Porter
Stars: ✭ 14 (-41.67%)
Mutual labels:  helm
Certified-Rancher-Operator-Thai
มาเรียนรู้ Kuberntes แบบ On-Premise และ Architecture ของ Rancher ที่ใช้ในการจัดการ Kubernetes Cluster เพื่อนำสู่ Certified Kubernetes Administrator และ Certified Rancer Operator
Stars: ✭ 78 (+225%)
Mutual labels:  helm
lokole
Source code for the Lokole project. Lokole enables communities in the Congo DRC to pool resources to access efficient communication via email at an affordable price.
Stars: ✭ 37 (+54.17%)
Mutual labels:  helm
crossover
Minimal sufficient Envoy xDS for Kubernetes that knows https://smi-spec.io/
Stars: ✭ 69 (+187.5%)
Mutual labels:  helm
cortex-helm-chart
Helm chart for Cortex
Stars: ✭ 134 (+458.33%)
Mutual labels:  helm
helm-postgresql
Helm Chart for postgresql
Stars: ✭ 35 (+45.83%)
Mutual labels:  helm
gke-toolbox
A Helm Chart with pre-configured tools for your Container Engine clusters
Stars: ✭ 20 (-16.67%)
Mutual labels:  helm
charts
Helm charts for creating reproducible and maintainable deployments of Polyaxon with Kubernetes.
Stars: ✭ 32 (+33.33%)
Mutual labels:  helm
helm-charts
My collection of Helm charts.
Stars: ✭ 62 (+158.33%)
Mutual labels:  helm
helm-whatup
A Helm plugin to help users determine if there's an update available for their installed charts.
Stars: ✭ 37 (+54.17%)
Mutual labels:  helm
helm-backup
Helm plugin which performs backup/restore of releases in a namespace to/from a file
Stars: ✭ 70 (+191.67%)
Mutual labels:  helm
gitops-kubernetes-cluster
A quick way to build a cluster with ArgoCD then deploy via Applications
Stars: ✭ 34 (+41.67%)
Mutual labels:  helm
atlantis
GitOps for Teams (experimental hard fork of atlantis)
Stars: ✭ 13 (-45.83%)
Mutual labels:  helm
corda-kubernetes-deployment
Corda Kubernetes Deployment
Stars: ✭ 30 (+25%)
Mutual labels:  helm

HELMpy

HELMpy is an open source package of power flow solvers.

This package contains the Holomorphic Embedding Load flow Method (HELM) and the Newton-Raphson (NR) algorithm. The intention of HELMpy is to support research, especially on the HELM, and to contribute with the development of open source code related to this subject. The developed code is properly commented and organized so it would be easy to understand and modify.

Repository structure

  • data: sample data of large-sized, complex practical grids for testing purposes. Already computed results can also be found
  • helmm: matlab files for downloading and parsing to .xlsx matpower grids
  • helmpy: scripts with core functionality
  • test: scripts for running tests using sample grids from data directory

Compatibility

This package is compatible with Python 3.6 and 3.7.

History

This package was developed by Tulio Molina and Juan José Ortega as a part of their thesis research to obtain the degree of Electrical Engineer at Universidad de los Andes (ULA) in Mérida, Venezuela.

HELMpy Guide

Please refer to HELMpy user's guide.pdf.

License - AGPLv3

HELMpy, open source package of power flow solvers developed on Python 3
Copyright (C) 2019 Tulio Molina [email protected] and Juan José Ortega [email protected]

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].