Routine to create *chk
Dear all, Does anyone know how to load *vtu files by. nektar++? Or the rules to export the binary check file *.chk? Thanks, Regards, Wei
Hi Wei, Not sure this is what you ask for, but: I do not think you can load the *vtu file in to Nektar++, this is a Paraview file, right? If you want to export the result as a binary file you can use the *plt format, which is Tecplot, but can be read by Paraview if it is compiled with VisIt readers. Best, Stan On śro, 2018-10-17 at 08:21 +0000, WEI HE wrote:
Dear all,
Does anyone know how to load *vtu files by. nektar++? Or the rules to export the binary check file *.chk?
Thanks,
Regards, Wei _______________________________________________ Nektar-users mailing list Nektar-users@imperial.ac.uk https://mailman.ic.ac.uk/mailman/listinfo/nektar-users
Hi Stan, Thanks! What I want is how to convert *vtu file into *chk. This need the subroutine of generating the *chk. I am not clear the format of *chk. Regards, Wei
On 17 Oct 2018, at 16:39, Stanisław Gepner <sgepner@meil.pw.edu.pl> wrote:
Hi Wei,
Not sure this is what you ask for, but:
I do not think you can load the *vtu file in to Nektar++, this is a Paraview file, right? If you want to export the result as a binary file you can use the *plt format, which is Tecplot, but can be read by Paraview if it is compiled with VisIt readers.
Best, Stan
On śro, 2018-10-17 at 08:21 +0000, WEI HE wrote:
Dear all,
Does anyone know how to load *vtu files by. nektar++? Or the rules to export the binary check file *.chk?
Thanks,
Regards, Wei _______________________________________________ Nektar-users mailing list Nektar-users@imperial.ac.uk https://mailman.ic.ac.uk/mailman/listinfo/nektar-users
Hi Wei, Since *.vtu files are VTK unstructured grids, primarily used for visualisation, we do not really have an existing method to convert them back to the native Nektar++ field file format. VTK files are usually generated from Nektar++ output files using the FieldConvert utility. As Stan mentioned, VTK files can be loaded and manipulated in Paraview. Could you give us a little more detail what you need to achieve and hopefully we can help steer you in the right direction? Cheers, Chris On Wed, 17 Oct 2018 08:44:10 +0000, WEI HE <mewhe@ust.hk> wrote:
Hi Stan,
Thanks! What I want is how to convert *vtu file into *chk. This need the subroutine of generating the *chk. I am not clear the format of *chk.
Regards, Wei
On 17 Oct 2018, at 16:39, Stanisław Gepner <sgepner@meil.pw.edu.pl> wrote:
Hi Wei,
Not sure this is what you ask for, but:
I do not think you can load the *vtu file in to Nektar++, this is a Paraview file, right? If you want to export the result as a binary file you can use the *plt format, which is Tecplot, but can be read by Paraview if it is compiled with VisIt readers.
Best, Stan
On śro, 2018-10-17 at 08:21 +0000, WEI HE wrote:
Dear all,
Does anyone know how to load *vtu files by. nektar++? Or the rules to export the binary check file *.chk?
Thanks,
Regards, Wei _______________________________________________ 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
-- Chris Cantwell Imperial College London South Kensington Campus London SW7 2AZ Email: c.cantwell@imperial.ac.uk www.imperial.ac.uk/people/c.cantwell
Hi Chris, I am planing to do data process without using nektar++ utilities. Assuming that I run a dns simulation using a incompressible solver, then a handful of *chk files will generated. Since the chk file is not written in ascii, it is hard to identify the data structure. If I know the rules to control the stream of generating chk files, then I will manipulate the *chk directly and efficiently and then convert the new chk into vtu or tecplot format by nektar++ as normal. Thanks! regards, Wei On 10/18/2018 04:49 AM, Chris Cantwell wrote:
Hi Wei,
Since *.vtu files are VTK unstructured grids, primarily used for visualisation, we do not really have an existing method to convert them back to the native Nektar++ field file format. VTK files are usually generated from Nektar++ output files using the FieldConvert utility. As Stan mentioned, VTK files can be loaded and manipulated in Paraview.
Could you give us a little more detail what you need to achieve and hopefully we can help steer you in the right direction?
Cheers, Chris
On Wed, 17 Oct 2018 08:44:10 +0000, WEI HE <mewhe@ust.hk> wrote:
Hi Stan,
Thanks! What I want is how to convert *vtu file into *chk. This need the subroutine of generating the *chk. I am not clear the format of *chk.
Regards, Wei
On 17 Oct 2018, at 16:39, Stanisław Gepner <sgepner@meil.pw.edu.pl> wrote:
Hi Wei,
Not sure this is what you ask for, but:
I do not think you can load the *vtu file in to Nektar++, this is a Paraview file, right? If you want to export the result as a binary file you can use the *plt format, which is Tecplot, but can be read by Paraview if it is compiled with VisIt readers.
Best, Stan
On śro, 2018-10-17 at 08:21 +0000, WEI HE wrote:
Dear all,
Does anyone know how to load *vtu files by. nektar++? Or the rules to export the binary check file *.chk?
Thanks,
Regards, Wei _______________________________________________ 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
participants (4)
- 
                
                Chris Cantwell
- 
                
                Stanisław Gepner
- 
                
                Wei HE
- 
                
                WEI HE