Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/llnl/firecat

FireCat
https://github.com/llnl/firecat

application electrochemistry finite-element-methods microkinetics multiscale-simulation python simulation

Last synced: about 1 month ago
JSON representation

FireCat

Awesome Lists containing this project

README

        

# FireCat

[![DOI](https://zenodo.org/badge/679916980.svg)](https://zenodo.org/badge/latestdoi/679916980)

FireCat performs multiscale simulations by coupling ab initio microkinetic simulations from CatMAP with two-dimensional continuum transport simulations from EchemFEM (Firedrake). This coupling is performed in an iterative fashion. The examples provided here are specific to electrochemical CO2 reduction to CO on Au electrodes, producing the results in [Govindarajan et al.](https://doi.org/10.1103/PRXEnergy.2.033010)

## Getting started

Please install the open-source finite element library [Firedrake](https://www.firedrakeproject.org/download.html).

Within the firedrake venv, install [EchemFEM](https://github.com/LLNL/echemfem) and this [fork of CatMAP](https://github.com/sringe/catmap-1).

In order to run the 2D examples, [GMSH](https://gmsh.info) is needed to the create the `.msh` mesh files from the given `.geo` files.