GIT: revert: revert bad commit b6c4e144c4

This commit is contained in:
mattijs
2012-09-20 15:19:25 +01:00
parent 6835300c3c
commit cbdba6b471
10 changed files with 21 additions and 73 deletions

View File

@ -17,7 +17,7 @@ FoamFile
application icoFoam;
startFrom latestTime;
startFrom startTime;
startTime 0;

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Which of the steps to run
castellatedMesh false;
castellatedMesh true;
snap true;
addLayers false;
@ -85,10 +85,10 @@ castellatedMeshControls
// This is a featureEdgeMesh, read from constant/triSurface for now.
features
(
// {
// file "flange.eMesh";
// level 0;
// }
{
file "flange.eMesh";
level 0;
}
);
@ -182,10 +182,10 @@ snapControls
nFeatureSnapIter 10;
//- Detect (geometric) features by sampling the surface
implicitFeatureSnap true;
implicitFeatureSnap false;
//- Use castellatedMeshControls::features
explicitFeatureSnap false;
explicitFeatureSnap true;
}