Post-processing of Nektar++ results
******************* This email originates from outside Imperial. Do not click on links and attachments unless you recognise the sender. If you trust the sender, add them to your safe senders list https://spam.ic.ac.uk/SpamConsole/Senders.aspx to disable email stamping for this address. ******************* Hello Nektar++ Users, I am curious about how to best post-process simulated high-order results from Nektar++. I tried using Paraview to generate the contour plot of the vorticity field, but it seems quite blurry, which is due to, in my understanding, that Paraview uses linear interpolation to interpret the high-order results. I am currently using Matlab to generate the contour plot with high-order interpolations from a for-loop of the element-wise results, but it requires a lot of tweaking, calculation time, and data extraction. Do you have some advice on the post-processing of high-order results from Nektar++? Much appreciated. Thanks, Yong Wang Ph.D. Candidate National Wind Institue Texas Tech University Lubbock, TX, US
Hi Yong, Are you calculating vorticity within Paraview or using FieldConvert. Since it is is the former you can calculate the vorticity field using the module vorticity (-m vorticity) and it will differentiation the polynomial basis rather than using a linear approximation from Paraview. By default using Fieldconvert to get the .vtu file for preview (BTW .plt files are binary and usually quicker for output) we dump the solution at typically P+1 points where P is the polynomial order. You can however use the -n X option to specify more points to dump the solution where X is the number of points in each 1D direction. Hope this helps. Cheers, Spencer. On 7 Feb 2021, at 17:17, Yong Wang <yongwang.ttu@gmail.com<mailto:yongwang.ttu@gmail.com>> wrote: This email from yongwang.ttu@gmail.com<mailto:yongwang.ttu@gmail.com> originates from outside Imperial. Do not click on links and attachments unless you recognise the sender. If you trust the sender, add them to your safe senders list<https://spam.ic.ac.uk/SpamConsole/Senders.aspx> to disable email stamping for this address. Hello Nektar++ Users, I am curious about how to best post-process simulated high-order results from Nektar++. I tried using Paraview to generate the contour plot of the vorticity field, but it seems quite blurry, which is due to, in my understanding, that Paraview uses linear interpolation to interpret the high-order results. I am currently using Matlab to generate the contour plot with high-order interpolations from a for-loop of the element-wise results, but it requires a lot of tweaking, calculation time, and data extraction. Do you have some advice on the post-processing of high-order results from Nektar++? Much appreciated. Thanks, Yong Wang Ph.D. Candidate National Wind Institue Texas Tech University Lubbock, TX, US _______________________________________________ Nektar-users mailing list Nektar-users@imperial.ac.uk<mailto:Nektar-users@imperial.ac.uk> https://mailman.ic.ac.uk/mailman/listinfo/nektar-users
participants (2)
-
Sherwin, Spencer J
-
Yong Wang