snappyHexMesh: 'refinementRegions', 'refinementSurfaces' and 'features' are now optional

entries in 'castellatedMeshControls' in snappyHexMeshDict to remove unnecessary clutter.
This commit is contained in:
Henry Weller
2021-06-21 13:30:53 +01:00
parent 887f67ea84
commit ca35389788
23 changed files with 34 additions and 196 deletions

View File

@ -128,29 +128,6 @@ castellatedMeshControls
resolveFeatureAngle 30;
// Region-wise refinement
// ~~~~~~~~~~~~~~~~~~~~~~
// Specifies refinement level for cells in relation to a surface. One of
// three modes
// - distance. 'levels' specifies per distance to the surface the
// wanted refinement level. The distances need to be specified in
// descending order.
// - inside. 'levels' is only one entry and only the level is used. All
// cells inside the surface get refined up to the level. The surface
// needs to be closed for this to be possible.
// - outside. Same but cells outside.
refinementRegions
{
// refinementBox
// {
// mode inside;
// level 4;
// }
}
// Mesh selection
// ~~~~~~~~~~~~~~