/*--------------------------------*- 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
(
1.89751010251
2.07052521198
2.32727570321
2.63973821279
3.01064671638
3.46199450612
4.01466187092
4.6910029308
5.52519258456
6.56858677343
7.8913587341
9.56556871247
11.3943017811
10.2502955553
11.4022238072
11.6341377247
11.8464384588
12.1971184161
10.6497542957
11.6085682445
10.7233510847
10.8502718632
12.2692088727
11.6286565911
12.6666049654
6.05735388699
3.54903466972
3.83476108854
3.76037978119
3.69179976384
3.79096628601
3.92544971168
4.01223023567
4.10996805385
4.20352130276
4.26861001512
4.33458122931
4.41228525928
4.48746599761
4.56269979836
4.65154262994
4.74987710846
4.84315612575
4.92088158008
4.98554376179
5.04236138214
5.0932708692
5.14075090239
5.19049823811
5.25086659447
5.32552238694
5.41094268795
5.50035297566
5.5873459636
5.66968232081
5.74797640571
5.82297002997
5.89520800245
5.96508740939
6.03315936983
6.10090275237
6.17062864003
6.24417073963
6.3222171441
6.40442206548
6.48985546742
6.57765405122
6.66777713748
6.76111303061
6.85882668777
6.96159391498
7.06863845915
7.17633670921
7.27652929669
7.35561266018
7.39719087115
7.39355216104
7.31319705292
7.16315694496
7.01844261957
)
;
    }
    wedgeMinus
    {
        type            wedge;
    }
    wedgePlus
    {
        type            wedge;
    }
    defaultFaces
    {
        type            empty;
    }
}


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