OpenPNM
OpenPNM copied to clipboard
Add a `_validate_bc` method to the algorithms
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 _validate_bcs
method to algorithms might be a good idea...though not urgent.