foamyHexMesh: Switched off output of all the secondary meshes

This commit is contained in:
Will Bainbridge
2017-11-09 16:33:55 +00:00
parent 03b641d2c7
commit e1645856f8

View File

@ -118,9 +118,9 @@ polyMeshFiltering
{
filterEdges on;
filterFaces off;
writeTetDualMesh true;
writeCellShapeControlMesh true;
writeBackgroundMeshDecomposition true;
writeTetDualMesh false;
writeCellShapeControlMesh false;
writeBackgroundMeshDecomposition false;
}