Giter Site home page Giter Site logo

freesim's Introduction

FreeSim

An Open-Source Electrochemical Reaction Simulator

Intro

FreeSim is a free simultor for electrochemical reaction by Haotian Chen and Professor Richard Compton at University of Oxford. We have now implemented 7 mechanisms, including:

  • A + e = B, simple one electron reuduction
  • Stochastic A + e = B, stochastic one electron reduction using random walk algorithm
  • A + e = B, B + e = C, two electron reduction
  • A + e = B, B + B = C, EC2 reaction
  • A + e = B, B = C, EC reaction
  • X = A, A + e = B, CE reaction
  • X = A + C, A + e = B, dissociative CE reaction
  • A + e = BīŧŒ Aabs + e = Babs, one eletctron reduction with adsorbed species, adsorption described with Langmuir Isotherm theory

Most of the mechanism support Butler-Volmer and Nernst kinetics. Radial and linear diffusions are also supported in most mechanisms. Prequilibrium of species are supported in CE and dissociative CE reactions.

Chronoamperometry of most mechanisms are supported.

Simulation now also supports semi-infinite vs. finite element simulation.

Installs

A few common packages including PyQt5, pyqtgraph, Sympy, Numpy and Pandas are required to be installed. Python version 3.6 and above is recommended

$ pip install PyQt5
$ pip install pyqtgraph
$ pip install sympy
$ pip install numpy
$ pip install pandas
$ pip install scipy

The packages can also be installed using the requirement.txt

$ pip install -r requirement.txt

To run,

$ python MainWindow.py

Future plans

The authors may include 2-D simulation of a microdisc elelctrode. You may also leave your preferred mechanism in the discussion forum and we will try our best to consider that!

Disclaimers

Since the software is offered free of charge under GNU public license, we do not offer gurantees on the results of simulations and offer absolute no warranties to the software. The authors would also try their best to correct any bugs as soon as possible. Thanks for your understanding.

freesim's People

Contributors

nmerovingian avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.