CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Post-Processing (https://www.cfd-online.com/Forums/openfoam-post-processing/)
-   -   What files do you keep after a project? (https://www.cfd-online.com/Forums/openfoam-post-processing/121172-what-files-do-you-keep-after-project.html)

jferrari July 23, 2013 07:07

What files do you keep after a project?
 
I completed my thesis December 2012 and have over 40 GB of files. What does everyone typically keep from a successful run? What combination of files completely describes work completed while minimizing file size?

I have 6 transient runs, each using the pimpleDyMFoam solver.

Sylv July 24, 2013 06:11

Quote:

Originally Posted by jferrari (Post 441454)
I completed my thesis December 2012 and have over 40 GB of files. What does everyone typically keep from a successful run? What combination of files completely describes work completed while minimizing file size?

I have 6 transient runs, each using the pimpleDyMFoam solver.

this is how I do:
Assuming I do not want to restart my transient case in the future:
  1. reconstruct all timestep
  2. remove all files *_0 and phi in each timestep. If I want to restart my case in the future, I keep those files only in a few timesteps (the last one for example, or every 10 written timestep)
  3. zip each timestep (0.3 -> 0.3.zip)
  4. remove the unzipped timestep
  5. do NOT remove the grid files, even if they are generate by OpenFOAM!
  6. extrastep: zip grid data
A short bash script can run all those steps automatically.

You can also run steps 1, 2 and 4, than zip everything into one big zipfile, but the zipping might be quite long, and if your zip is corrupted, you loose everything...

akidess July 24, 2013 06:38

Following up on what Marcel posted: If you use the compress option in your controlDict, there is no point in zipping your data. Use tar instead (or, if you really want a zip file, --compression-method store).

Also useful: pyFoamPackCase.py

jferrari July 29, 2013 06:51

Thank you for your advice.


All times are GMT -4. The time now is 08:40.