PMEAL / OpenPNM

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

Add `rerun` method to transport classes #2899

Open jgostick opened 9 months ago

ma-sadeghi commented 8 months ago

@jgostick You mean for transient transport? For steady state, would it be equivalent to just calling alg.run?

jgostick commented 8 months ago

Alg.run does not work for rerunning and maybe we should fix that instead actually.

ma-sadeghi commented 8 months ago

I see. Is it because A and b are cached after first run?