Transport equations in pores and throats without considering pore-throat-pore assembly #2614
Replies: 2 comments
-
Hi @harshpallam, You can add a new node for each throat in the network, then you have two sets of governing equations, one for your pores and one for your throats. OpenPNM has built-in functions to do the network manipulation part, the transport part I think can be done but requires more thinking as it's now a research problem. For starters, however, I suggest that you do a simplification: assume everything happens in the pores, so you don't need to deal with the extra coupling. What I mean is that, do your adsorption calculations using throat properties (surface area, etc.), but assign it to the adjacent pores. Specifically, if the rate of adsroption at throat This can easily be done by writing a custom pore-scale model. OpenPNM already has a built-in pore-scale model for calculating the effective volume of pores by adding half of the volume of the connecting throats to the volume of each pore, which you can copy and modify to suit your needs: OpenPNM/openpnm/models/geometry/pore_volume/_funcs.py Lines 96 to 122 in 53d7a15 Please let me know if this makes sense. |
Beta Was this translation helpful? Give feedback.
-
Dear @ma-sadeghi sir, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am running transient transport simulations in OpenPNM. If I am correct, OpenPNM solves for concentrations at pores only by considering pore-throat-pore assembly. Also, in the examples given for OpenPNM, adsorption or reaction happens only in pores. However, in my model, I have separate equations for pores and throats, and sorption happens only in the throats (not in pores). Please find the attached file with equations for pores and throats. Can you please suggest an example code where separate equations are implemented in pores and throats without considering pore-throat-pore assembly? Also, kindly let me know if there is a way to incorporate the sorption term for the throats.
I look forward to your response.

Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions