Abstract
A numerical method of calculating harmonic three-dimensional electromagnetic field in
the metallic pipe with local defects is described. The problem is subdivided onto two
stages: calculation of the two-dimensional field in infinite domain for a clean pipe,
and calculation of a local three-dimensional field “generated” by a defect. A second-order
difference scheme for the four-component equations system of potentials is written out.
Several iteration methods of finding the solution of the governing linear equations are
investigated. A strategy of the multigrid approach for the considered class of problems
is proposed.
Аннотация
Описывается численный метод расчета гармонического трехмерного электромагнитного поля в
металлической трубе с локальным дефектом. Задача разделена на два этапа: расчет двумерного
поля в бесконечной области для трубы без дефекта, и расчет локального трехмерного поля,
«наведенного» дефектом. Выписана разностная схема второго порядка точности для
четырехкомпонентной системы уравнений в потенциалах. Исследованы некоторые итерационные
методы нахождения решения получаемой системы линейных уравнений. Выработана стратегия
применения многосеточного метода для рассматриваемого класса задач.
1
Introduction:
class of problems under solution and structure of the algorithm
We consider a cylindrical pipe
that can have a defect like a pit or hole. The cylindrical system of
coordinates with the same axes as the pipe is used. It is supposed that defects
are formed by set of hexahedral cells.
In order to avoid solution of
a full external problem we subdivide it onto two stages. First the unperturbed
two-dimensional field is calculated for the clean pipe (without defects) with a
given geometry and excitation conditions. Than a three-dimensional subdomain
(box) with the given defect is considered, and the three-dimensional problem
for Maxwell equations with Dirichlet boundary conditions of the electrical
field on the external boundaries is solved, see Figure 1 and Figure
2.
The two-dimensional
unperturbed problem is solved by the algorithm described in [1]; so we have the solution for the azimuth
component of the vector potential
of an axis-symmetric background solution. For the three-dimensional problem the
electrical field is represented in the
box by sum of vector and scalar potentials

with the boundary
values
.
It is supposed that the box is
big enough to believe that the Dirichlet conditions from unperturbed problem
can provide a required accuracy of modeling.
The three-dimensional problem
in the box is solved by an iteration method (GMRES or MultiGrid algorithms, see
Section 4) starting from the two-dimensional solution as an
initial guess. Evidently this mixed (2D-3D) approach permits to drastically
save computational efforts.

Figure 1: Computational domain with the pipe wall,
cross-section at θ=const
Figure 2: Computational domain, cross-section at z=const
This work was supported by the RFBR grant No. 04-01-00567
and grant RM0-1298, CRDF.
The Maxwell equations
written for the harmonic-in-time electromagnetic field ( ) in media with a non-constant magnetic permeability , conductivity , and electrical permittivity
read

where is a given source
current density.
Numerical solution of
these equations in three dimensions for media containing
dielectric-ferromagnetic boundaries remains a challenge problem still. The known
difficulties are discussed, e.g., in Introduction section of the paper [2], and we just remind two those important in our
case:
·
handling regions of vanishing
conductivity. The operator of the system has a non-zero kernel in these
regions;
·
handling regions of strongly
jumping conductivity and magnetic permeability at boundaries metal-air.
A more or less
compromise approach to resolve the above mentioned issues consists of using a
second order difference scheme on a staggered regular non-uniform grid to
approximate the following corrected system of equations

with auxiliary functions , and a constant , see details in the cited paper.
This system is not the
final one. It is possible to reduce the system to the second-order equations
with 4 unknown scalar functions: three components of the vector potential and the scalar potential :

3
Difference
scheme

our system of equations reads in the scalar form:

The
three-dimensional solution is obtained in the computational domain (box)

for
the whole azimuth angle . The box is covered by a structured grid having the
hexahedral cells:
,
,
,
the
number of cells is , , and in , , and directions,
respectively.
We
represent the computational domain by finite volumes with the central point
corresponding to the index . Grid functions are defined on the following points referred
to different faces and the center of the cell, respectively:

The
cell centers with prescribed conductivity and magnetic
permeability are calculated by
,
,
.
The
corresponding difference equations on a non-uniform grid with spacing , and read as follows:
(2.1)
(2.2)
(2.3)
(2.4)
(2.5)
(2.6)
(2.7)
(2.8)
(2.9)
(2.10)
(2.11)
(we give also the grid index for the right hand side of each equation).
Let us remove the half-integer indices by introducing notation
,
,

,

where
superscripts “c” and “f” refer to the points located at the center and on a
face of the cell, respectively; value of
μ at the cell edges is
evaluated by the arithmetic averaging, and
σ at the cell faces is
evaluated by the harmonic averaging.
The
vector of unknown difference
functions consists of the four potential components:
(3)
After
some algebra, we exclude the functions , , and from (2.1) to (2.11),
and obtain the system of four difference equations:

We write the system of the algebraic equations for

as
follows:

or
in the matrix form
where is a number of the
unknown function (corresponds to the superscript of ), is the equation vector
number (number of the matrix row).
Let us describe the rules of forming the matrix entries. The calculation
domain consists of , , cells along the
coordinates , , and , respectively. The rows of the matrix and the
right-hand-side vector are calculated
depending on the equation number , i.e. according to equations (4.1) to (4.4) if the index
corresponds to an internal point, and according to the Dirichlet condition
otherwise (other coefficients for ghost unknowns must be zero).
The system of
algebraic equations obtained after the discretization is really huge: more than 250000 unknown complex values for a
mesh of 40´40´40 cells (the typical mesh for a single simple defect). The system has a
large conditional number because of a non-uniform grid and discontinuous
coefficients on the metal-air boundaries. That is why finding of solution to
this system is a difficult problem. Only iterative methods can be used. Here we
consider use of GMRES with ILU preconditioning and Multigrid methods.
4.1
GMRES-ILU
solver
The iteration Krylov
subspaces method (GMRES algorithm) with an Incomplete Lower-Upper
preconditioner is used by calling the correspondent procedures from the IMSL mathematical library. The solution
procedure consists of two stages: calculation of the ILU factorization
precondition matrix, and GMRES iterations with this preconditioner. The first
stage requires large enough computational time comparing the iterations time:
for instance 484sec versus 40sec. However, for the problem with multiple RHSs
in (4.2), say N, one must calculate the preconditioner only once, and then it
is used for iteration solution with each RHS. Hence the total computational
time in this example equals 484 + N*40.
The main drawback of
the GMRES-ILU approach consists of a large additional memory required by the
ILU precondition matrix: in our computations the latter is usually at least 10
times greater than memory occupied by the matrix of the original system. This
ILU matrix must be kept in computer memory. That is why there exists a
limitation to the grid volume about 60´40´40 cells for the Windows PC (2 GB application memory).
An optimal choice of
the parameter Ω that drastically influence the number of iterations is
Ω=0.5ω.
According to the
original idea of the author of the multigrid method, see [3] to [6] the multigrid approach is based on the following
observation. It is known that while exploring simple iteration methods the
high-frequency components of the residual vanish much faster than the
low-frequency ones. Therefore after several iterations on the initial fine
grid, one can try to reduce the low-frequency part of the residual by using
coarser grid. The coarser grid requires much smaller time for a single
iteration and suppresses more efficiently the low-frequency harmonics.
Let us make general
remarks concerning the efficiency of the multigrid method. Evidently it depends
on all elements of the construction:
·
grid coarsening algorithm,
“coarse” operators (matrices) 
·
smoother strategy (operators and numbers of
subiterations )
·
restriction operators 
·
prolongation operators 
Additional
difficulties for our case are caused by the following circumstances:
·
the staggered grids are used
for difference equations; therefore the corner points of solutions at the
metal-air frontiers do not match each other on the grids
·
high contrasts in influence strongly the
choice of the smoother strategy.
However, theoretically
the multigrid approach can provide a very efficient solution procedure for both
memory and computational costs.
We consider the above
listed elements in the subsections below.
Note that our current
multigrid version permits to handle grids with 72´80´80 cells.
It is known that if we
define the difference operator on a coarse grid by
|