ENH: snappyHexMeshDict: description of gapMode

This commit is contained in:
mattijs 2018-05-16 11:38:24 +01:00
parent b0ddf92e78
commit 1275c71e50

View File

@ -268,6 +268,12 @@ castellatedMeshControls
// // All three settings can be overridden on a surface by // // All three settings can be overridden on a surface by
// // surface basis in the refinementSurfaces section. // // surface basis in the refinementSurfaces section.
// gapLevel (<numGapCells> <minLevel> <maxlevel>); // gapLevel (<numGapCells> <minLevel> <maxlevel>);
// // Optional: when doing the gapLevel refinement directly remove
// // based on orientation w.r.t. gap. This limits the
// // amount of cells before doing the 'locationInMesh'
// // cell selection. Default is 'mixed' i.e. keep cells
// // whilst doing the gap-level refinement.
// //gapMode inside; // inside/outside/mixed
//} //}
} }