Skip to content

vbeck2000/LOPE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lattice Optimization for Porous Electrodes (LOPE)

Overview

This code performs an optimization over the structure of a porous electrode formed from a lattice of unit cells. This is a steepest descent version of the code used in:

V. A. Beck, J. J. Wong, C. F. Jekel, D. A. Tortorelli, S. E. Baker, E. B. Duoss and M. A. Worsley, Computational design of microarchitected porous electrodes for redox flow batteries, J. Power Sources, 2021, 512, 230453.

Please cite the reference above, Beck et al., 2021, if using any of this code in your own work.

Build

The code requires installation of OpenFOAM. This code was tested using OpenFOAM v4.1. The code is compiled using the standard openFOAM command "wmake"

cd echemLatticeSmooth
wmake

Run

The compiled code can be run after building a computational mesh

cd run01
blockMesh
echemLatticeSmoothSD

LLNL Release Number: LLNL-CODE-833809

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 60.4%
  • C++ 39.5%
  • Other 0.1%