Import flow field from external solver
Hello, I'm planning to use Nektar IncNavierStokesSolver for stability analysis of flow around airfoil. I have flow data obtained from Ansys Fluent solver and I'm looking for possibility to transfer it into Nektar flow file. For import mesh data Nektar has NekMesh functionality but for importing flow field data i can't find similar option. Is there is any script or method to prepare .fld file with data obtained from different solvers? Best regards, Witold Krusz
Hi Witold, If you can export the field data from Fluent in x/y/z/u/v/w format, then you can use FieldConvert and the interppointdatatofld module to interpolate this onto the grid converted using NekMesh. For an example have a look at this entry in the user guide: http://doc.nektar.info/userguide/4.4.0/user-guidese22.html#x32-1410005.4.14 Cheers, Dave
On 29 Jun 2017, at 13:29, wkrusz <wkrusz@meil.pw.edu.pl> wrote:
Hello, I'm planning to use Nektar IncNavierStokesSolver for stability analysis of flow around airfoil. I have flow data obtained from Ansys Fluent solver and I'm looking for possibility to transfer it into Nektar flow file. For import mesh data Nektar has NekMesh functionality but for importing flow field data i can't find similar option. Is there is any script or method to prepare .fld file with data obtained from different solvers?
Best regards, Witold Krusz
_______________________________________________ Nektar-users mailing list Nektar-users@imperial.ac.uk https://mailman.ic.ac.uk/mailman/listinfo/nektar-users
participants (2)
- 
                
                David Moxey
- 
                
                wkrusz