Solution of Poisson's equation
From CFD-Wiki
(Difference between revisions)
Line 42: | Line 42: | ||
Once the coefficient and source matrix is constructed, the system could be solved with the help of iterative solvers. | Once the coefficient and source matrix is constructed, the system could be solved with the help of iterative solvers. | ||
+ | |||
+ | ---- | ||
+ | <i> Return to [[Numerical methods | Numerical Methods]] </i> |
Revision as of 06:17, 3 October 2005
Poisson equation occurs in many forms in CFD. Efficient and fast solution to Poisson equation is important aspect of CFD.
In CFD the Poisson equation occurs mainly in the form:
The solution
The left hand side can be discretised in the manner explained in section related to diffusive term . The diffusive term can be broken into two explicit and implicit parts.
We have,
giving us the expression:
where and are suitable face averages.
When broken into implicit and explicit parts
This gives us the coefficient of matrix as:
and for source matrix:
Once the coefficient and source matrix is constructed, the system could be solved with the help of iterative solvers.
Return to Numerical Methods