Non-Fickian Diffusion #2027
Answered
by
ma-sadeghi
skydivine22
asked this question in
Q&A
-
Hi, I am wondering whether OpenPNM is able to tackle problems related to non-Fickian diffusion? To my knowledge, all the diffusion simulations are Fickian. Best Andy |
Beta Was this translation helpful? Give feedback.
Answered by
ma-sadeghi
Oct 1, 2021
Replies: 1 comment
-
Hi Andy, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
skydivine22
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Andy,
We don't have "built-in" models for non-Fickian diffusion, but adding one is very straightforward in OpenPNM. You just need to write your own model and replace OpenPNM's default. If you let me know what equation you want to use for calculating the flux (instead of -DAdc/dx), I might be able to help you out write a custom model.