diff --git a/applications/utilities/preProcessing/snappyHexMeshConfig/meshingSurfaceList.C b/applications/utilities/preProcessing/snappyHexMeshConfig/meshingSurfaceList.C index bb70ec5103..e9553f1203 100644 --- a/applications/utilities/preProcessing/snappyHexMeshConfig/meshingSurfaceList.C +++ b/applications/utilities/preProcessing/snappyHexMeshConfig/meshingSurfaceList.C @@ -129,8 +129,8 @@ void Foam::meshingSurfaceList::setSurfaceTypes ( !operator[](surfi).closed() && ( - type == surfaceType::rotatingZone - || type == surfaceType::cellZone + type == meshingSurface::surfaceType::rotatingZone + || type == meshingSurface::surfaceType::cellZone ) ) { @@ -288,7 +288,7 @@ void Foam::meshingSurfaceList::setBounds(const boundBox& bb) { if (bb.contains(bb_)) { - Info<< "Specifed bounding box contains the overall bounding box" + Info<< "Specified bounding box contains the overall bounding box" << endl; } else diff --git a/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfig.C b/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfig.C index b3718bc60a..d0edaf7829 100644 --- a/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfig.C +++ b/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfig.C @@ -117,10 +117,10 @@ Usage Refinement level at specified surfaces, e.g. '((pipe 2) (baffles 1))' - \par -refinementRegions \ - Refinement regions specfied by '( ( ) (...) )' + Refinement regions specified by '( ( ) (...) )' - \par -refinementBoxes \ - Refinement boxes specfied by '( ( ) (...) )' + Refinement boxes specified by '( ( ) (...) )' - \par -refinementDists \ Refinement distance specified by '( ( ) (...) )' @@ -261,14 +261,14 @@ int main(int argc, char *argv[]) ( "refinementRegions", "entry", - "refinement regions specfied by '( ( ) (...) )'" + "refinement regions specified by '( ( ) (...) )'" ); argList::addOption ( "refinementBoxes", "entry", - "refinement boxes specfied by '( ( ) (...) )'" + "refinement boxes specified by '( ( ) (...) )'" ); argList::addOption diff --git a/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfiguration.H b/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfiguration.H index fabf2a3739..0bff0cb9e4 100644 --- a/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfiguration.H +++ b/applications/utilities/preProcessing/snappyHexMeshConfig/snappyHexMeshConfiguration.H @@ -68,7 +68,7 @@ class snappyHexMeshConfiguration //- Refinement level applied across the snappyHexMeshDict file const label refinementLevel_; - //- Level of refinement on speficied surfaces + //- Level of refinement on specified surfaces const List>& surfaceLevels_; //- Refinement regions specified by surface and level