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

dimensions      [0 0 0 0 0 0 0];

internalField   uniform 0;

boundaryField {
  wedge_neg
  {
    type            wedge;
  }
  wedge_pos
  {
    type            wedge;
  }

  top
  {
    type           zeroGradient;
  }
  bottom
  {
    type            zeroGradient;
  }
  lateral
  {
    type            zeroGradient;

  }
  hotFlow_to_demiseMat
  {
    type         calculated;
    value           uniform 0;

  }

  hotFlow_to_ceramicMat
  {
    type          calculated;
    value           uniform 0;
  }
}


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