nitishg91 / echemfem

Finite Element Method for Electrochemical Transport (EchemFEM)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EchemFEM

This code provides Finite Element solvers for electrochemical transport. Both continuous Galerkin (CG) and discontinuous Galerkin (DG) schemes are provided. The DG scheme for electroneutral Nernst-Planck is described in Roy et al., 2021. The CG scheme using SUPG for the advection-migration term.

The following transport mechanisms are available: diffusion, advection, electromigration. EchemFEM supports both non-porous and porous cases. The ionic potential can either be described using an electroneutrality constraint or a Poisson equation. In the porous case, the electronic potential can be described by a Poisson equation.

LLNL-CODE-837342

Installation

Please install the open-source finite element library Firedrake.

To install EchemFEM, simply run the following in the parent echemfem folder:

pip install -e .

About

Finite Element Method for Electrochemical Transport (EchemFEM)

License:MIT License


Languages

Language:Python 100.0%