CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Wiki > Numerical methods

Numerical methods

From CFD-Wiki

(Difference between revisions)
Jump to: navigation, search
Line 15: Line 15:
# [[Linear equation systems]]
# [[Linear equation systems]]
## [[Introduction and need]]
## [[Introduction and need]]
-
## [[Direct numerical solutions]]
+
## Matrix Related
-
### [[Gauss elimination]]
+
-
### [[LU decomposition method]]
+
### [[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.

  1. Introduction to numerical methods
  2. Geometrical Calculations
    1. Area calculations
    2. Volume calculations
  3. Gradient calculations
  4. Discretisation
    1. Finite differences
    2. Finite volume
      1. Discretisation of convective term
      2. Discretisation of diffusive term
    3. Finite element
    4. Time discretisation
  5. Linear equation systems
    1. Introduction and need
    2. Matrix Related
      1. Matrix factorisation
        1. LU factorisation for sparse matrices
        2. Incomplete Cholesky Factorization
    3. Direct numerical solutions
      1. Gauss elimination
      2. LU decomposition method
      3. Direct solution to tridiagonal matrix
        1. Thomas algorithm
    4. Iterative solutions
      1. Basic concept of iterative solutions
      2. Gauss-Seidel method
      3. Jacobi method
      4. Successive over-relaxation method
      5. Stone's method
      6. Alternating direction implicit (ADI) method
      7. Congugate gradient methods
        1. Conjugate gradient method of Golub and van Loan
        2. Biconjugate gradient method
    5. Multigrid methods
      1. Geometric multigrid
      2. Additive corrective multigrid
    6. Solution of Poisson's equation
    7. Solution of Navier-Stokes equation
  6. Efficiency and stability
    1. Limiters
      1. Flux limiters
      2. Gradient limiters
  7. Meshless methods
  8. CFD Related algorithms
    1. Wall distance Calculations
      1. Moore's kd-tree algorithm
      2. Transport equation based wall distance calculation
My wiki