Merge branch 'master' of /home/dm4/OpenFOAM/repositories/OpenFOAM-dev

This commit is contained in:
andy
2014-01-24 09:54:39 +00:00
203 changed files with 9079 additions and 2095 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -1340,12 +1340,13 @@ int main(int argc, char *argv[])
const_cast<Time&>(mesh.time())++;
}
refineDriver.doRefine
(
refineDict,
refineParams,
snapParams,
wantSnap,
refineParams.handleSnapProblems(),
motionDict
);

View File

@ -252,7 +252,12 @@ castellatedMeshControls
// free-standing zone faces. Not used if there are no faceZones.
allowFreeStandingZoneFaces true;
//
// Optional: do not remove cells likely to give snapping problems
// handleSnapProblems false;
// Optional: switch off topological test for cells to-be-squashed
// and use geometric test instead
//useTopologicalSnapDetection false;
}