Numerical methods
From CFD-Wiki
(Difference between revisions)
Line 16: | Line 16: | ||
## [[Introduction and need]] | ## [[Introduction and need]] | ||
## [[Direct numerical solutions]] | ## [[Direct numerical solutions]] | ||
+ | ### [[Gauss elimination]] | ||
+ | ### [[LU decomposition method]] | ||
+ | ### [[LU factorisation]] | ||
+ | #### [[LU factorisation for sparse matrices]] | ||
+ | ### [[Direct solution to tridiagonal matrix]] | ||
## [[Iterative solutions]] | ## [[Iterative solutions]] | ||
+ | ### [[Basic concept of iterative solutions]] | ||
+ | ### [[Gauss-Seidel method]] | ||
+ | ### [[Jacobi method]] | ||
+ | ### [[successive over-relaxation method]] | ||
+ | ### [[Stone's method]] | ||
+ | ### [[Alternating direction implicit (ADI) method]] | ||
+ | ### [[Congugate gradient methods]] | ||
+ | #### [[Conjugate gradient method of Golub and van Loan]] | ||
+ | #### [[Biconjugate gradient method]] | ||
# [[Efficiency and stability]] | # [[Efficiency and stability]] |
Revision as of 02:14, 14 September 2005
Numerical Aspects of CFD
This section covers the numerical soul of CFD.