boundary_conditions¶
-
class
stin.boundary_conditions.BC(α_G, v_L, p)¶ Boundary conditions for two-phase flow. Boundary conditions can’t be assigned randomly because they are connected by the equations from the system. Thus, boundary conditions for v_L and p are calculated from the sinle-phase flow solution, for α_G - specified by user randomly. The other boundary conditions are to be calculated from the equations. This class is devoted for it. __init__ initializes the flow’s boundary conditions with supplied values for gaseous phase volume fraction, gaseous phase velocity and flow pressure. First list down below represents class’s attributes. The next list down below shows __init__ arguments.