Getting KeyError: 'pore.inlets' when trying to run permeability simulation in OpenPNM #1952
Unanswered
josephinoo
asked this question in
Q&A
Replies: 0 comments 1 reply
-
On the following 2 lines, you use the labels 'inlets' and 'outlets', but these labels are not available: flow.set_value_BC(pores=pn.pores('inlets'), values=200000)
flow.set_value_BC(pores=pn.pores('outlets'), values=100000) You can try using other labels, which can see by doing |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello I am a student of computer science, and I like porous media, thank you very much for the work you have done porespy, has been very helpful to the research team, I would like to take the work we are doing with porepsy, find other properties such as permeability, I tried with examples of openPNM, I have been many errors as KeyError: 'pore.inlets', when applying the simulation.
Attached is the code I have been using, if I am doing something wrong, it would be very helpful if you could help me.
Apparently there is no such thing as 'pore.inlets'.

Beta Was this translation helpful? Give feedback.
All reactions