OpenFOAM-5.x/tutorials/incompressible/simpleFoam/windAroundBuildings
Henry Weller eaebd650ce 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
..
0 tutorials and templates: Updated wall BC for velocity to noSlip 2016-02-09 20:08:34 +00:00
constant Input of dimensionedScalars: update read-construction of dimensionedScalar in applications 2015-07-20 22:52:53 +01:00
system snappyHexMesh: Added "noRefinement" writeFlag to control the writing of cellLevel, pointLevel etc. files 2017-01-24 22:28:36 +00:00
Allclean scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
Allrun scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00