example of feature edge refinement

This commit is contained in:
mattijs
2009-04-09 13:03:33 +01:00
parent bbaa0d57e3
commit db3b8bafdb
2 changed files with 66 additions and 4 deletions

View File

@ -143,10 +143,10 @@ castellatedMeshControls
// This is a featureEdgeMesh, read from constant/triSurface for now.
features
(
// {
// file "fridgeA.eMesh";
// level 3;
// }
{
file "fridgeA.eMesh";
level 3;
}
);
@ -308,6 +308,10 @@ addLayersControls
// Create buffer region for new layer terminations
nBufferCellsNoExtrude 0;
// Overall max number of layer addition iterations
nLayerIter 50;
}