Numerical methods
From CFD-Wiki
(Difference between revisions)
Line 18: | Line 18: | ||
### [[Gauss elimination]] | ### [[Gauss elimination]] | ||
### [[LU decomposition method]] | ### [[LU decomposition method]] | ||
- | ### [[ | + | ### [[Matrix factorisation]] |
#### [[LU factorisation for sparse matrices]] | #### [[LU factorisation for sparse matrices]] | ||
- | ### [[Incomplete Cholesky Factorization]] | + | #### [[Incomplete Cholesky Factorization]] |
### [[Direct solution to tridiagonal matrix]] | ### [[Direct solution to tridiagonal matrix]] | ||
#### [[Thomas algorithm]] | #### [[Thomas algorithm]] |
Revision as of 03:07, 14 September 2005
Numerical Aspects of CFD
This section covers the numerical soul of CFD.
- Introduction to numerical methods
- Geometrical Calculations
- Gradient calculations
- Discretisation
- Linear equation systems
- Efficiency and stability
- Limiters
- Meshless methods
- CFD Related algorithms
- Wall distance Calculations