Skip to content

Efficiency modelling of photo-electrochemical solar fuel devices

License

Notifications You must be signed in to change notification settings

IsaacGentle/etaPEC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PEC_device_efficiency

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.

Installation

You have two options:

  1. 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()
  1. 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.

Contributing

Let me know if you find any bugs, have any questions or want to get involved.

License

This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details