diff --git a/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfig.C b/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfig.C index d4b51c3928..8616cd2b22 100644 --- a/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfig.C +++ b/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfig.C @@ -140,6 +140,12 @@ Usage - \par -layers \ Specify surface layers at wall boundaries, default 0 + - \par -firstLayerThickness \ + Specify the thickness of the near wall cells for layer addition + + - \par -layerExpansionRatio \ + Specify the expansion ratio between layers, default 1.2 + - \par -cellZones \ Surfaces that form cellZones, e.g. '(porousZone heatSource)' @@ -197,7 +203,7 @@ void readPatchOption int main(int argc, char *argv[]) { - argList::usageMin = 30; + argList::usageMin = 32; argList::usageMax = 105; argList::addNote @@ -320,6 +326,20 @@ int main(int argc, char *argv[]) "specify surface layers at wall boundaries, default 0" ); + argList::addOption + ( + "firstLayerThickness", + "value", + "specify the thickness of the near wall cells for layer addition" + ); + + argList::addOption + ( + "layerExpansionRatio", + "value", + "specify the expansion ratio between layers, default 1.2" + ); + argList::addOption ( "cellZones", @@ -574,6 +594,16 @@ int main(int argc, char *argv[]) const label layers(args.optionLookupOrDefault