Replies: 4 comments 1 reply
-
Yes, this is possible. But I don't think that solving the 3D volume mesh model with openEMS is faster than solving the 2D cross section using atlc. |
Beta Was this translation helpful? Give feedback.
-
|
it seems like atlc is actually quite sensitive to the size precision on the different portions. the example i attached goes from like 58 to ~50 ohms for smaller to larger images. and it is extremely slow to process the larger images... |
Beta Was this translation helpful? Give feedback.
-
|
For 2D transmission line problems, another option to try is TNT-MMTL. In my opinion it's probably one of the best free 2D transmission line field solvers. It was developed during the 1980s by Mayo Clinic’s Special Purpose Processor Development Group. Development stopped and GPL'd in 2004 - it's ancient but it still works. It's a very basic quasi-static solver and cannot solve waveguide modes (TEM only), but usually the results are within a few percent within proprietary commercial tools. There are a few tutorials on YouTube, just search TNT-MMTL, such as [0]. It can be difficult to build it on a modern Unix/Linux system, so if you have zero patience, it's easier to use the Win32 installer. [1] I was actually working on a WebAssembly port so you can run the solver directly on a Web browser, but didn't have time to finish it - as now I'm working on optimizing openEMS instead [2]. For openEMS modeling, here's an example of a previous attempt, proposed by me and worked out by @VolkerMuehlhaus. [3] [0] https://www.youtube.com/watch?v=kzst_wpsXWY [1] But it's still possible on run Unix. I have a personal fork with all the necessary patches applied: https://notabug.org/niconiconi/tnt-mmtl, use the [2] https://niconiconi.neocities.org/tech-notes/fortran-in-webassembly-and-field-solver/ [3] #38 |
Beta Was this translation helpful? Give feedback.
-
|
Awesome, thank you for the resources! I will look into them |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I am working to design a photodetector circuit which operates at relatively high frequencies (~1 GHz).
I want to send my amplified photon pulses through some waveguides. It would be great if those could be coplanar waveguides with shielding vias.
Can I define an arbitrary geometry waveguide with different dielectrics, etc.? I was looking at atlc but it gets quite slow for large images. I'm attaching an example image of what I was imagining to make. Green is the ground conductor, red is the live one, white is vacuum, and gray is the PCB dielectric.

Thanks!
Beta Was this translation helpful? Give feedback.
All reactions