/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.2.1                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile {
  version     2.0;
  format      ascii;
  class       volScalarField;
  location    "0";
  object      Ta;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 0 0 1 0 0 0];

internalField   uniform 280;

boundaryField {
  defaultFaces
  {
    type            empty;
  }

  bottom_mat
  {
    type            zeroGradient;
  }

  porousMat_to_flow
  {
    /*type            compressible::turbulentTemperatureRadCoupledMixed;
    Tnbr            T;
    kappaMethod     lookup;
    kappa	    k_abl_sym;
    QrNbr           none;
    Qr              Qr;
    value           uniform 280;*/
    type            zeroGradient;

  }
}


// ************************************************************************* //
