Fix tutorials: surfaceTracking/surfactantFoam/sphereTransport: fix system/faSolution
[OpenFOAM-1.6-ext.git] / tutorials / coupled / coupledSwirlTest / 0 / Ts
blob8066b4c84e2091afc33212c482757cb38b7d02e0
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           volScalarField;
13     object          Ts;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 0 0 1 0 0 0];
20 internalField   uniform 300;
22 boundaryField
24     fixedWalls
25     {
26         type            zeroGradient;
27     }
29     inlet
30     {
31         type            zeroGradient;
32     }
34     outlet
35     {
36         type            zeroGradient;
37     }
39     defaultFaces
40     {
41         type            empty;
42     }
46 // ************************************************************************* //