Replies: 1 comment 7 replies
-
Your code looks fine, so not sure what's the issue. Can you do |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear OpenPNM Community,
I hope this message finds you well. I am currently working on a project that involves using the OpenPNM package to model transport in porous media. However, I've run into an issue with the


rate()
method in thealgorithms_transport.py
module, and I was wondering if anyone in the community might be able to help me troubleshoot this issue.Specifically, when I try to run my code, I receive the following error message: "Must specify either pores or throats." I've checked my input arguments and consulted the documentation, but I'm still having trouble figuring out what's going wrong. I would be incredibly grateful if anyone in the community could offer guidance or suggestions on resolving this error.
albeit I have specified pores but
Q = sf.rate(pores=pn.pores('xmin'),mode ='group')
it keeps asking me for the specificationThank you for taking the time to read my message, and I appreciate any help or advice that anyone might be able to offer.
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions