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

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

internalField   uniform (0 0 0);

boundaryField
{
     waiquan
     {
        type            rotatingWallVelocity;
        origin          (0 0 0);
        axis            (0 0 1);
        omega           constant -104.72;
        value           uniform (0 0 0);
    }

    inlet
     {
       type            SRFVelocity;
        inletValue      uniform (0 0 0);
        relative        yes;
        value           uniform (0 0 0);
    }

    neiquan
    {
        type            rotatingWallVelocity;
        origin          (0 0 0);
        axis            (0 0 1);
        omega           constant 209.44;
        value           uniform (0 0 0);
    }
       
    outlet
    {
       type            SRFVelocity;
        inletValue      uniform (0 0 0);
        relative        yes;
        value           uniform (0 0 0);
    }


    ball1
     {
        type           rotatingWallVelocity;
        origin          (0 -0.01675 0);
        axis            (0 0 -1);
        omega           constant 837.76;
        value           uniform (0 0 0);
     }

    ball2
     {
        type           rotatingWallVelocity;
        origin          (0 0.01675 0);
        axis            (0 0 -1);
        omega           constant 837.76;
        value           uniform (0 0 0);
     }
    ball3
     {
        type           rotatingWallVelocity;
        origin          (-0.011844 -0.011844 0);
        axis            (0 0 -1);
        omega           constant 837.76;
        value           uniform (0 0 0);
     }
    ball4
     {
        type           rotatingWallVelocity;
        origin          (-0.01675 0 0);
        axis            (0 0 -1);
        omega          constant 837.76;
        value           uniform (0 0 0);
     }
    ball5
     {
        type           rotatingWallVelocity;
        origin          (-0.011844 0.011844 0);
        axis            (0 0 -1);
        omega          constant 837.76;
        value           uniform (0 0 0);
     }
    ball6
     {
        type           rotatingWallVelocity;
        origin          (0.011844 0.011844 0);
        axis            (0 0 -1);
        omega          constant 837.76;
        value           uniform (0 0 0);
     }
    ball7
     {
        type           rotatingWallVelocity;
        origin          (0.011844 -0.011844 0);
        axis            (0 0 -1);
        omega          constant 837.76;
        value           uniform (0 0 0);
     }
    ball8
     {
        type           rotatingWallVelocity;
        origin          (0.01675 0 0);
        axis            (0 0 -1);
        omega          constant 837.76;
        value           uniform (0 0 0);
     }




}

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