Centrosymmetric matrix: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>R'n'B
 
en>Addbot
m Bot: Migrating 4 interwiki links, now provided by Wikidata on d:q2598955 (Report Errors)
Line 1: Line 1:
Andrew Simcox is the title his parents gave him and he totally loves this name. I've always cherished residing in Alaska. Invoicing is my occupation. To climb is some thing I truly enjoy performing.<br><br>Here is my webpage :: accurate psychic readings, [http://www.octionx.sinfauganda.co.ug/node/22469 redirected here],
The '''finite-difference frequency-domain (FDFD) method''' is a [[numerical solution]] method for problems usually in [[electromagnetism]] and sometimes in [[acoustics]], based on [[finite-difference approximation]]s of the [[derivative operator]]s in the [[differential equation]] being solved. 
 
While "FDFD" is a generic term describing all frequency-domain finite-difference methods, the title seems to mostly describe the method as applied to scattering problems.  The method shares many similarities to the finite-difference time-domain (FDTD) method so much of the literature on FDTD can be directly applied.  The method works by transforming Maxwell's equations (or other partial differential equation) for sources and fields at a constant frequency into matrix form <math>Ax = b</math>. The matrix ''A'' is derived from the wave equation operator, the column vector ''x'' contains the field components, and the column vector ''b'' describes the source.  The method is capable of incorporating anisotropic materials, but off-diagonal components of the tensor require special treatment.
 
Strictly speaking, there are at least two categories of "frequency-domain" problems in electromagnetism.<ref name="Joannopoulos08"/>  One is to find the response to a [[current density]] '''J''' with a constant frequency &omega;, i.e. of the form <math>\mathbf{J}(\mathbf{x}) e^{i\omega t}</math>, or a similar time-harmonic source. This ''frequency-domain response'' problem leads to an <math>Ax = b</math> system of linear equations as described above.  An early description of a frequency-domain response FDTD method to solve scattering problems was published by Christ and Hartnagel (1987).<ref name="Christ87"/>  Another is to find the [[normal mode]]s of a structure (e.g. a waveguide) in the absence of sources: in this case the frequency &omega; is itself a variable, and one obtains an [[eigenproblem]] <math>Ax = \lambda x</math> (usually, the eigenvalue &lambda; is &omega;<sup>2</sup>).  An early description of an FDTD method to solve electromagnetic eigenproblems was published by Albani and Bernardi (1974).<ref name="Albani1974"/>
 
==Implementing the method==
 
#Use a Yee grid because it offers the following benefits: (1) it implicitly satisfies the zero divergence conditions to avoid spurious solutions, (2) it naturally handles physical boundary conditions, and (3) it provides a very elegant and compact way of approximating the curl equations with finite-differences.
#Much of the literature on finite-difference time-domain (FDTD) methods applies to FDFD, particularly topics on how to represent materials and devices on a Yee grid.
 
==Literature==
*[http://purl.fcla.edu/fcla/etd/CFE0001159 See Chapter 3]
*[http://emlab.utep.edu/CEM_lectures.zip Computational Electromagnetics (see lectures 6-14)]
*[http://emlab.utep.edu/pdfs/Poster_FDFD.pdf EM Lab Poster on FDFD]
*[http://www.jpier.org/PIERB/pierb36/11.11092006.pdf Simple Implementation of Arbitrarily Shaped Total-Field/Scattered-Field Regions in Finite-Difference Frequency-Domain]
 
==References==
 
{{reflist|1|refs=
 
<ref name="Joannopoulos08">{{cite book
  | author=J. D. Joannopoulos, S. G. Johnson, J. N. Winn, and R. D. Meade
  | title=Photonic Crystals: Molding the Flow of Light, 2nd edition
  | editor=Princeton Univ. Press
  | year= 2008
  | pages= 688–696
  | url=http://ab-initio.mit.edu/book/
  | note=readable online: ''Appendix D: Computational Photonics''}}
</ref>
 
<ref name="Christ87">{{cite journal
  | author= Andreas Christ and Hans L. Hartnagel
  | title= Three-Dimensional Finite-Difference Method for the Analysis of Microwave-Device Embedding
  | journal= IEEE Transactions on Microwave Theory and Techniques
  | year= 1987
  | volume= 35
  | issue= 8
  | pages= 688–696
  | doi= 10.1109/TMTT.1987.1133733|bibcode = 1987ITMTT..35..688C }}
</ref>
 
<ref name="Albani1974">{{cite journal
  | author=M. Albani and P. Bernardi
  | title=A numerical method based on the discretization of Maxwell equations in integral form
  | journal= IEEE Transactions on Microwave Theory and Techniques
  | year= 1974
  | volume=22
  | issue=4
  | pages=446–450
  | url=http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1128246
  | doi=10.1109/TMTT.1974.1128246|bibcode = 1974ITMTT..22..446A }}
 
</ref>
}}
 
<references/>
 
==See also==
[[Finite-difference time-domain method]]
 
[[Category:Electromagnetism]]
 
 
{{Electromagnetism-stub}}

Revision as of 17:47, 28 February 2013

The finite-difference frequency-domain (FDFD) method is a numerical solution method for problems usually in electromagnetism and sometimes in acoustics, based on finite-difference approximations of the derivative operators in the differential equation being solved.

While "FDFD" is a generic term describing all frequency-domain finite-difference methods, the title seems to mostly describe the method as applied to scattering problems. The method shares many similarities to the finite-difference time-domain (FDTD) method so much of the literature on FDTD can be directly applied. The method works by transforming Maxwell's equations (or other partial differential equation) for sources and fields at a constant frequency into matrix form . The matrix A is derived from the wave equation operator, the column vector x contains the field components, and the column vector b describes the source. The method is capable of incorporating anisotropic materials, but off-diagonal components of the tensor require special treatment.

Strictly speaking, there are at least two categories of "frequency-domain" problems in electromagnetism.[1] One is to find the response to a current density J with a constant frequency ω, i.e. of the form , or a similar time-harmonic source. This frequency-domain response problem leads to an system of linear equations as described above. An early description of a frequency-domain response FDTD method to solve scattering problems was published by Christ and Hartnagel (1987).[2] Another is to find the normal modes of a structure (e.g. a waveguide) in the absence of sources: in this case the frequency ω is itself a variable, and one obtains an eigenproblem (usually, the eigenvalue λ is ω2). An early description of an FDTD method to solve electromagnetic eigenproblems was published by Albani and Bernardi (1974).[3]

Implementing the method

  1. Use a Yee grid because it offers the following benefits: (1) it implicitly satisfies the zero divergence conditions to avoid spurious solutions, (2) it naturally handles physical boundary conditions, and (3) it provides a very elegant and compact way of approximating the curl equations with finite-differences.
  2. Much of the literature on finite-difference time-domain (FDTD) methods applies to FDFD, particularly topics on how to represent materials and devices on a Yee grid.

Literature

References

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

  1. Cite error: Invalid <ref> tag; no text was provided for refs named Joannopoulos08
  2. Cite error: Invalid <ref> tag; no text was provided for refs named Christ87
  3. Cite error: Invalid <ref> tag; no text was provided for refs named Albani1974

See also

Finite-difference time-domain method


Template:Electromagnetism-stub