You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
works. But I do not know why PML or absorbing_silver_mueller won't work with particle boundary conditions above. Moreover, I know neumann from mathematics but I wonder what it means in WarpX e.g. in the context of PML, open or silver_mueller. I could not reproduce my results using open boundary conditions from another code.
The text was updated successfully, but these errors were encountered:
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:
is this a purely electrostatic simulation? (i.e. does your simulation script use do_electrostatic)
is this an electromagnetic simulation in which you are asking WarpX to compute the initial fields using a Poisson solver? (i.e. does your simulation script use 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.The text was updated successfully, but these errors were encountered: