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

dimensions      [0 0 0 0 0 0 0];

internalField   uniform 0;

boundaryField
{
    axis
    {
        type            empty;
    }
    wall
    {
        type            calculated;
        value           nonuniform List<scalar> 
50
(
25.7599
25.7599
25.7598
25.7598
25.7598
25.7598
25.7598
25.7598
25.7598
25.7599
25.7599
25.7599
25.7599
25.7599
25.7599
25.7599
25.76
25.76
25.76
25.76
25.76
25.7599
25.7599
25.7599
25.7599
25.7599
25.7599
25.7598
25.7598
25.7598
25.7598
25.7598
25.7598
25.7598
25.7598
25.7598
25.7599
25.7599
25.7599
25.76
25.76
25.76
25.76
25.76
25.76
25.76
25.7599
25.7599
25.7599
25.7599
)
;
    }
    inlet
    {
        type            cyclic;
    }
    outlet
    {
        type            cyclic;
    }
    wedgeFront
    {
        type            wedge;
    }
    wedgeBack
    {
        type            wedge;
    }
}


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