Fix tutorials: surfaceTracking/surfactantFoam/sphereTransport: fix system/faSolution
[OpenFOAM-1.6-ext.git] / tutorials / coupled / conjugateHeatFoam / heatedBlock / 0 / T
blob4afb65cf8cee5ff7e8575a1dd4dfaa3258d0d938
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 0 0 1 0 0 0];
22 internalField   uniform 373;
24 boundaryField
26     topAndBottom
27     {
28         type            zeroGradient;
29     }
31     left
32     {
33         type            regionCoupling;
34         value           uniform 373;
36         remoteField     T;
37     }
39     right
40     {
41         type            fixedValue;
42         value           uniform 473;
43     }
45     frontAndBack
46     {
47         type            empty;
48     }
52 // ************************************************************************* //