mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: foamyHexMesh: Write all mesh regions by default
This commit is contained in:
@ -109,9 +109,9 @@ polyMeshFiltering
|
||||
{
|
||||
filterEdges on;
|
||||
filterFaces off;
|
||||
writeTetDualMesh false;
|
||||
writeCellShapeControlMesh false;
|
||||
writeBackgroundMeshDecomposition false;
|
||||
writeTetDualMesh true;
|
||||
writeCellShapeControlMesh true;
|
||||
writeBackgroundMeshDecomposition true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user