mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: snappyHexMeshDict: remove debug flag
This commit is contained in:
@ -86,7 +86,7 @@ castellatedMeshControls
|
|||||||
features
|
features
|
||||||
(
|
(
|
||||||
{
|
{
|
||||||
file "flange.eMesh";
|
file "flange.extendedFeatureEdgeMesh";
|
||||||
level 0;
|
level 0;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
@ -301,12 +301,13 @@ meshQualityControls
|
|||||||
|
|
||||||
// Advanced
|
// Advanced
|
||||||
|
|
||||||
// Flags for optional output
|
// Write flags
|
||||||
// 0 : only write final meshes
|
writeFlags
|
||||||
// 1 : write intermediate meshes
|
(
|
||||||
// 2 : write volScalarField with cellLevel for postprocessing
|
scalarLevels // write volScalarField with cellLevel for postprocessing
|
||||||
// 4 : write current intersections as .obj files
|
layerSets // write cellSets, faceSets of faces in layer
|
||||||
debug 0;
|
layerFields // write volScalarField for layer coverage
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
// Merge tolerance. Is fraction of overall bounding box of initial mesh.
|
// Merge tolerance. Is fraction of overall bounding box of initial mesh.
|
||||||
|
|||||||
Reference in New Issue
Block a user