MultipoleExpansion¶
Use this post-process to obtain the multipole expansion of a time-harmonic electromagnetic field in a lossless homogeneous isotropic exterior.
In a nutshell, the outgoing electromagnetic field is determined and decomposed into contributions from various spherical vector waves or multipoles. These radiate radially outwards, thus fulfilling the Sommerfeld radiation conditions, and travel towards infinity.
Example: A multipole expansion post-process may be specified as follows:
PostProcess {
MultipoleExpansion {
FieldBagPath = "./project_results/fieldbag.jcm"
OutputFileName = "./project_results/expansion_coefficients.jcm"
Format = JCM-ASCII
MultipoleDegree = 2
}
}
Theoretical background
It is required that the scatterer is surrounded by a lossless, homogeneous and isotropic material distribution enclosing the origin. Let and denote the corresponding scalar permittivity and permeability, respectively. The angular wave number is given by . In this setting, the scattered electromagnetic field at a point can be expanded into a basis of vector spherical wave functions which are orthonormal on the unit sphere .
The coefficients are determined by the following integrals
The vector spherical wave functions for the outgoing fields have the following definition in terms of spherical coordinates
The definition makes use of the spherical Hankel functions of the first kind and the associated Legendre polynomials of degree and order .
Storage format
The computed multipole expansion is stored in a JCM table. Each row in the table corresponds to a vector spherical wave function. Summing up (superimposing) these spherical waves gives an approximation of the scattered field:
The type (electric or magnetic multipole moments) is stored on the first columns as a binary variable. The output JCM table file has the following columns:
Columns 1: Type
This is type of the vector spherical wave function or (as explained above) encoded in a binary variable: 1 indicates type and a 0 type.
Columns 2-3: n, m
The second and third columns contain the integer multipole degree
n
and orderm
of the vector spherical wave function .Columns …: ExpansionCoefficient_<iF>, …
The subsequent columns contain the expansion coefficients or of the respective vector spherical wave function. The index
<iF>
stands for the field index.