1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.0 |
5 | \\ / A nd | Web: http://www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 // this is a simple example of remapping cellTable and boundaryRegion entries
18 // NB: can't yet combine boundaryRegions, since this reorganizes the mesh faces
20 // rename/combine cellTable entries
21 // newName ( listOldNames );
24 fluid ( fluid "[Ff]Luid[0-9]+" "(inlet|outlet)Region" "cellTable_[0-9]+" );
25 cat1 ( CAT1 "cat1_(Back|Front|Gamma)" );
28 // rename boundary regions
37 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //