method of moments solver for metal and dielectric structures
method of moments computation technique for metal and dielectric antennas.
antennas using dielectric substrate consists of a metal part and a dielectric part. the first step in the computational solution of electromagnetic problems is to discretize maxwell's equations. the process results in this matrix-vector system:
v — applied voltage vector. this signal can be voltage or power applied to the antenna or an incident signal falling on the antenna.
i — current vector that represents current on the antenna surface.
z — interaction matrix or impedance matrix that relates v to i. for calculating the interaction matrix, the effect of metal and dielectric parts in an antenna are taken separately.
antenna toolbox™ uses method of moments (mom) to calculate the interaction matrix and solve system equations.
mom formulation
the mom formulation is split into three parts.
discretization of dielectrics
discretization enables the formulation from the continuous domain to the discrete domain. this step is called meshing in antenna literature. in the mom formulation, the metal surface of the antenna is meshed into triangles and the dielectric volume is meshed into tetrahedrons.
basis functions
basis functions are used to represent unknown quantities. in the case of antennas using dielectrics, the unknown quantities are the surface current on the metal structure and flux density due to dielectric volume. antenna toolbox uses rao-wilton-glisson (rwg) [2] basis functions. for basis functions for a metal structure in an antenna refer, .
for the dielectric volume of the antenna, antenna toolbox uses a zeroth order edge basis function to model the flux density.
the figure shows an edge-based basis function. the vector variation is perpendicular to the base edge ab (or ). the vector of the edge cd (or ) defines the basis function. within a tetrahedron, the basis function is a constant field given by
c – normalization coefficient.
p – vector of the edge defining the basis function.
interaction matrix
the interaction matrix is a complex dense symmetric matrix. for a metal-dielectric antenna, there are two sets of basis functions and four interactions. to fill out the interaction matrix, calculate the free-space green's function between all the basis functions on the antenna surface. the final interaction matrix equations are:
zmm
– metal to metal interaction. for a pure metal structure, you only calculate this symmetric square matrix.zdd
– dielectric to dielectric interaction. for pure dielectric structures, you only calculate this symmetric square matrix.zmd
andzdm
– these matrices calculate the interaction between metal and dielectric. this matrix is not a symmetrical square matrix.
where
is the free space green's function.
is the complex dielectric constant within every tetrahedron.
is the differential contrast on every face of the tetrahedron.
for a composite metal structure, you must calculate all four matrices.
neighbor region
the figure shows a typical interaction matrix for a metal structure
zmm
with 256 basis functions.
from the interaction matrix plot, you observe that the matrix is diagonally dominant. the dielectric interaction matrix is also diagonally dominant. as you move further away from the diagonal, the magnitude of the terms decreases. this behavior is same as the green's function behavior. the green's function decreases as the distance between r and r' increases. therefore, it is important to calculate the region on the diagonal and close to the diagonal accurately.
this region on and around the diagonal is called neighbor region. for a metal-dielectric antenna, the neighborhood region is based on the average size of the tetrahedron.
for neighboring region details for metal antennas refer, .
singularity extraction
along the diagonal, r and r' are identical
and the defined green's function becomes singular. to remove the singularity,
extraction is performed on these terms. the equations for the singularity extraction
of the zmm
matrix are:
the two integrals on the right side of the equations, called potential or static integrals are found using analytical results [3].
the equations for the singularity extraction of the
zdd
matrix are:
finite arrays
the mom formulation for finite arrays is the same as for a single antenna element. the main difference is the number of excitations (feeds). for finite arrays, the voltage vector is now a voltage matrix. the number of columns are equal to the number of elements in the array.
for example, the voltage vector matrix for a 2x2
array of
rectangular patch antenna (with and without dielectric substrate) has four columns
as each antenna can be excited separately.
infinite array
to model an infinite array, you change the mom to account for the infinite behavior. to do so, you replace the free-space green's functions with periodic green's functions. the periodic green's function is an infinite double summation.
green's function | periodic green's function |
---|---|
|
|
dx and dy are the ground plane dimensions that define the x and y dimensions of the unit cell. θ and φ are the scan angles.
comparing the two green's functions, you observe an additional exponential term that is added to the infinite sum. the φmn accounts for the scanning of the infinite array. the periodic green's function also accounts for the effect of mutual coupling.
for more information see, .
references
[1] harringhton, r. f. field computation by moment methods. new york: macmillan, 1968.
[2] rao, s. m., d. r. wilton, and a. w. glisson. “electromagnetic scattering by surfaces of arbitrary shape.” ieee. trans. antennas and propagation, vol. ap-30, no. 3, may 1982, pp. 409–418.
[3] wilton, d. r., s. m. rao, a. w. glisson, d. h. schaubert, o. m. al-bundak. and c. m. butler. “potential integrals for uniform and linear source distribution on polygonal and polyhedral domains.” ieee. trans. antennas and propagation. vol. ap-30, no. 3, may 1984, pp. 276–281.
[4] balanis, c.a. antenna theory. analysis and design. 3rd ed. new york: john wiley & sons, 2005.