This is a MATLAB script to implement a non-linear circuit analysis of any configuration photo-electrochemical (PEC) electrolysis in order to determine the maximum theorectical solar-to-fuel efficiency. Enjoy!
A paper has been submitted detailing the uses and the inner workings of the code. In the meantime, please see the GitHub wiki pages for a user manual.
You have two options:
- Clone or download a copy of the git folder here and run the code direct in MATLAB. Run the following command to get the GUI to load.
GUI_init()
- If you don't have access to MATLAB, I have compiled the graphical user interface into a release (see release tab). The installer will need access to the internet to install the required (and free) MATLAB runtime.
Let me know if you find any bugs, have any questions or want to get involved.
This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details