Open Tissot11 opened 1 week ago
Thanks for your question.
In order to answer your question, we would need a few more details about the type of field solver that you are using. In particular:
do_electrostatic
)initialize_self_fields
)If you could post your input script (or a modified version thereof, if it contains sensitive information), that would be even easier.
As you can in the input deck in #5131 that it is an electromagnetic simulation and I do not use do_electrostatic
also initialize_self_fields
. But noting the initialize_self_fields
could be on by default, I specifically put in another simulations species.initialize_self_fields=0
but it still gives the same error (see the attached file)
I used following for particle boundary conditions (#5131)
using following for fields
results in error saying that I should choose
neumann
pec
. Choosing followingworks. But I do not know why
PML
orabsorbing_silver_mueller
won't work with particle boundary conditions above. Moreover, I knowneumann
from mathematics but I wonder what it means in WarpX e.g. in the context ofPML
,open
orsilver_mueller
. I could not reproduce my results usingopen
boundary conditions from another code.