Closed hoop247 closed 8 years ago
Hi hoop247,
the problem here is that the incompressible formulation used in SU2 is only valid for steady problems and thus cannot be used for this kind of application. However, you could try to use the compressible formulation in combination with the low-mach number preconditioner.
I agree that there should be a more precise error message when trying to run unsteady+incompressible...
Dear talbring,
Thanks a lot! Finally, I understand why the unsteady+imcompressible in SU2 sometimes works, sometimes fails. And thanks for your advise using compressible formulation with low-mach number preconditioner.
: )
It looks like this was resolved, I am closing the issue.
Hi, SU2 developers,
I recently working on the flapping wing using SU2. Since the Mach number is much smaller than 0.3, I use the incompressible solver with pitching mesh deformation to simulate the flapping.
In the testcases folder, you guys provide the plunging of NACA0012 in compressible NS flow. I modified it into pitching of NACA0012 in incompressible NS flow by adding and changing keywords:
When running this cfg file, the terminal prints
The value of
Pitching frequency
is totally wrong. So I do some debugging, found that there is no initialization of Omega_Ref in slover_direct_mean.cpp for incompressible flow.Then I copied the corresponding codes to places for incompressible flow. Run it again, however, terminal prints the right pitching frequency, it still meet errors. The screen outputs are:
Could you fix this bug?
Best regards.