PMEAL / OpenPNM

A Python package for performing pore network modeling of porous media
http://openpnm.org
MIT License
442 stars 175 forks source link

Coplanar domain issue #1019

Closed SeongyeopJung closed 6 years ago

SeongyeopJung commented 6 years ago

When using 'calc_eff_diffusivity()' method in Bravais(FCC) network, exception raised. : Exception: Detected inlet pores are not coplanar Because of this issue, domain area and domain length need to be defined manually. But it is coplanar, so it should work. Inlet/outlet was 'top' and 'bottom'.

jgostick commented 6 years ago

First off, I guess this should throw an 'ERROR' log message rather than an Exception right? Secondly, it should work just fine for Bravais so I will investigate.

jgostick commented 6 years ago

This is now fixed...turns out there was a problem with label_faces in the topotools module. Will open a separate bug for that.