openfoam/applications/utilities/mesh/generation
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
..
blockMesh blockMesh: Delete the polyMesh directory before meshing 2017-01-24 16:18:20 +00:00
extrude C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
extrude2DMesh Allwmake: Remove 'set -x' which generates a lot of noise 2016-11-13 18:08:22 +00:00
foamyMesh Make/options: Added -lscotchDecomp where appropriate 2016-12-27 15:26:53 +00:00
snappyHexMesh snappyHexMesh: Added "noRefinement" writeFlag to control the writing of cellLevel, pointLevel etc. files 2017-01-24 22:28:36 +00:00
Allwmake Correct handling of the CGAL version variable for makeCGAL in ThirdParty 2016-07-01 16:22:28 +01:00