-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verification failed when solving a horn antenna using mesh file created by Gmsh. #235
Comments
horn_Gmsh_V1.json here is the error and config\msh\geo file |
i still didn't know how to set the mesh for boundary, is there any examples of antennas to study? |
Hi @keheheke, thanks for sharing your mesh and input file. The first issue is with your model/mesh. The mesh on the wave port face does not conform to the horn boundary, you can see that the triangles discretizing the outer box lie on top of and intersect the triangles for the edge of the horn domain. This needs to be fixed in your CAD model. Unfortunately I don't have any examples of antennas for you, but you might be able to learn something from the CPW examples with wave ports here. One option is to use the OpenCASCADE kernel in Gmsh and use the Another note is that if you are applying PEC boundary conditions to the surface of the horn, you don't need to mesh the inside. However, it should not hurt to much in this case and so I imagine fixing the above mesh issue should allow your simulation to run. Finally, I noticed that the version of Palace you are using from Weisim is quite outdated. You would be strongly recommended to use the |
Hello, do you have a tutorial on building Palace in Windows? |
@sebastiangrimberg |
@keheheke Great to hear! I will close this issue now but feel free to reopen if you have further questions. |
@wlt8023 We do not provide instructions for building on Windows since we have no ability to test it and do not use it regularly. However, there are a few options:
|
@sebastiangrimberg hello,recently,I have a problem when using Palace to solve a Rectangle waveguide, I want to get the Insertion loss(S21) . if I set the start frequency >15GHz ,such as 16GHz, the simulation will run successfully: However, i need to get the S21 parameter at from 10GHz to 20GHz ,even the wave energy will be evanescent, is there any solution ? |
@sebastiangrimberg |
Hi @keheheke, thanks for your question. In general I'm not sure if it makes sense to try to drive a wave port below the cutoff frequency of the propagating mode, so I do not know what the expected result for S21 is in this case. However, there have been many recent improvements to wave ports which should at least allow your simulation to run below cutoff (< 15 GHz), even as recently as last week with #264. I would suggest as a place to start you build and run Palace from |
@sebastiangrimberg ,Thanks a lot,i will seek help to build the latest version for better features. |
i meet some problems when simulation a horn antenna by Gmsh and palace.I can't figure out if it's a problem with the mesh or the model.
The simulation model is composed of a copper horn antenna feeded by a waveport,and airbox outside as an Radiation boundary,see the attachment model.
The error is :
Verification failed: (lambda.real() > 1.0 / (1.0 - 1.0e-2)) is false:
--> Computed wave port mode is or is very close to being evanescent
The text was updated successfully, but these errors were encountered: