snappyHexMesh: Changed the default for the writing of pointLevels and cellLevels files in the polyMesh directory

These files are now only written if the "refinement" write flag is set:

writeFlags
(
    .
    .
    .
    refinement
);
This commit is contained in:
Henry Weller
2019-01-30 17:50:23 +00:00
parent bcd79106e3
commit 799db4d958
3 changed files with 6 additions and 6 deletions

View File

@ -301,6 +301,7 @@ writeFlags
scalarLevels // write volScalarField with cellLevel for postprocessing
layerSets // write cellSets, faceSets of faces in layer
layerFields // write volScalarField for layer coverage
refinement
);