Segregated Flow Solver
The segregated flow solver solves the conservation equations of mass and momentum in a sequential manner. The non-linear governing equations are solved iteratively one after the other for the solution variables such as , , , .
The solver of the Segregated Flow model employs a pressure-velocity coupling algorithm where the mass conservation constraint on the velocity field is fulfilled by solving a pressure-correction equation. The pressure-correction equation is constructed from the continuity equation and the momentum equations such that a predicted velocity field is sought that fulfills the continuity equation, which is achieved by correcting the pressure. This method is also called a predictor-corrector approach. Pressure as a variable is obtained from the pressure-correction equation.
Comparing PISO with SIMPLE:
- PISO is faster than SIMPLE at short time-steps, though both algorithms have the same level of temporal accuracy [259].
- PISO becomes unstable at long time-steps, when the combined CFL rises much above 10, while SIMPLE remains stable.
- As time-step size increases, SIMPLE loses temporal accuracy of transient solutions. However SIMPLE can still obtain accurate steady state solutions, if they exist, by using large time-step size.
The segregated solver has its roots in constant-density flows. Although it can handle mildly compressible flows and low Rayleigh number natural convection, it is not suitable for shock-capturing, high Mach number, and high Rayleigh number applications.