Content deleted Content added
Jitse Niesen (talk | contribs) remove {{expert}} - no explanation is given of what needs expert attention |
Aadirulez8 (talk | contribs) m v2.05 - Auto / Fix errors for CW project (Link equal to linktext) |
||
(47 intermediate revisions by 33 users not shown) | |||
Line 1:
In [[computational fluid dynamics]], the '''projection method''', also called '''Chorin's projection method''', is an effective means of [[Numerical analysis|numerically]] solving time-dependent [[incompressible flow|incompressible fluid-flow]] problems. It was originally introduced by [[Alexandre Chorin]] in 1967<ref>
{{Citation
| Given1 = R.▼
|
| title = The numerical solution of the Navier-Stokes equations for an incompressible fluid
| Volume = 98▼
| journal = Bull. Am. Math. Soc.
| Year = 1968▼
|
|
}}</ref> as an efficient means of solving the incompressible [[Navier-Stokes equation]]s. The key advantage of the projection method is that the computations of the velocity and the pressure fields are decoupled.▼
| doi = 10.1090/S0002-9904-1967-11853-6
| url =http://math.berkeley.edu/~chorin/chorin67.pdf
}}</ref><ref>
{{Citation
| surname1 = Chorin
| pages = 745–762
| url =
| doi=10.1090/s0025-5718-1968-0242392-2
| doi-access = free
}}</ref>▼
▲
==The algorithm==
The algorithm of the projection method is based on the [[Helmholtz decomposition]] (sometimes called Helmholtz-Hodge decomposition) of any vector field into a [[solenoidal field|solenoidal]] part and an [[irrotational field|irrotational]] part. Typically, the algorithm consists of two stages. In the first stage, an intermediate velocity that does not satisfy the incompressibility constraint is computed at each time step. In the second, the pressure is used to project the intermediate velocity onto a space of divergence-free velocity field to get the next update of velocity and pressure.
==Helmholtz
The theoretical background of projection type method is the decomposition theorem of [[Olga Aleksandrovna Ladyzhenskaya|Ladyzhenskaya]] sometimes referred to as Helmholtz
<ref>{{cite book | title = A Mathematical Introduction to Fluid Mechanics | author1 = Chorin, A. J. | author2 = J. E. Marsden | edition = Thus,
:<math>
\mathbf{u} = \mathbf{u}_{\text{sol}} + \mathbf{u}_{\text{irrot}} = \mathbf{u}_{\text{sol}} + \nabla \phi
Line 28 ⟶ 48:
</math>
This is a [[Poisson equation]] for the scalar function <math>\,\phi</math>. If the vector field <math>\mathbf{u}</math> is known, the above equation can be solved for the scalar function <math>\,\phi</math> and the divergence-free part of <math>\mathbf{u}</math> can be extracted using the relation
:<math>
Line 35 ⟶ 55:
This is the essence of solenoidal projection method for solving incompressible
Navier
==Chorin's projection method==
The
:<math>
\frac {\partial \mathbf{u}} {\partial t} + (\mathbf{u}\cdot\nabla)\mathbf{u} = - \frac {1}{\rho} \nabla p + \nu \nabla^2 \mathbf{u}
</math>
In [[Alexandre Chorin|Chorin]]'s original version of the projection method, one first computes an intermediate velocity, <math>\mathbf{u}^*</math>, explicitly using the momentum equation by ignoring the pressure gradient term:
▲<ref>
▲ | Surname1 = Chorin
▲ | Given1 = A. J.
▲ | Title = Numerical Solution of the Navier-Stokes Equations
▲ | Journal = Math. Comp.
▲ | Pages = 745–762
▲ | url =
:<math>
Line 61 ⟶ 70:
</math>
where <math>\mathbf{u}^n</math> is the
:<math>
\
</math>
:<math>
\
</math>
to make clear that the algorithm is really just an [[operator splitting]] approach in which one considers the viscous forces (in the first half step) and the pressure forces (in the second half step) separately.
Computing the right-hand side of the above equation requires a knowledge of the pressure, <math>\,p</math>, at <math>\,(n+1)</math> level. This is obtained by taking the [[divergence]] and requiring that <math>\nabla\cdot \mathbf{u}^{n+1} = 0</math>, thereby deriving the following Poisson equation for <math>\,p^{n+1}</math>,▼
▲Computing the right-hand side of the
:<math>
\nabla ^2 p^{n+1} = \frac {\rho} {\Delta t} \, \nabla\cdot \mathbf{u}^*
</math>
It is instructive to note that
:<math>
\mathbf{u}^* = \mathbf{u}^{n+1} + \frac {\Delta t}{\rho} \, \nabla p ^{n+1}
</math>
is the standard Hodge decomposition if boundary condition for <math>\,p</math> on the ___domain boundary, <math>\partial \Omega</math>
For the explicit method, the boundary condition for <math>\mathbf{u}^*</math> in equation (1) is natural. If <math>\mathbf{u}\cdot \mathbf{n} = 0</math> on <math>\partial \Omega</math>, is prescribed, then the space of divergence-free vector
:<math>
\frac {\partial p^{n+1}} {\partial n} = 0 \qquad \text{on} \quad \partial \Omega
Line 96 ⟶ 108:
# First the system is progressed in time to a mid-time-step position, solving the above transport equations for mass and momentum using a suitable advection method. This is denoted the ''predictor'' step.
# At this point an initial projection
# The ''corrector'' part of the algorithm is
# A final projection is then applied to enforce the divergence restraint on the velocity field. The system has now been fully updated to the new time.
Line 104 ⟶ 116:
[[Category:Computational fluid dynamics]]
[[Category:
|