Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / incompressible / pisoFoam / les / pitzDailyDirectMapped / system / changeDictionaryDict
blob9ad5abeab5d8e6de6a3f2b70b8f01d8276e9fd2f
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "system";
14     object      changeDictionaryDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dictionaryReplacement
20     boundary
21     {
22         inlet
23         {
24             type            directMappedPatch;
25             offset          ( 0.0495 0 0 );
26             sampleRegion    region0;
27             sampleMode      nearestCell;
28             samplePatch     none;
29         }
30     }
33 // ************************************************************************* //