Skip to content
Snippets Groups Projects
Commit d27756fe authored by mattijs's avatar mattijs
Browse files

ENH: autoHexMesh: write baffled mesh to separate time when debugging

parent d25649c4
Branches
Tags
No related merge requests found
......@@ -1522,6 +1522,11 @@ void Foam::autoRefineDriver::baffleAndSplitMesh
const fvMesh& mesh = meshRefiner_.mesh();
if (debug)
{
const_cast<Time&>(mesh.time())++;
}
// Introduce baffles at surface intersections. Note:
// meshRefiment::surfaceIndex() will
// be like boundary face from now on so not coupled anymore.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment