Can't solve ZAPDOS CCP when applied voltage is increased. #325
-
|
Hi, I'm trying to build a DC bias model, so I re-visit the ZAPDOS CCP tutorial. Is this due to the mesh issue or other issues? The executioner blocks of the input code is as follows. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi!
I would recommend trying these methods separately, but you can do all methods at once, if a single method alone is not working. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Thanks for your suggestions! |
Beta Was this translation helpful? Give feedback.
Hi!
Starting with high input voltages has been known to cause instabilities in Zapdos during the first couple of time steps. There are several ways of handling this:
if(t<1e-6, (t/1e-6)*100*sin(2*pi*f*t), 100*sin(2*pi*f*t))DC_argon-With-Water.i, uses this time stepper. If you used this, I would recommend to set adtmaxdepending on your problem. For example, with oscillating plasma, the time step should not be n…