openfoam/applications/utilities
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
..
mesh snappyHexMesh: Added "noRefinement" writeFlag to control the writing of cellLevel, pointLevel etc. files 2017-01-24 22:28:36 +00:00
miscellaneous foamDictionary: Removed unnecessary spaces and blank lines from output 2017-01-05 20:19:30 +00:00
parallelProcessing Make/options: Added -lscotchDecomp where appropriate 2016-12-27 15:26:53 +00:00
postProcessing Removed trailing blank lines 2017-01-19 20:17:47 +00:00
preProcessing setFields: Added '-dict' option 2016-12-03 11:45:36 +00:00
surface C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
thermophysical foamChemistryReader: Added support for elements and specie composition 2016-07-12 09:05:00 +01:00