Replies: 1 comment
-
Thanks for suggesting this. This sounds like a useful feature. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I have noticed that the embedded boundary has issues with pec electromagnetic-solver boundary conditions. Since the outside electric field values are simply skipped, the electric field at the embedded boundary will be "imperfectly" reflected. When using a cylindrical embedded boundary this issue can cause constant m=4,8,12... modes in the em-fields.
The solution (one atleast) to this is similar to the pec boundaries used on the 3D cartesian grid already in use.
2D python toy model: red points outside polygon (embedded boundary) and green points are the "opposite points"

3D python toy model: with lathe (2pi swept polygon)

What is already implemented (as I can tell):
What is missing (?):
Some questions that need to be answered:
Any thoughts? Would this be a feature that WarpX could benefit from? Also if anyone is a master at AMReX that can point in the right direction, please do!
Beta Was this translation helpful? Give feedback.
All reactions