Can I set a particle boundary for embedded boundary? #4703
Unanswered
Kellysherry
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @Kellysherry. Currently any embedded boundaries in WarpX will be absorbing for particles. There are ways to have more involved interactions between the particles and the embedded boundary but currently these require handling such interactions via python callbacks. See for example this simulation: https://github.com/ECP-WarpX/WarpX/tree/development/Examples/Physics_applications/spacecraft_charging. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I wanted to make a simple simulation on electron extraction, the electrons will be injected from the bottom boundary whose potential is -1000 V and there is a grid in the calculation domain which is set to 100 V.
But it failed to converge and I found that if I dismiss the grid this problem will be solved.
I guess that's because I didn't set a particle boundary for the grid but I didn't find any input parameters about it.
Beta Was this translation helpful? Give feedback.
All reactions