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;
|
filterEdges on;
|
||||||
filterFaces off;
|
filterFaces off;
|
||||||
writeTetDualMesh false;
|
writeTetDualMesh true;
|
||||||
writeCellShapeControlMesh false;
|
writeCellShapeControlMesh true;
|
||||||
writeBackgroundMeshDecomposition false;
|
writeBackgroundMeshDecomposition true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user