Skip to content
Discussion options

You must be logged in to vote

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:

  • Ramp up the voltage amplitude (the preferable option, in my opinion). This can be done using a ramping functions and an 'if' statement in the voltage boundary function. Something like if(t<1e-6, (t/1e-6)*100*sin(2*pi*f*t), 100*sin(2*pi*f*t))
  • Including an adaptive time stepper, such as IterationAdaptiveDT. The file in Zapdos Tutorial 5, DC_argon-With-Water.i, uses this time stepper. If you used this, I would recommend to set a dtmax depending on your problem. For example, with oscillating plasma, the time step should not be n…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by garlan2018
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants