Usage of .chkp and field0.f0000* files. #1626
-
Hi creators,
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 21 replies
-
Hi!
|
Beta Was this translation helpful? Give feedback.
-
Information on restarts should be available here: https://neko.cfd/docs/develop/dd/d33/case-file.html By setting the "restart_file" keyword you can restart your simulation. As for the field files, you can load them into paraview or visit, or postprocess directly in fortran or us for example pymech to process the files in python https://pymech.readthedocs.io/en/stable/usage.html Please observe that by default neko only writes the mesh information in the first field file, so the most reliable way to read the fiels is with the readnek function. |
Beta Was this translation helpful? Give feedback.
-
I want to read and modify the variables - u,v,w, p and T in the checkpoint files, so that I can restart my simulation with a slightly modified initial conditions. I was able to read the filed files using fortran and I was able to understand it a bit. However, I am not able to understand the structure of the checkpoint files. I am not able to extract the velocity components, pressure and temperature. Is there a manual for the checkpoint files? |
Beta Was this translation helpful? Give feedback.
Information on restarts should be available here: https://neko.cfd/docs/develop/dd/d33/case-file.html
By setting the "restart_file" keyword you can restart your simulation.
As for the field files, you can load them into paraview or visit, or postprocess directly in fortran or us for example pymech to process the files in python https://pymech.readthedocs.io/en/stable/usage.html
Please observe that by default neko only writes the mesh information in the first field file, so the most reliable way to read the fiels is with the readnek function.