380 likes | 389 Views
This research proposal aims to improve a multigrid solver for 3D electromagnetic diffusion, with the goal of recovering conductivity profiles for potential reservoir detection in image structures. The proposal includes the mathematical model, discretization equations, an overview of multigrid, encountered problems, possible improvements, and a summary. Practical application and improvements in line-smoother and semi-coarsening methods are discussed. Results show promising outcomes, warranting further research for improvement and generalization. (500 characters)
E N D
Improvement of a multigrid solver for 3D EM diffusion Research proposal final thesis Applied Mathematics, specialism CSE (Computational Science and Engineering)
Tom JönsthövelTU Delft januari 6, 2006Tutors: Kees Oosterlee (EWI, TUD)Wim Mulder (SIEP, Shell)
Overview presentation • Introduction: • Practical application/problem statement • Mathematical model • Discretization model equations • Short overview Multigrid • Problems encoutered with MG solver • Possible improvements on MG solver • Summary • Questions
Practical Application Practical goal: • Image structures that could host potential reservoirs • Providing evidence of presence of hydrocarbons How? Recovering the conductivity profile from measurements of electric and magnetic fields: * Oil/Gas are more resistive than surrounding (gesteente)
(3D) Electromagnetic Diffusion 2D example: EM source receivers Oil/Gas?
(3D) Electromagnetic Diffusion Amundsen, Johansen & Røsten (2004): A Sea Bed Logging (SBL) calibration survey over the Troll gas field
Mathematical model Maxwell equations in presence of current source With, Ohm’s law
Maxwell equations Eliminate the magnetic field from the equation:
Maxwell equations Transform equation from time to frequency domain: With angular frequency. Now, In practice:
Maxwell equations PEC boundary conditions: (Perfectly Electrically Conduction) domain
Discretization model equationsStep 1: Choose discretization: Finite Integration Technique (Clemens/Weiland ’01) • Finite volume generalisation of Yee’s scheme (1966) • Error analysis for constant-coeffients (Monk & Sülli 1994) • 2nd order accuracy for electric/magnetic field components
Discretization model equationsStep 2: Placement EM field components (Yee’s scheme):
i) with, Discretization model equationsStep 3: Next steps; discretize all components of main equation: ii) iii)
Discretization curl Stokes
Introduce (discreet) residu Goal: solve for r = 0 How? Multigrid solver
Overview Multigrid Idea: use BIM for solving Ax=b 1. the error e=xex-xapr becomes smooth (not small) 2. Quantity smooth on fine grid approx on coarser grid (e.g. double mesh size) Concl: error smooth after x relaxation sweeps approx error on coarser grid Cheaper/Faster
Basis MG • Pre-smoothing • Coarse grid correction: Restriction Compute approximation solution of defect equation - Direct/iterative solver - New cycle on coarser grid Prolongation • Post-smoothing
Basis MG Important choices: • Coarser grids • Restriction operator: residu from fine to coarse • Prolongation operator: correction from coarse to fine • Smoother
MG Components Coarser grids:
MG Components Restriction: Full weighting
MG Components Prolongation: Linear/bilinear interpolation, is transpose of restriction
MG Components Smoother: Pointwise smoother Symmetric GS-LEX
Introduce Test probleem • Artificial eigenvalues problem: • On the domain [0,2π]3. • This defines the source term Js. • Convergence: 10–8
Problems MG Solver σ0=10 S/m, σ1=1 S/m
Anisotropy 2D anisotropic elliptical equations:
Anisotropy Discretization in stencil notation:
Anisotropy Error averaging with GS-LEX: If ε→0, No smoothing effect in x-direction
Anisotropy and stretched grid 2D elliptical equations: Simple stretching: Hence:
Anisotropy Two possible improvements MG solver: Semi coarsening Line-smoother
1,l,m 2,l,m Nx – 1,l,m Line-smoother Solve all unknowns on line in direction anisotropy simultaneously. Reason: Errors become smooth if strong connected unknows are updated collectively
Preview results Combination line-smoother and semi-coarsening gives good results Factor 5 less MG iterations needed
Summary • Oil/Gas reservoir? • EM diffusion method Maxwell equations • Multigrid solver Problems when gridstretching used • Improvements: • Line-Smoother • Semi Coarsening • Results are obtained more research for improvement and generalisation, mathematical soundness