I have pushed a slightly modified version to github (check for Octave + Windows), will be included in the next release.
Maybe you can check the modified version?
https://github.com/thliebig/CSXCAD/raw/ ... GeomPlot.m
Search found 1436 matches
- Sun 18 Apr 2021, 11:41
- Forum: Feedback
- Topic: Bug fix for Qt problem
- Replies: 12
- Views: 4207
- Sun 18 Apr 2021, 11:25
- Forum: Usage
- Topic: Error Running Parallel Plate WG example
- Replies: 1
- Views: 139
- Wed 31 Mar 2021, 21:47
- Forum: Usage
- Topic: How to make a lumped inductor?
- Replies: 3
- Views: 608
Re: How to make a lumped inductor?
I don't think that SMD inductors (with any reasonable value) do exist. Please correct me if I'm wrong. Theoretically something like this would be possible in a numerical tool but I would not see the point if it does not exist in the real world. As far as a matching network goes I recommend to use a ...
- Wed 31 Mar 2021, 21:44
- Forum: Usage
- Topic: A Luneburg Lens fed by an aperture patch antenna
- Replies: 6
- Views: 1747
Re: A Luneburg Lens fed by an aperture patch antenna
I think these functions just plot what you feed in. Have a look at some of the antenna tutorials for more details and examples.
regards
Thorsten
regards
Thorsten
- Wed 31 Mar 2021, 21:42
- Forum: Usage
- Topic: Mesh alignment
- Replies: 2
- Views: 279
Re: Mesh alignment
Hi, I'm not really sure what you mean or what exactly the problem is, but the meshing will always have influence on the results and accuracy. Thus make sure to keep it constant during your investigations and refine it until the results converge. Otherwise I don't really know how to answer your quest...
- Fri 12 Mar 2021, 23:22
- Forum: Usage
- Topic: Bent Patch Antenna
- Replies: 2
- Views: 499
Re: Bent Patch Antenna
Hi,
the example/tutorial shows the cylindrical mesh and how it can easily simulate a bent patch. But this means it does only work for everything that can be expressed in cylindrical coordinates.
That means no, a cone is not that simple...
regards
Thorsten
the example/tutorial shows the cylindrical mesh and how it can easily simulate a bent patch. But this means it does only work for everything that can be expressed in cylindrical coordinates.
That means no, a cone is not that simple...
regards
Thorsten
- Thu 18 Feb 2021, 19:11
- Forum: Usage
- Topic: Strange behavior from rectangular waveguide
- Replies: 6
- Views: 2866
Re: Strange behavior from rectangular waveguide
I assume you have PML at the start and end? Can you try to make it PEC inside the PML and only finite kappa inside the "normal" domain? Maybe the PML does not behave well with high conductivity. As for -50dB vs -100dB: the mode matching is based on the analytical modes and therefore never matches 10...
- Sun 14 Feb 2021, 20:57
- Forum: Install
- Topic: Python installation : fatal error: CSXCAD/ParameterObjects.h
- Replies: 7
- Views: 8015
Re: Python installation : fatal error: CSXCAD/ParameterObjects.h
Well the command looks fine to me. I assume the file "/opt/include/CSXCAD/ParameterObjects.h" is indeed available?
- Sun 14 Feb 2021, 17:25
- Forum: Feedback
- Topic: Bug fix for Qt problem
- Replies: 12
- Views: 4207
Re: Bug fix for Qt problem
Hi there, can you try to change the qt.conf file in the openEMS folder? Adding the last line as below?: [Paths] Prefix = ./qt5 Plugins = ./qt5/plugins I'm a bit puzzled why Qt is unable to find it's plugins. Of course newer Octave versions cause this because they have changed/set this environment va...
- Sat 06 Feb 2021, 14:02
- Forum: Install
- Topic: Installing on Fedora version 33 (Red Hat Enterprise Linux)
- Replies: 1
- Views: 538
Re: Installing on Fedora version 33 (Red Hat Enterprise Linux)
Hi, the openEMS GUI uses Qt and thus should be wayland capable in theory. Maybe your version was build against a too old version of Qt? But I have not tried it myself yet, maybe vtk and/or openGL is the issue... You should be able to start it on wayland using xwayland by using something like "-platf...