PMEAL / OpenPNM

A Python package for performing pore network modeling of porous media
http://openpnm.org
MIT License
456 stars 174 forks source link

Add multiphysics solver classes #2131

Closed jgostick closed 2 years ago

jgostick commented 3 years ago

In relation to #2130 we need to add some more general and universal multiphysics solvers. These will be able to solve the PNP questions, but also be more general and universal. This is a big undertaking, so is probably a "future feature" (i.e. 3.1) project.

jgostick commented 2 years ago

We have added TransientMultiphysics solvers to the contrib folder already. We might want to do steady state at some point, but this issue is now essentially done.