openfoam/applications/utilities/mesh/generation/snappyHexMesh
Henry Weller 4e5dc43418 snappyHexMesh: Added "noRefinement" writeFlag to control the writing of cellLevel, pointLevel etc. files
By default snappyHexMesh writes files relating to the hex-splitting process into
the polyMesh directory: cellLevel level0Edge pointLevel surfaceIndex

but by setting the noRefinement flag:

writeFlags
(
    noRefinement
    .
    .
    .
);

these optional files which are generally not needed are not written.

If you run the three stages of snappyHexMesh separately or run a dynamic mesh
solver supporting refinement and unrefinement these files are needed
and "noRefinement" should not be set.
2017-01-24 22:28:36 +00:00
..
Make snappyHexMesh: Added support for scotch redistribution 2016-10-12 16:28:26 +01:00
meshQualityDict GIT: Repo update 2014-12-11 08:35:10 +00:00
snappyHexMesh.C snappyHexMesh: Added "noRefinement" writeFlag to control the writing of cellLevel, pointLevel etc. files 2017-01-24 22:28:36 +00:00
snappyHexMeshDict snappyHexMesh: Automatically remove zero-sized patches 2016-05-13 17:47:38 +01:00