Fix tutorials: surfaceTracking/surfactantFoam/sphereTransport: fix system/faSolution
[OpenFOAM-1.6-ext.git] / tutorials / coupled / conjugateHeatFoam / heatedBlock / 0 / DT
blobbc3192e2bd99721c3521f99efdaf4cc7a3b254b8
1 /*--------------------------------*- C++ -*----------------------------------*\
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;
13     class           volScalarField;
14     object          T;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 dimensions      [0 2 -1 0 0 0 0];
22 internalField   uniform 1e-3;
24 boundaryField
26     topAndBottom
27     {
28         type            zeroGradient;
29     }
31     left
32     {
33         type            regionCoupling;
34         value           uniform 1e-3;
35         remoteField     DT;
36     }
38     right
39     {
40         type            zeroGradient;
41     }
43     frontAndBack
44     {
45         type            empty;
46     }
50 // ************************************************************************* //