OpenFOAM-5.x/tutorials/incompressible/simpleFoam/windAroundBuildings/system
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
..
blockMeshDict windAroundBuildings: example case of wind flow around buildings 2015-05-19 17:12:33 +01:00
controlDict windAroundBuildings: example case of wind flow around buildings 2015-05-19 17:12:33 +01:00
fvSchemes fluxRequired: Added setFluxRequired function to fvSchemes class 2015-07-15 15:04:51 +01:00
fvSolution Tutorials fvSolution files: removed solver entries which use default 2016-06-15 07:39:37 +01:00
meshQualityDict windAroundBuildings: example case of wind flow around buildings 2015-05-19 17:12:33 +01:00
snappyHexMeshDict snappyHexMesh: Added "noRefinement" writeFlag to control the writing of cellLevel, pointLevel etc. files 2017-01-24 22:28:36 +00:00
surfaceFeatureExtractDict windAroundBuildings: example case of wind flow around buildings 2015-05-19 17:12:33 +01:00