Fix tutorials: typo in tutorials/viscoelastic/viscoelasticFluidFoam/S-MDCPP/constant...
[OpenFOAM-1.6-ext.git] / tutorials / coupled / conjugateHeatFoam / conjugateCavity / 0 / DT
blob93b87df321b555ee6ebd21ff405455491938816f
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          T;
23 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
26 dimensions      [0 2 -1 0 0 0 0];
28 internalField   uniform 1e-3;
30 boundaryField
32     movingWall
33     {
34         type            zeroGradient;
35     }
37     left
38     {
39         type            zeroGradient;
40     }
42     right
43     {
44         type            regionCoupling;
45         value           uniform 1e-3;
46         remoteField     DT;
47     }
49     bottom
50     {
51         type            zeroGradient;
52     }
54     frontAndBack
55     {
56         type            empty;
57     }
61 // ************************************************************************* //