CVXMG is a python based package that allows the users to compute the sizing of Isolated/Islanded MicroGrids (IMGs). Additionally to the sizing of the IMGs, CVXMG returns the optimal dispatch of the energy sources and the optimal tariffs for the energy. CVXMG allows implementing Demand Side Management (DSM) in the sizing of the IMGs. The package uses a plug and play approach, allowing its users to choose energy sources, DSM strategies, and types of solvers (deterministic, stochastic, multiyear, and stochastic multiyear). Here a brief description of the capabilities of the package:
- Obtain the sizing of the energy sources.
- Perform optimal dispatch of the energy sources.
- Compute the tariffs for the energy.
- Build different business models for the microgrid.
- And more.
CVXMG has its own documentation that can be found at: link.
Just launch the first release! More to come!
CVXMG uses a number of open source projects to work properly:
And of course cvxpymg itself is open source with a public repository on GitHub.
You can use "pip install cvxmg" from your command window. Or clone the GitHub repository.
Want to contribute? Great!
- Write more examples.
- Create Electrolizer-Tank-Fuel cell system source.
- Create biomass generator source.
- And more!
MIT
Free Software, Hell Yeah!