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

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


internalField   uniform (0 0 0);

boundaryField
{
    inlet
    {
        type            calculated;
        value           uniform (0 0 0);
    }
    outlet
    {
        type            calculated;
        value           uniform (0 0 0);
    }
    upperWall
    {
        type            calculated;
        value           nonuniform List<vector> 9((-432.18 2.90425e-06 -6.56548e-30) (-432.18 0 0) (-432.18 0 0) (-432.18 0 0) (-432.18 0 0) (-432.18 0 0) (-432.18 0 0) (-432.18 0 0) (-432.18 0 0));
    }
    lowerWall
    {
        type            calculated;
        value           nonuniform List<vector> 9((-432.18 0 0) (-432.18 1.85844e-17 0) (-432.18 0 0) (-432.18 -1.85844e-17 0) (-432.18 1.85844e-17 -0) (-432.18 -1.85844e-17 0) (-432.18 0 0) (-432.18 -1.85844e-17 0) (-432.18 0 0));
    }
    frontAndBack
    {
        type            empty;
    }
}


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