jgostick

Results 111 issues of jgostick

It might be handy to have pore-scale conductance models with no throats...just two cones or pyramids intersecting at the throat centroid.

feature request

Extracted networks occasionally have issues with pores that overlap too much (see #2363). Too much means the center of one pore is beyond the lens of the other pore. There...

The Statoil format has throats pointing to pores 0 and -1, which are non-existent, since the pore index starts at 1. We chose to delete these throats in the original...

discussion
api

This function is acting badly.

They match within 0.1%, but all our other implemented functions match MUCH better, like nearly perfectly. The code in chemicals for this particular function is quite obscure so I can't...

At present ``flatten=False`` it returns a list of lists, which is not very numerically efficient. Instead is should return as CSR-style, so instead of ``[ [0, 2, 4], [4, 6]]``...

During the reno to V3 a lot of things changed and most were not fully unit tested. Re-adding these is incredibly helpful though it will be a slow and painful...

I had to remove this capability during the recent refactor since the handling of trapping was quite tricky in the presence of residual invading phase. I basically declared this as...

As discussed in #2468, it might make sense to check BCs at run time. I think we should also try to prevent bc errors upon assignment, but adding a secondary...

We need to come up with a way to do reactive transport with multiple species in the mixture, so we can have the following source term: ``r = kC_{A}C_{B}`` where...

feature request