Numerical methods
From CFD-Wiki
(Difference between revisions)
Line 15: | Line 15: | ||
# [[Linear equation systems]] | # [[Linear equation systems]] | ||
## [[Introduction and need]] | ## [[Introduction and need]] | ||
- | ## | + | ## Matrix Related |
- | + | ||
- | + | ||
### [[Matrix factorisation]] | ### [[Matrix factorisation]] | ||
#### [[LU factorisation for sparse matrices]] | #### [[LU factorisation for sparse matrices]] | ||
#### [[Incomplete Cholesky Factorization]] | #### [[Incomplete Cholesky Factorization]] | ||
+ | ## [[Direct numerical solutions]] | ||
+ | ### [[Gauss elimination]] | ||
+ | ### [[LU decomposition method]] | ||
### [[Direct solution to tridiagonal matrix]] | ### [[Direct solution to tridiagonal matrix]] | ||
#### [[Thomas algorithm]] | #### [[Thomas algorithm]] |
Revision as of 04:42, 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