reservoirflow.models.BlackOil.set_boundaries#

BlackOil.set_boundaries(bdict: dict)#

Set boundary conditions using a dictionary.

Parameters:

bdict (dict) – boundary condition dictionary where keys correspond to cells id and values are a tuple of cond and value (e.g. {0: (“pressure”, 4000), 1: (“rate”, 0)})