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 u , v , w , p .

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.

Simcenter STAR-CCM+ provides two pressure-velocity coupling algorithms:

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 PISO algorithm is suited for transient cases where the convective Courant number is small. Therefore, you use SIMPLE for cases where large time-step sizes can be used, such as in achieving steady state solution, but use PISO where the problem demands use of small time-step size and greater temporal accuracy.

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.