Added section on comparison with analytical solutions.

这个提交包含在:
Craig Warren
2016-01-27 16:06:26 +00:00
父节点 4e663fb9ba
当前提交 5fab5887d7
共有 2 个文件被更改,包括 48 次插入0 次删除

查看文件

@@ -0,0 +1,47 @@
**********************
Analytical comparisons
**********************
This section presents comparisons between analytical and modelled solutions.
Hertzian dipole in free space
=============================
:download:`hertzian_dipole_fs.in <../../tests/analytical/hertzian_dipole_fs.in>`
This example is of a Hertzian dipole, i.e. an additive source (electric current density), in free space.
.. literalinclude:: ../../tests/analytical/hertzian_dipole_fs.in
:language: none
:linenos:
The module calculates the analytical solution.
.. automodule:: tests.analytical.analytical_solutions
Results
-------
:numref:`hertzian_dipole_fs_results` shows the shows the time history of the electric and magnetic field components of the modelled and analytical solutions. :numref:`hertzian_dipole_fs_results_diffs` shows the percentage differences between the modelled and analytical solutions.
.. _hertzian_dipole_fs_results:
.. figure:: ../../tests/analytical/hertzian_dipole_fs_vs_analytical.pdf
:width: 600 px
Time history of the electric and magnetic field components of the modelled and analytical solutions.
.. _hertzian_dipole_fs_results_diffs:
.. figure:: ../../tests/analytical/hertzian_dipole_fs_vs_analytical_diffs.pdf
:width: 600 px
Percentage differences between the modelled and analytical solutions.

查看文件

@@ -37,6 +37,7 @@ gprMax User Guide
:maxdepth: 2
:caption: Examples
examples_analytical
examples_simple_2D
examples_antennas
examples_advanced