Dual time stepping makes euler vortex goes lower?

46 views
Skip to first unread message

CatDog

unread,
Jan 24, 2017, 10:03:08 AM1/24/17
to PyFR Mailing List
Hi, everyone.

I just tested the dual time stepping for euler vortex case in the examples using following *.ini configuration:

[solver-time-integrator]
formulation
= dual
scheme
= bdf2
pseudo
-scheme = tvd-rk3
tstart
= 0.0
tend
= 100.0
dt
= 1
pseudo
-dt = 0.01
controller
= none
pseudo
-niters-max = 20
pseudo
-niters-min = 5
pseudo
-aresid = 1e-5
pseudo
-rresid = 1e-5

It is really fast (4s) comparing with standard time integrator (39s).

100.00/100.00 ela: 00:00:04 rem: 00:00:00

However, the result is different from default setting. The vortex goes lower in the dual-time stepping case.


dual:

std:


I also tried to use pseudo-dt = 0.05 and 0.1 but it resulted in NaN error. My question is:

a. What is wrong with this euler-vortex case using dual time stepping?

b. What can I expect from using dual-stepping?


Niki Loppi

unread,
Jan 24, 2017, 10:28:18 AM1/24/17
to pyfrmai...@googlegroups.com

Hi!

A. The difference between the results is resulting from the lack of convergence. Since you have specified your real time step a hundred times larger than your pseudo time step, it is unlikely that 20 iterations (your max) would be sufficient to converge each pseudo steady state (that is each real time step).

B. Dual time stepping can be used as an acceleration method when used together with a fast steady state solver. It was added to accommodate for instance the method of artificial compressibility (incompressible Navier-Stokes), which is included in the next release.

Best regards,

Niki

--
You received this message because you are subscribed to the Google Groups "PyFR Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyfrmailingli...@googlegroups.com.
To post to this group, send email to pyfrmai...@googlegroups.com.
Visit this group at https://groups.google.com/group/pyfrmailinglist.
For more options, visit https://groups.google.com/d/optout.


Reply all
Reply to author
Forward
0 new messages