snappyHexMesh: Renamed shellSurfaces to the more logical refinementRegions

This commit is contained in:
Henry Weller
2021-06-21 14:22:43 +01:00
parent ca35389788
commit 0ef0247628
10 changed files with 37 additions and 37 deletions

View File

@ -38,7 +38,7 @@ Description
#include "searchableSurfaces.H"
#include "refinementSurfaces.H"
#include "refinementFeatures.H"
#include "shellSurfaces.H"
#include "refinementRegions.H"
#include "decompositionMethod.H"
#include "noDecomp.H"
#include "fvMeshDistribute.H"
@ -1005,7 +1005,7 @@ int main(int argc, char *argv[])
// ~~~~~~~~~~~~~~~~~~~~~~
Info<< "Reading refinement regions..." << endl;
shellSurfaces shells
refinementRegions shells
(
allGeometry,
refineDict.found("refinementRegions")