你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 20:46:52 +08:00
Adding section for comparison of different numerical modelling methods.
这个提交包含在:
@@ -0,0 +1,49 @@
|
||||
*********************
|
||||
Numerical comparisons
|
||||
*********************
|
||||
|
||||
This section presents some comparisons of models using different numerical modelling techniques.
|
||||
|
||||
FDTD/MoM
|
||||
========
|
||||
|
||||
The Finite-Difference Time-Domain (FDTD) technique using gprMax is compared with the Method of Moments (MoM) using the MATLAB antenna toolbox (http://uk.mathworks.com/products/antenna/).
|
||||
|
||||
Bowtie antenna in free space
|
||||
----------------------------
|
||||
|
||||
:download:`hertzian_dipole_fs.in <../../tests/numerical/vs_MoM_MATLAB/antenna_bowtie_fs/antenna_bowtie_fs.in>`
|
||||
|
||||
This example considers the input impedance of a planar bowtie antenna in free space. The length and height of the bowtie are 100mm, giving a flare angle of 90$^\circ$.
|
||||
|
||||
.. literalinclude:: ../../tests/numerical/vs_MoM_MATLAB/antenna_bowtie_fs/antenna_bowtie_fs.in
|
||||
:language: none
|
||||
:linenos:
|
||||
|
||||
The MoM was created in MATLAB using the ``bowtieTriangular`` class:
|
||||
|
||||
.. code-block:: matlab
|
||||
|
||||
bowtie = bowtieTriangular('Length', 0.1)
|
||||
|
||||
Results
|
||||
-------
|
||||
|
||||
:numref:`antenna_bowtie_fs_zin_results` shows the input impedance (resistive and reactive) for the FDTD (gprMax) and MoM (MATLAB) models.
|
||||
|
||||
.. _hertzian_dipole_fs_results:
|
||||
|
||||
.. figure:: ../../tests/numerical/vs_MoM_MATLAB/antenna_bowtie_fs/antenna_bowtie_fs_zin_results.png
|
||||
:width: 600 px
|
||||
|
||||
Input impedance (resistive and reactive) of a bowtie antenna in free space using FDTD (gprMax) and MoM (MATLAB) models.
|
||||
|
||||
The match between the FDTD and MoM solutions is generally very good.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -52,6 +52,7 @@ gprMax User Guide
|
||||
:maxdepth: 2
|
||||
:caption: Appendices
|
||||
|
||||
analytical_comparisons
|
||||
comparisons_analytical
|
||||
comparisons_numerical
|
||||
references
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户