Hi Fernando,
Not a direct answer to your question, as I have not used Floquet, sorry.
From your description I think I was doing sth. similar, with a stationary flow periodic in space and unstable to stream- and spanwise perturbations. I ended up tracking the growth of the modal energy, like you. The Floquet, as implemented in Nektar is, I think, more for time dependent problems. (Can one of the Devs. comment?).
As for the Arpack and ModifiedArnoldi Drivers, my observations are such:
1. MA works in parallel, converges a bit slower than Arpack, does not use shifting (?), if kdim is to large it might produce physical values (not sure why, I always thought that a larger Krylov space is better).
2. Arpack converges faster, but sometimes the unstable mode is "hidden" deep in the spectrum, so one needs to retrieve a lot of EVs and find the correct one. You can use shifting, if you know an approximation of the complex growth rate, to move the interesting mode "forward".
3. Arpack does not work in parallel, you will get a solution but it will make no sense.
Best,
Stan Gepner
On 05/18/2017 11:33 AM, F Mellibovsky wrote:
Dear all,
I have computed a stable 2D periodic solution with nektar++ time evolving the incompressible Navier-Stokes solver. Now I would like to analyse it's stability to spanwise-dependent perturbations. I have started doing this with time evolution, by using a homogeneous spanwise direction with just one mode and monitoring its growth rate. This is however extremely slow. I have noticed that in the user guide there's an example that does Floquet stability analysis on the periodic 2D vortex shedding solution of the flow around a cylinder, but unfortunately I haven't manage to find the conditions xml file used for the computations. Does anyone have it, so that I can use it to set up my Floquet analysis? I have doubts as to how a sequence of snapshots along a period are loaded and also about the differences between using Arpack or modified Arnoldi, among other issues. I would be very greatful if someone can send me an conditions file exemplifying the implementation of Floquet analysis. Many thanks in advance.
Cheers,
Fernando Mellibovsky
_______________________________________________ Nektar-users mailing list Nektar-users@imperial.ac.uk https://mailman.ic.ac.uk/mailman/listinfo/nektar-users
_______________________________________________ Nektar-users mailing list Nektar-users@imperial.ac.uk https://mailman.ic.ac.uk/mailman/listinfo/nektar-users