JiayanJI
JiayanJI
Hi, professer, I further explored the code and found that the network was the main reason that affected the code operation. I had tried different netwoeks and I found that...
```python import os os.environ['KMP_DUPLICATE_LIB_OK']='True' print('Start Tuto_stepbystep') print('Read libraries') import numpy as np import openpnm as op import porespy as ps import numpy as np import openpnm as op import porespy...
Thank you very much for your help. Follow your advice, I have changeed the boundary condition in outlet (outflow), and selected a pore as the source boundary. But unfortunately, that...
Thank you very much for your help. This problems have been solved by your help.
Thanks for your attention. I calculate my new network that with the boundary condition (stokesflow: left: rate, right: pressure). After 12 hours calculating, it still can not get the results....
[files.zip](https://github.com/PMEAL/OpenPNM/files/10169986/files.zip) Here are my files, Thank you very much.
OK, Thank you very much. Look forward to your reply.
Hi, professer, I measured the calculation time of the code, and found that the problem of slow computing was not the occurrence of the source item, but the flow transpor...
OK, Thanks for your help, I will have a try for this work.