Skip to content

Use coded function in controlDict to reconstruct the mesh and fields in the run time.

License

Notifications You must be signed in to change notification settings

ZmengXu/autoReconstructPar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenFOAM version

Use coded function in controlDict to reconstruct the mesh and fields in the run time.

autoReconstructPar

In old version OpenFOAM. The Parallel IO file handler, e.g., fileHandeler collated, was not available, and thus leads to large number of files in each processors. However, many supercomputer has a file number limit, may leads to the runing case termination. This repository provide a function which can reconstrut fields in processors (and also delete the files in processors if you want) and thus avoiding termination of the runing cases due to large number of files.

How to use it

Add the file in autoReconstructParDict system folder and then add the following function into system/controlDict,

functions
{
    #include "autoReconstructParDict"
}

About

Use coded function in controlDict to reconstruct the mesh and fields in the run time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages