parallel postChannel
[OpenFOAM-1.5.x.git] / tutorials / channelOodles / channel395 / constant / postChannelDict
blobd63cd656675c6ebe4aecf1608dca9b561a5a3fe8
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      postChannelDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 // Seed patches to start layering from
19 patches (bottomWall);
21 // Direction in which the layers are
22 component y;
24 // Is the mesh symmetric? If so average(symmetric fields) or
25 // subtract(asymmetric) contributions from both halves
26 symmetric true;
28 // ************************************************************************* //