Interesting.
And what is inside QT_PLUGIN_PATH ?
Search found 173 matches
- Wed 16 Dec 2020, 05:23
- Forum: Feedback
- Topic: Bug fix for Qt problem
- Replies: 11
- Views: 3731
- Fri 02 Oct 2020, 01:55
- Forum: Usage
- Topic: Different result CST and OpenEMS
- Replies: 1
- Views: 1422
Re: Different result CST and OpenEMS
mesh, airbox dimensions, excitation setup, boundaries... check your script in that order.
- Mon 13 Jul 2020, 05:41
- Forum: Usage
- Topic: 900MHz Yagi simulation
- Replies: 2
- Views: 3022
Re: 900MHz Yagi simulation
there is no difference between primitives. Every object is converted into a set of rectangular boxes. so define the mesh carefully.
- Tue 30 Jun 2020, 07:41
- Forum: Usage
- Topic: usage of different prio is giving entirely different return loss curve!
- Replies: 4
- Views: 3808
Re: usage of different prio is giving entirely different return loss curve!
that's weird. As far as I understand, the engine treats every cell separately, regardless of continuity. First, I would check the metal definition. It may happen that one is a metal, and another is PEC, or something like that. It may happen also that the air, or substrate has a surpassing priority, ...
- Wed 17 Jun 2020, 03:40
- Forum: Usage
- Topic: Waveguide adapter simulation
- Replies: 10
- Views: 8200
Re: Waveguide adapter simulation
I guess, you are transiting From Rect to circ, and not back? so, isn't it obvious?
Or (probably), knowing approximate impedance you can add a lumped port along the expected field line corresponding the mode. It just creates a E field by driving the current through the port resistor.
Or (probably), knowing approximate impedance you can add a lumped port along the expected field line corresponding the mode. It just creates a E field by driving the current through the port resistor.
- Tue 16 Jun 2020, 09:22
- Forum: Usage
- Topic: Corrugated Horn Antenna Tutorial for openEMS
- Replies: 6
- Views: 10204
Re: Corrugated Horn Antenna Tutorial for openEMS
I think, adding PML after the model and mesh is generated is a correct way. Calculating pml during mesh generation always creates troubles. I prefer making a model first, with an array of important structural nodes. Optimize the nodelist by removing duplicate nodes, and coordinate points within mini...
- Mon 15 Jun 2020, 01:40
- Forum: Usage
- Topic: Problem with phase accuracy in waveguide polarisers
- Replies: 4
- Views: 3905
Re: Problem with phase accuracy in waveguide polarisers
the answer is in your question. circular waveguide requires non-orthogonal meshing
- Thu 11 Jun 2020, 08:56
- Forum: Usage
- Topic: Waveguide adapter simulation
- Replies: 10
- Views: 8200
Re: Waveguide adapter simulation
Cylindrical coordinates can not be combined with rectangular. You will get stepped surface either in circular, or rectangular section. And it is easier to define circular section in rectangular coordinates, then the opposite.
- Wed 10 Jun 2020, 03:37
- Forum: Usage
- Topic: Waveguide adapter simulation
- Replies: 10
- Views: 8200
Re: Waveguide adapter simulation
The model of coax to feeding rect-horn works, but needs so dense mesh, that you better put a lumped port just inside the rect. section. Septum transition should also work just fine, but the circular waveguide is a problem. You will die increasing the mesh for accurate curved surface representation. ...
- Wed 10 Jun 2020, 03:28
- Forum: Usage
- Topic: Feed excitation
- Replies: 2
- Views: 2836
Re: Feed excitation
Feed is a transmission line connecting the device of interest to power source. You, probably mean a port. In general, most ports are voltages over a load block in OpenEMS, except plane wave excitation, which is represented by a cube with boundaries pulling a plane inside, and cancelling it outside, ...