mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: cvMesh: Reactivate automatic cell-sizing within iterations
This commit is contained in:
@ -1791,9 +1791,9 @@ void Foam::conformalVoronoiMesh::checkCellSizing()
|
|||||||
}
|
}
|
||||||
|
|
||||||
Info<< " Automatically re-sizing " << cellsToResize.size()
|
Info<< " Automatically re-sizing " << cellsToResize.size()
|
||||||
<< " cells that are attached to the bad faces: DISABLED" << endl;
|
<< " cells that are attached to the bad faces: " << endl;
|
||||||
|
|
||||||
//cellSizeControl_.setCellSizes(cellsToResize);
|
cellSizeControl_.setCellSizes(cellsToResize);
|
||||||
}
|
}
|
||||||
|
|
||||||
timeCheck("End of Cell Sizing");
|
timeCheck("End of Cell Sizing");
|
||||||
|
|||||||
Reference in New Issue
Block a user