Skip to content
Discussion options

You must be logged in to vote

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 .geo file 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:

gmsh -2 dipole_antenna_1G.geo -clscale 0.2 -order 2 -algo del2d

You should have a .msh file a…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@HyungseonSong-plasma
Comment options

Answer selected by cticenhour
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants