/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Website:  https://openfoam.org                  |
|   \\  /    A nd           | Version:  9                                     |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    format      ascii;
    class       volSymmTensorField;
    object      tau;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

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

internalField   uniform (0 0 0 0 0 0);

boundaryField
{
    x0
    {
	type            fixedValue;
	value           uniform (0 0 0 0 0 0);         
    }

    x1
    {
	type            zeroGradient;      
    }

    y0
    {
    type            cyclic;       
    }

    y1
    {
    type            cyclic;       
    }

    z0
    {
    type            cyclic;       
    }

    z1
    {
    type            cyclic;       
    }

    "(Sphere1-1|Sphere1-2|Sphere1-3|Sphere1-4|Sphere1-5|Sphere2-1|Sphere2-2|Sphere2-3|Sphere2-4|Sphere3-1|Sphere3-2|Sphere3-3|Sphere3-4|Sphere3-5|Sphere4-1|Sphere4-2|Sphere4-3|Sphere4-4|Sphere5-1|Sphere5-2|Sphere5-3|Sphere5-4|Sphere5-5)"
    {
    type            linearExtrapolation;
    value           uniform (0 0 0 0 0 0);             
    }
}

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