Hi Fer,
Probably Douglas might be able to comment on this type of simulation since he has just been completing some runs as part of his PhD which has now been examined and accepted.
I attach a copy of a paper under review which has airfoil situations at Re=1000 at this type of aoa.
My only other comment is that we have seen pressure oscillations when the surface is not curved but I note from your .xml file you do have curved elements. I have not checked how smooth the curved elements you are using. Are there any issues on this side.
Finally it is possible to specify an inf-sup compatible space for the velocity correction scheme. Definitely using a Modified Expansion and possibly/probably for the Lagrange basis. However the velocity and pressure quadrature spaces have to be the same. The way to specify such a basis is using an Expansion definition along the lines of:
<E COMPOSITE=“C[0]” BASISTYPE=“Modified_A,Modified_A" NUMMODES="3,3" POINTSTYPE="GaussLobattoLegendre,GaussLobattoLegendre" NUMPOINTS="6,6" FIELDS="p" /><E COMPOSITE=“C[0]” BASISTYPE="Modified_A,Modified_A" NUMMODES="5,5" POINTSTYPE="GaussLobattoLegendre,GaussLobattoLegendre" NUMPOINTS="6,6" FIELDS="u,v" />
Cheers,Spencer.