initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / oodles / pitzDailyDirectMapped / system / changeDictionaryDict
blobefb0bc6379d853a732272bbb66baf393fca42e7c
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      changePatchTypeDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dictionaryReplacement
19     // boundary handled explicitly since not dictionary.
20     boundary
21     {
22         inlet
23         {
24             type            directMappedPatch;
25             offset          (0.05 0 0);
26         }
27     }
30 // ************************************************************************* //