/*--------------------------------*- 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      p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

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

internalField   nonuniform List<scalar> 
80
(
0.000547595848385
0.000530070694351
0.000513560671417
0.000501073788031
0.000488970130571
0.000475967864463
0.00046267767066
0.000449480523234
0.000436294115295
0.000423020688438
0.000409667762989
0.000396262302102
0.000382809693847
0.000369307488623
0.000355756947305
0.000342161557272
0.000328524131122
0.00031484672869
0.000301131326868
0.000287379943051
0.000273594503725
0.000259776802334
0.000245928529394
0.000232051292202
0.00021814661595
0.00020421594421
0.000190260643499
0.000176282008127
0.000162281264556
0.000148259573399
0.000134218037322
0.000120157690273
0.000106079546103
9.19844617809e-05
7.78736071769e-05
6.37470731245e-05
4.96087842343e-05
3.54520259377e-05
2.13108050918e-05
7.07783905951e-06
0.00054573559821
0.000529438059676
0.000513446123266
0.000500984454005
0.000488856651176
0.000475868270086
0.000462596142496
0.000449406779849
0.000436223435001
0.000422953313389
0.000409604232055
0.000396202332159
0.000382752868436
0.000369253594411
0.000355705859056
0.00034211313367
0.000328478220858
0.000314803193439
0.000301090042
0.000287340791405
0.000273557373738
0.000259741588572
0.00024589513251
0.000232019618339
0.000218116576236
0.00020418745447
0.000190233623982
0.000176256383269
0.000162256962639
0.000148236526645
0.000134196180542
0.000120136964453
0.000106059883524
9.19658325519e-05
7.78558196902e-05
6.37303724124e-05
4.95910553311e-05
3.54370970918e-05
2.12712304843e-05
7.10174446888e-06
)
;

boundaryField
{
    inlet
    {
        type            zeroGradient;
    }
    outlet
    {
        type            fixedValue;
        value           uniform 0;
    }
    walls
    {
        type            zeroGradient;
    }
    wedgeMinus
    {
        type            wedge;
    }
    wedgePlus
    {
        type            wedge;
    }
    defaultFaces
    {
        type            empty;
    }
}


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