1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
16 // this is a simple example of remapping cellTable and boundaryRegion entries
17 // NB: can't yet combine boundaryRegions, since this reorganizes the mesh faces
19 // rename/combine cellTable entries
20 // newName ( listOldNames );
23 fluid ( fluid "[Ff]Luid[0-9]+" "(inlet|outlet)Region" "cellTable_[0-9]+" );
24 cat1 ( CAT1 "cat1_(Back|Front|Gamma)" );
27 // rename boundary regions
36 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //