-
Need to add fluid init key to examples or set default value for fluid init. This happens for single phase example.
-
## Description
### What steps will reproduce the problem?
Possible bug in IPython console autocompletion....
### Traceback
```python-traceback
File "C:\Users\Amin\Anaconda3\lib\site-packages\qt…
-
I think that having the option to activate/deactivate the PoreSpy init would be good.
if PoreSpy:
init_ps()
else:
domain[0:domain_size*saturation,:,:] = fluid_2 # we might want to itera…
-
Generating an initial non-wetting/invading fluid configuration for steady state simulations would be great. Ideally this would exist as a python utility that automatically generates .dat files that Sh…
-
I just noticed that the splitting part takes too long (~1 min for my case). Is this expected? To reproduce, clone [porespy](https://github.com/PMEAL/porespy), `cd` to `porespy` folder, and run the fol…
-
In the OpenPNM plug-in in the Dragonfly x-ray image analysis software, it is not possible to extract numeric pore & throat volume size distribution (or any other physical property measurement, volume …
-
_(Note, you don't have to fill out every section here. They're just here for guidance. That said, nicely detailed feature requests are more likely to get dev attention sooner)_
**Describe the bug**…
-
Dear PoreSpies,
Would someone be interested in helping us with setting up better initial conditions for our multiphase LBM solver?
https://github.com/je-santos/MPLBM-UT/issues/60
We just fini…
-
I've tested the SNOW algorithm in the recent version (snow2) and I obtained different results from a previous version.
I used the popular Berea sample from ICL available in:
https://www.imperial.a…
-
Using porespy.generators.cylindrical_plug for 2D shapes results in an error: ```UnboundLocalError: local variable 'axes' referenced before assignment.```
Looking at the source code it appears that…