Dear all,
Since my last call at the forum, I have been more in touch with NS EM and got a little bit more experience. But not enough to simulate successful CAD which is not explained by the examples.
To make it clear in advance, I can simulate the structure one, but the results are wrong, so I have to investigate more time to figure out why. In the meantime, I’ll ask you about the important impacts of the CAD structure for the mesh.
For that, I add two examples of the same antenna. One with a volume body, the other only as surfaces.
Why did I do this? To figure out how high the impact of small surfaces is. Simulating the volume body (data two) didn’t work, so I transformed it into a Sim-Object as simple as I could (data one). The simulation works now, but it needs a long time. Why? I don’t know.
Back to my topic. In future, I can’t simulate only surfaces I have to add some material properties (not only PEC) so I need a volume. Also, a volume is more easy to create as CAD.
What should I look for, if I create a CAD taking into account the mesh(size). I can’t imagine, that I can completely avoid small areas.
What could I do if I get some surfaces which size are << than the wavelength and so also << the mesh size?
And addition to that, what happens if I have a huge bandwidth for example 20 GHz for simulation, so between the minimal wavelength and the maximal are a factor by 20, I think that has also an impact on the simulation time.
Please ask me if there are any questions.
OK. Is it possible to upload the step file or sat or stp? Or cub5? Otherwise I’ll upload a few pictures.
journal
The journal for the antenna by data one
reset
The dimension of the geometrie are in mm
##Multiply the size of parameter by 1000 to be in mm. CAD is in mm and lambda in m
#{f_max=18e9}
#{c_0=299792458}
#{lambda=(c_0/f_max)*1000}
import acis “E:/Michael/Nullspace_workspace/HF906_Antenna/Horn2019_HF906_eddit_with_out_coax_surface v1.sat” heal attributes_on separate_bodies
create surface rectangle width {2} height {3} zplane
rotate Surface 59 angle 90 about Y include_merged
move Surface 59 x -25 include_merged
split surface 59 direction curve 245
imprint all
merge all
nsem voltage source ‘port1’ pos surface 60 neg surface 61 impedance 50
nsem load material library ‘E:\Michael\Nullspace_workspace\Material\materials.h5’
nsem assign volume all material ‘pec’
nsem assign surface 17 58 material ‘RO3003’
set duplicate block elements off
block 1 add surface all
block all element quad9
surface 98 99 interval 1
mesh surface 98 99
surface 1 3 4 5 6 10 22 9 23 38 36 56 size {lambda/10}
mesh surface 1 3 4 5 6 10 22 9 23 38 36 56
surface not is_meshed size {lambda/5}
mesh surface not is_meshed
python script
Simulation script
Sim_HF906.txt (3.6 KB)
Material
Material Python File
materials_V2.txt (862 Bytes)