/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v1906                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    location    "200";
    object      p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

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


internalField   nonuniform List<scalar> 
150
(
-1.02106
-3.06142
-5.10178
-7.14214
-9.1825
-11.2229
-13.2632
-15.3036
-17.3439
-19.3843
-21.4246
-23.465
-25.5053
-27.5457
-29.586
-31.6264
-33.6667
-35.707
-37.7474
-39.7877
-41.8281
-43.8684
-45.9087
-47.949
-49.9892
-52.0292
-54.0688
-56.1098
-58.1509
-60.1907
-62.231
-64.2713
-66.3117
-68.3521
-70.3924
-72.4328
-74.4731
-76.5135
-78.5539
-80.5942
-82.6346
-84.6749
-86.7153
-88.7557
-90.796
-92.8364
-94.8767
-96.9171
-98.9575
-100.998
-103.038
-105.079
-107.119
-109.159
-111.2
-113.24
-115.28
-117.321
-119.361
-121.401
-123.442
-125.482
-127.523
-129.563
-131.603
-133.644
-135.684
-137.724
-139.765
-141.805
-143.845
-145.886
-147.926
-149.966
-152.007
-154.047
-156.088
-158.128
-160.168
-162.209
-164.249
-166.289
-168.33
-170.37
-172.41
-174.451
-176.491
-178.531
-180.572
-182.612
-184.653
-186.693
-188.733
-190.774
-192.814
-194.854
-196.895
-198.935
-200.975
-203.016
-205.056
-207.097
-209.137
-211.177
-213.218
-215.258
-217.298
-219.339
-221.379
-223.419
-225.46
-227.5
-229.541
-231.581
-233.621
-235.662
-237.702
-239.742
-241.783
-243.823
-245.863
-247.904
-249.944
-251.984
-254.025
-256.065
-258.106
-260.146
-262.186
-264.227
-266.267
-268.307
-270.348
-272.388
-274.428
-276.469
-278.509
-280.55
-282.59
-284.63
-286.671
-288.711
-290.751
-292.792
-294.832
-296.872
-298.913
-300.953
-302.993
-305.034
)
;

boundaryField
{
    inlet
    {
        type            cyclic;
    }
    outlet
    {
        type            cyclic;
    }
    top
    {
        type            calculated;
        value           uniform -306.054;
    }
    bottom
    {
        type            calculated;
        value           uniform -0.00088236;
    }
    frontAndBackPlanes
    {
        type            empty;
    }
}


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