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

dimensions      [1 1 -3 -1 0 0 0];

internalField   uniform (1 0 0 0 1 0 0 0 1);

boundaryField {
  lateral
  {
    type            zeroGradient;
  }
  top
  {
    type            zeroGradient;
  }
  bottom
  {
    type          zeroGradient;
  }
  wedge_pos
  {
    type            wedge;
  }
  wedge_neg
  {
    type            wedge;
  }
  ceramicMat_to_demiseMat
  {
    type            zeroGradient;
  }
  ceramicMat_to_hotFlow
  {
    type zeroGradient;
  }

}


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