/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "system"; object mapFieldsDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // Specify how to map patches. There are three different options: // - patch exists in the source case: specify mapping (patchMap) // - patch should be interpolated from internal values in source case // (cuttingPatches) // - patch should not be mapped. Default if not in patchMap or cuttingPatches // List of pairs of target/source patches for mapping patchMap ( fixwall_baffle fixwall_baffle fixwall_bottom fixwall_bottom fixwall_tank fixwall_tank fixwall_top fixwall_top fixwall_shaft fixwall_shaft ); // List of target patches cutting the source domain (these need to be // handled specially e.g. interpolated from internal values) cuttingPatches ( rotwall_hub rotwall_shaft ); // ************************************************************************* //