mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: snappyHexMesh: debug output
This commit is contained in:
@ -185,6 +185,7 @@ void Foam::meshRefinement::getBafflePatches
|
|||||||
label vertI = 0;
|
label vertI = 0;
|
||||||
if (debug&OBJINTERSECTIONS)
|
if (debug&OBJINTERSECTIONS)
|
||||||
{
|
{
|
||||||
|
mkDir(mesh_.time().path()/timeName());
|
||||||
str.reset
|
str.reset
|
||||||
(
|
(
|
||||||
new OFstream
|
new OFstream
|
||||||
@ -2561,7 +2562,7 @@ Foam::autoPtr<Foam::mapPolyMesh> Foam::meshRefinement::splitMesh
|
|||||||
blockedFace.clear();
|
blockedFace.clear();
|
||||||
|
|
||||||
// Find the region containing the keepPoint
|
// Find the region containing the keepPoint
|
||||||
label keepRegionI = findRegion
|
const label keepRegionI = findRegion
|
||||||
(
|
(
|
||||||
mesh_,
|
mesh_,
|
||||||
cellRegion,
|
cellRegion,
|
||||||
|
|||||||
Reference in New Issue
Block a user