Hi PyFR community,
I am trying to recreate the computations from Park (2017) and Witherden (2020) on a NACA 0021 airfoil in deep stall.
I run into an issue almost immediately during the low-order (P1) start up phase without anti-aliasing, where I get a divergence error (“RuntimeError: Minimum sized time step rejected”)
I have also tried running with a lower Re=27K and only after afterwards changing to the nominal Re=270K like explained in Park, but it still diverges once the Reynolds number is increased.
In addition, I have tried both Riemann-solver types (roem and rusanov) that were used in both papers, but no difference was seen.
Lastly, I am seeing this phenomenon with both the P3 and P4 meshes provided in Park.
Can you share any other tips to solve this? Am I missing something else here?
I am attaching the config file used.
Much appreciated,
Michael Laufer
naca0021.ini (1.68 KB)