mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
example of feature edge refinement
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user