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

This commit is contained in:
mattijs
2015-11-18 17:24:28 +00:00
parent d25649c44d
commit d27756fe39

View File

@ -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.