/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  7
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    location    "400";
    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;
    }
    top
    {
        type            symmetryPlane;
    }
    front
    {
        type            wedge;
    }
    back
    {
        type            wedge;
    }
    bottom
    {
        type            calculated;
        value           nonuniform List<scalar> 
100
(
0.0697326
0.0170557
0.0155124
0.0164812
0.0175289
0.0184356
0.0193701
0.0203177
0.0212652
0.02217
0.0230526
0.023877
0.0246594
0.025372
0.0260372
0.0266325
0.0271826
0.0276696
0.0281195
0.0285128
0.0288704
0.0291712
0.0294321
0.0296377
0.0298088
0.0299341
0.0300347
0.0301009
0.0301518
0.0301783
0.0301966
0.0301985
0.0301962
0.0301834
0.0301686
0.030149
0.0301269
0.0301021
0.0300758
0.0300518
0.0300249
0.0300036
0.0299773
0.0299597
0.0299351
0.0299215
0.0298993
0.02989
0.0298703
0.0298646
0.029847
0.0298441
0.0298285
0.0298277
0.0298142
0.0298148
0.0298038
0.0298054
0.0297973
0.0297993
0.0297947
0.029797
0.0297962
0.0297985
0.0298018
0.0298043
0.0298117
0.0298144
0.0298263
0.0298292
0.0298458
0.0298494
0.029871
0.0298755
0.0299025
0.0299088
0.0299415
0.0299504
0.0299889
0.0300012
0.0300454
0.0300617
0.0301109
0.0301311
0.0301836
0.0302075
0.0302609
0.0302877
0.0303397
0.0303692
0.0304176
0.0304499
0.0304927
0.0305284
0.0305643
0.0306038
0.0306322
0.0306756
0.0306945
0.0307498
)
;
    }
}


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