Numerical instability problem using azimuthal decomposition and prescribed fields #812
Replies: 2 comments 7 replies
-
I did not follow the discussion, but is the problem present without prescribed fields? I wonder whether there is some particular numerical instability at r=0 with these nonphysical fields. |
Beta Was this translation helpful? Give feedback.
-
I am not sure to understand which fields you want to initialise in AM. Also, the fields evolved through the Maxwell solver explode from either one or more points of the grids where a "strange" field value appears, or a current density accumulates from the macro-particles. Do you see an anomalous current density |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,



I'm trying to run a 2D simulation with azimuthal mode decomposition, using some prescribed fields (a homogeneous magnetic field increasing over time and an electric field modelled as plane waves at 2.45 GHz. However, I'm clearly seeing sign of numerical instabilities:
Here are some solutions I tried to mitigate the problem:
I'm a little bit out of ideas, if anyone has some further suggestion or can try to take a look at the namelist it would be great.
In my simulations I actually implemented the prescribed field using cython, which helped me to speed up the use of prescribed field by quite a margin. I'm uploading a version of the namelist which uses direct python functions, since the cython implementation requires to know the specific version of cython you are using. If anyone need the faster version for some testing I would upload the complete namelist with cython functions.
test.zip
Thanks to everyone in advance!
Beta Was this translation helpful? Give feedback.
All reactions