/*--------------------------------*- C++ -*----------------------------------*\
Input file needed for the mesh motion solver. Please do not remove.
It is not advised to modify this file unless you need to modify the boundaryField names.
\*---------------------------------------------------------------------------*/

FoamFile {
  version         2.0;
  format          ascii;
  class           pointVectorField;
  object          pointMotionU;
  IOobject        NO_WRITE;
}

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


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

internalField   uniform (0 0 0);

boundaryField {
  wedge_neg
  {
    type            wedge;
  }

  wedge_pos
  {
    type            wedge;
  }

  top
  {
    type            fixedValue;
    value           uniform (0 0 0);
  }

  bottom
  {
    type            fixedValue;
    value           uniform (0 0 0);
  }

  hotFlow_to_demiseMat
  {
    type            fixedValue;
    value           uniform (0 0 0);
  }

  hotFlow_to_ceramicMat
  {
    type            fixedValue;
    value           uniform (0 0 0);
  }

  lateral
  {
    type            fixedValue;
    value           uniform (0 0 0);
  }
}


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