Replies: 2 comments 2 replies
-
|
Well the commercial solver that I know just combine the excitation with a local PML. That always works and does not require any additional knowledge. What is the issue that you try to solve with this? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Also I think the plane wave excitation does this already, but I would need to check again how. That's like many decades ago I last looked at it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Although the PR is not yet implemented, I am already starting to work on the next ones.
1. Uni-directional excitation
To avoid the need to absorb (most) of the excited wave, close to the source, I explored the concept of exciting the mode in a single direction.
For that extent, I also excited the H field, half a step opposite of the propagation direction. In the silly example I wrote, it looks like this
So it looks kind of like this:
Single_Direction_Excite_Snip.mp4
2. Absorb specific modes
At least to the best of my knowledge, in most commercial software, the specific modes or any set of modal decomposition is absorbed. Here is one article, for example
I also had some success in that. It seems that the best performance is obtained with 2 consequtive modal absorbers. Maybe @thliebig can shed a bit of light on that topic.
Surprisingly, it didn't improve the performance using a Mur B.C., in addition! I'm guessing it's computationally easier than a comprehensive modal decomposition.
Beta Was this translation helpful? Give feedback.
All reactions