EM module : test dipole #29681
-
|
Hi, I tested the dipole example. I checked it works well. I'd like to know how to normalize an electric field. Raw data does not show the perfect wave phase patterns. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your question @HyungseonSong-plasma. The test result uses a very coarse mesh in order to speed-up the simulation time, so the waveform is quite distorted using the test mesh. The mesh you should use here is described in the documentation: https://mooseframework.inl.gov/modules/electromagnetics/benchmarks/DipoleAntenna.html Here, I mention that you should generate the mesh using the Gmsh tool and the You should have a Regarding normalization: in the data presented in the example, I am using a rather rudimentary boundary condition to excite the antenna. Therefore I couldn't, at the time that I made the example, guarantee the particular value of the electric field, but could guarantee the general waveform. Presenting the data in normalized form made more sense. What I mean by this is, performing the following calculation: Hopefully this all makes sense. Feel free to ask more questions if you have them! |
Beta Was this translation helpful? Give feedback.

Thanks for your question @HyungseonSong-plasma. The test result uses a very coarse mesh in order to speed-up the simulation time, so the waveform is quite distorted using the test mesh. The mesh you should use here is described in the documentation: https://mooseframework.inl.gov/modules/electromagnetics/benchmarks/DipoleAntenna.html
Here, I mention that you should generate the mesh using the Gmsh tool and the
.geofile included in the test directory of the dipole antenna example. Using that file, you can navigate to the folder and then call Gmsh on the command line to generate the mesh quickly:You should have a
.mshfile a…