-
I want to make a change to _interleave_data so that it can handle objects and multi-dimensional arrays. I have done the coding necessary and tested it on my own repo and it doesn't appear to break any…
-
The new propname should be pore.Objectname_propname, rather than Objectname.pore.propname.
This way, you can amalgamate data, pickle it to a file, reloaded it as a, create an empty generic network …
-
I'm working on compressing networks and I'm removing throats when their areas are zero. I noticed that when all the throats become zero for a pore then something strange happens to the permeability of…
-
It clearly has something to do with the Controller object, but it's not clear what/where/why yet.
-
We are presently setting invaded pores and throats to have a 'low' conductance value so that they offer negligible flux. This will be a problem when we want to add reaction terms since these pores do…
-
seems like we have regained the ability to have 2 geometries on the same pores
```
>>> import OpenPNM
>>> pn = OpenPNM.Network.Cubic(shape=[3,3,3])
>>> geom = OpenPNM.Geometry.GenericGeometry(network…
-
Or some other more description term, pc_curves, cap_curves, drainage_curves?
Also, this make me think that we should probably compile a wishlist of plots that we'd like, but I guess that is another …
-
Hi All,
Andreas mentioned a few weeks ago about a conference on fuel cell modelling in Germany next year. Do you have any further details of this or any other conferences people are thinking of atten…
-
```
I know this is a duplicate issue, but I wanted to be sure that someone saw it.
I have been working on making this multiplayer in a local fork of the code, and
I have a pretty good sense of how t…
-
I've adapted the diffusion example to calculate effective diffusivity and also I'm checking the fluxes at the boundaries. I noticed that the order in which the two methods are run changes the results.…