From 8f51a70f1589117958e83e3f00a9627e737cc491 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 28 Jan 2016 09:47:26 +0000 Subject: [PATCH] Added text describing differences. --- docs/source/analytical_comparisons.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/analytical_comparisons.rst b/docs/source/analytical_comparisons.rst index c70800cc..611e9645 100644 --- a/docs/source/analytical_comparisons.rst +++ b/docs/source/analytical_comparisons.rst @@ -15,14 +15,12 @@ This example is of a Hertzian dipole, i.e. an additive source (electric current :language: none :linenos: -The function ``hertzian_dipole_fs`` in the ``analytical solutions`` module in the ``tests`` sub-package was written to compute the analytical solution. - -.. autofunction:: tests.analytical_solutions.hertzian_dipole_fs +The function ``hertzian_dipole_fs``, which can be found in the ``analytical solutions`` module in the ``tests`` sub-package, computes the analytical solution. Results ------- -:numref:`hertzian_dipole_fs_results` shows the time history of the electric and magnetic field components of the modelled and analytical solutions. The responses overlap one another due to their similarity. Therefore, :numref:`hertzian_dipole_fs_results_diffs` shows the percentage differences between the solutions. +:numref:`hertzian_dipole_fs_results` shows the time history of the electric and magnetic field components of the modelled and analytical solutions. The responses completely overlap one another due to their similarity. Therefore, :numref:`hertzian_dipole_fs_results_diffs` shows the percentage differences between the modelled and analytical solutions. .. _hertzian_dipole_fs_results: @@ -38,6 +36,8 @@ Results Percentage differences between the modelled and analytical solutions. +The match between the analytical and numerically modelled solutions is excellent. The maximum difference is approximately 1%, which is observed in the Ez field component (the same direction as the Hertzian dipole source). The other electric field components exhibit maximum differences of approximately 0.5%, and the magnetic field components 0.25%. +