1 / 9

Implicit approximation can be solved using: Point iteration (G/S, SOR)

Implicit approximation can be solved using: Point iteration (G/S, SOR) Direct (matrix) solution Combination of matrix soln and iteration (used in MODFLOW). Solve by iteration. or. 1D. Implicit Approximation. In this form, the equation can be solved directly

theo
Download Presentation

Implicit approximation can be solved using: Point iteration (G/S, SOR)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Implicit approximation can be solved using: • Point iteration (G/S, SOR) • Direct (matrix) solution • Combination of matrix soln and iteration • (used in MODFLOW)

  2. Solve by iteration or 1D Implicit Approximation

  3. In this form, the equation can be solved directly using matrix methods. See W&A, p. 95. All known terms are on the RHS; all unknown terms are on the LHS.

  4. Let x =  y = a 2D

  5. Tridiagonal solution oriented along columns The motivation behind the Alternating Direction Implicit Procedure is to keep the coefficient matrix tridiagonal so that we can use the Thomas algorithm to solve the matrix equation. Not tridiagonal

  6. In the next time step, the solution is oriented along rows. Tridiagonal solution oriented along rows

  7. In point iteration, the 5-point operator moves over each node in the grid….

  8. In the ADI matrix solution, the 5-point equations are assembled into one matrix equation for each column (or row).

  9. Examples of solution techniques that combine matrix solution with iteration: IADI (see chapter 5 of W&A) SSOR* SIP* PCG2* *Used in MODFLOW

More Related