SIMPLE algorithm

Source: Wikipedia, the free encyclopedia.

In

Navier–Stokes equations
. SIMPLE is an acronym for Semi-Implicit Method for Pressure Linked Equations.

The SIMPLE algorithm was developed by Prof. Brian Spalding and his student Suhas Patankar at Imperial College, London in the early 1970s. Since then it has been extensively used by many researchers to solve different kinds of fluid flow and heat transfer problems.[1]

Many popular books on computational fluid dynamics discuss the SIMPLE algorithm in detail.[2][3] A modified variant is the SIMPLER algorithm (SIMPLE Revised), that was introduced by Patankar in 1979.[4]

Algorithm

The algorithm is

iterative
. The basic steps in the solution update are as follows:

  1. Set the boundary conditions.
  2. Compute the gradients of velocity and pressure.
  3. Solve the discretized momentum equation to compute the intermediate velocity field.
  4. Compute the uncorrected mass fluxes at faces.
  5. Solve the pressure correction equation to produce cell values of the pressure correction.
  6. Update the pressure field: where urf is the under-relaxation factor for pressure.
  7. Update the boundary pressure corrections .
  8. Correct the face mass fluxes:
  9. Correct the cell velocities:  ; where is the gradient of the pressure corrections, is the vector of central coefficients for the discretized linear system representing the velocity equation and Vol is the cell volume.
  10. Update density due to pressure changes.

See also

References

  1. ^ Mangani, L.; Bianchini, C. (2007). Heat transfer applications in turbomachinery (PDF). Proceedings of the OpenFOAM International Conference 2007. Retrieved 2016-03-16.
  2. .
  3. .
  4. .