diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C index 41769eb935..948930467a 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C @@ -1020,7 +1020,8 @@ void Foam::autoSnapDriver::smoothDisplacement vectorField actualPatchDisp(disp, pp.meshPoints()); dumpMove ( - mesh.time().path()/"actualPatchDisplacement.obj", + mesh.time().path() + / "actualPatchDisplacement_" + meshRefiner_.timeName() + ".obj", pp.localPoints(), pp.localPoints() + actualPatchDisp ); diff --git a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementProblemCells.C b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementProblemCells.C index 48eff18670..f2ca0857dc 100644 --- a/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementProblemCells.C +++ b/src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementProblemCells.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -541,7 +541,7 @@ Foam::labelList Foam::meshRefinement::markFacesOnProblemCells Info<< "markFacesOnProblemCells :" << " Deleting all-anchor surface cells only if" - << "snapping them violates mesh quality constraints:" << nl + << " snapping them violates mesh quality constraints:" << nl << " snapped/original cell volume < " << volFraction << nl << " face area < " << minArea << nl << " non-orthogonality > " << maxNonOrtho << nl