Skip to content

Python script that helps to balance single-phase loads in a three-phase system

License

Notifications You must be signed in to change notification settings

discorallado/load-balancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

load-balancer

Python script that helps to balance single-phase loads in a three-phase system

# Parámetros del problema
num_loads = 8 
num_phases = 3
tolerancia = 0.14
# Valores en watts para cada carga
loads_watts = [8325, 3552, 3552, 3552, 4552, 4552, 3552, 3810]

About

Python script that helps to balance single-phase loads in a three-phase system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages