Fix tutorials: typo in tutorials/viscoelastic/viscoelasticFluidFoam/S-MDCPP/constant...
[OpenFOAM-1.6-ext.git] / tutorials / coupled / conjugateHeatFoam / conjugateCavity / 0 / p
blob1607718775bbc96ea681829af31baf8511620980
1 /*---------------------------------------------------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.3                                   |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version         2.0;
12     format          ascii;
14     root            "";
15     case            "";
16     instance        "";
17     local           "";
19     class           volScalarField;
20     object          p;
23 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
26 dimensions      [0 2 -2 0 0 0 0];
28 internalField   uniform 0;
30 boundaryField
32     movingWall
33     {
34         type            zeroGradient;
35     }
37     left
38     {
39         type            zeroGradient;
40     }
42     right
43     {
44         type            zeroGradient;
45     }
47     bottom
48     {
49         type            zeroGradient;
50     }
52     frontAndBack    
53     {
54         type            empty;
55     }
59 // ************************************************************************* //