Lines Matching full:outflow
62 // Outflow BCs:
64 // Both In/Outflow BCs for E are applied weakly in the
149 …if ((x < boundary_threshold && wind[0] < boundary_threshold) || // outflow at -x bo… in Exact_AdvectionGeneric()
150 …(y < boundary_threshold && wind[1] < boundary_threshold) || // outflow at -y bounda… in Exact_AdvectionGeneric()
151 …(x > context->lx - boundary_threshold && wind[0] > boundary_threshold) || // outflow at +x bounda… in Exact_AdvectionGeneric()
152 …(y > context->ly - boundary_threshold && wind[1] > boundary_threshold) // outflow at +y bounda… in Exact_AdvectionGeneric()
498 // This QFunction implements consistent outflow and inflow BCs
501 // Inflow and outflow faces are determined based on sign(dot(wind, normal)):
502 // sign(dot(wind, normal)) > 0 : outflow BCs
505 // Outflow BCs:
506 // The validity of the weak form of the governing equations is extended to the outflow and the c…
536 // Implementing in/outflow BCs in Advection_InOutFlowGeneric()
537 if (u_normal > 0) { // outflow in Advection_InOutFlowGeneric()