/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | DeboRheo: A computational rheology package
   \\    /   O peration     | for high Deborah number flows.
    \\  /    A nd           |
     \\/     M anipulation  |
-------------------------------------------------------------------------------
    Copyright (C) Matthias Niethammer <niethammer@gmx.de>
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volSymmTensorField;
    object      A;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 0 0 0 0 0 0];

internalField   uniform (0 0 0 0 0 0);

boundaryField
{

    right
    {
        type    cyclic;
    }

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

    left
    {
        type    cyclic;
    }
    front
    {
        type    zeroGradient;
    }

    back
    {
        type    zeroGradient;
    }    
}

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