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

dimensions      [0 0 0 0 0 0 0];

internalField   uniform 0;

boundaryField
{
    inlet
    {
        type            calculated;
        value           uniform 0;
    }
    outlet
    {
        type            calculated;
        value           uniform 0;
    }
    walls
    {
        type            calculated;
        value           nonuniform List<scalar> 
80
(
7.38569887871
7.94158550771
8.14226525528
8.06927775595
7.93912456654
7.82600003381
7.73401982414
7.67054696136
7.64672810695
7.66579435598
7.72418236914
7.81639488003
7.9371897947
8.08174732166
8.24454621594
8.42473892205
8.62246170559
8.84018153296
9.07718652781
9.34735512289
9.62777395175
10.0359672481
10.2963848724
11.6418256628
11.0606696657
9.37125634449
8.70546598108
8.73722590768
8.63388860022
8.39593399364
8.16183135597
7.93741935196
7.70535801331
7.46964627776
7.2349057411
7.00092738392
6.76739696506
6.53459505703
6.30255614765
6.07111672308
5.84009165301
5.60926787365
5.37829035381
5.14668309136
4.91397300752
4.67965392114
4.44326429194
4.20440403644
3.96165908469
3.71400465352
3.45386311608
3.18346072751
2.90404666848
2.62024975255
2.33899231683
2.06643841072
1.80522187613
1.55309065931
1.30264745707
1.04001585612
0.73541313922
0.241992796608
0.623939747192
0.895592711239
1.09115625352
1.24891635329
1.38303025018
1.50058376909
1.60563416948
1.70060487642
1.78717423811
1.86725975387
1.94238682163
2.01412054127
2.08365312964
2.15199567432
2.21680659677
2.27175514514
2.29381351762
2.34405407751
)
;
    }
    wedgeMinus
    {
        type            wedge;
    }
    wedgePlus
    {
        type            wedge;
    }
    defaultFaces
    {
        type            empty;
    }
}


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