From 2ce0aaddd49c1c044161c6d97e99ae76c6922b7a Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Wed, 1 Mar 2017 11:48:00 +0000 Subject: [PATCH] ENH: splitMeshRegions: correct header. --- .../mesh/manipulation/splitMeshRegions/splitMeshRegions.C | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/applications/utilities/mesh/manipulation/splitMeshRegions/splitMeshRegions.C b/applications/utilities/mesh/manipulation/splitMeshRegions/splitMeshRegions.C index 2359e1c39cb..2cc79daf726 100644 --- a/applications/utilities/mesh/manipulation/splitMeshRegions/splitMeshRegions.C +++ b/applications/utilities/mesh/manipulation/splitMeshRegions/splitMeshRegions.C @@ -3,7 +3,7 @@ \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation - \\/ M anipulation | Copyright (C) 2015-2016 OpenCFD Ltd. + \\/ M anipulation | Copyright (C) 2015-2017 OpenCFD Ltd. ------------------------------------------------------------------------------- License This file is part of OpenFOAM. @@ -54,10 +54,6 @@ Description from the specified file. This allows one to explicitly specify the region distribution and still have multiple cellZones per region. - - useCellZonesOnly does not do a walk and uses the cellZones only. Use - this if you don't mind having disconnected domains in a single region. - This option requires all cells to be in one (and one only) cellZone. - - prefixRegion prefixes all normal patches with region name (interface (patches already have region name prefix) -- GitLab