FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    object      T;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 0 0 1 0 0 0];

internalField	uniform 450;

boundaryField
{
    zmFace
    {
        type            fixedValue;
	    value 		    uniform 450;
    }
    zpFace
    {
	    type            fixedValue;
	    value 		    uniform 450;
    }
    "(xmFace|xpFace)"
    {
        type            zeroGradient;
    }
    "(ymFace|ypFace)"
    {
        type            empty;
    }
    "procBoundary.*"
    {
        type            processor;
    }
}
// ************************************************************************* //
