STYLE: snappyHexMeshDict, surfaceMeshTriangulate: corrected comment

This commit is contained in:
mattijs
2012-04-10 12:33:45 +01:00
parent 4b32aac3be
commit bdfbea228c
2 changed files with 4 additions and 3 deletions

View File

@ -158,7 +158,8 @@ castellatedMeshControls
// internal : keep them as internal faces (default) // internal : keep them as internal faces (default)
// baffle : create baffles from them. This gives more // baffle : create baffles from them. This gives more
// freedom in mesh motion // freedom in mesh motion
// boundary : create loose-standing boundary faces. // boundary : create free-standing boundary faces (baffles
// but without the shared points)
//faceType internal; //faceType internal;
} }
} }

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -312,7 +312,7 @@ int main(int argc, char *argv[])
triSurface allSurf(allFaces, allPatches, allPoints); triSurface allSurf(allFaces, allPatches, allPoints);
// Cleanup (which does point merge as well // Cleanup (which does point merge as well)
allSurf.cleanup(false); allSurf.cleanup(false);
// Write surface mesh // Write surface mesh