HOME

TheInfoList



OR:

In
computational fluid dynamics Computational fluid dynamics (CFD) is a branch of fluid mechanics that uses numerical analysis and data structures to analyze and solve problems that involve fluid flows. Computers are used to perform the calculations required to simulate t ...
(CFD), the SIMPLE algorithm is a widely used numerical procedure to solve the 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 Imperial College London (legally Imperial College of Science, Technology and Medicine) is a public research university in London, United Kingdom. Its history began with Prince Albert, consort of Queen Victoria, who developed his vision for a cul ...
, 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. Many popular books on computational fluid dynamics discuss the SIMPLE algorithm in detail. A modified variant is the ''SIMPLER'' algorithm (SIMPLE Revised), that was introduced by Patankar in 1979.


Algorithm

The algorithm is iterative. The basic steps in the solution update are as follows: # Set the boundary conditions. # Compute the gradients of velocity and pressure. # Solve the discretized momentum equation to compute the intermediate velocity field. # Compute the uncorrected mass fluxes at faces. # Solve the pressure correction equation to produce cell values of the pressure correction. # Update the pressure field: p^ = p^k + \text \cdot p^ where urf is the under-relaxation factor for pressure. # Update the boundary pressure corrections p_b^ . # Correct the face mass fluxes: \dot m_f^ = \dot m_f^ + \dot m_f^ # Correct the cell velocities: \vec v^ = \vec v^ - \frac ; 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. # Update density due to pressure changes.


See also

* PISO algorithm *
SIMPLEC algorithm The SIMPLEC (Semi-Implicit Method for Pressure Linked Equations-Consistent) algorithm; a modified form of SIMPLE algorithm; is a commonly used numerical procedure in the field of computational fluid dynamics to solve the Navier–Stokes equations. ...


References

{{Reflist Computational fluid dynamics