/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2506                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    location    "0";
    object      e;
}
dimensions      [0 2 -2 0 0 0 0];
internalField   uniform 45772.5;
boundaryField
{
    inlet
    {
        type            fixedValue;
        value           uniform 45772.5;
    }
    outlet
    {
        type            zeroGradient;
    }
    freestream
    {
        type            inletOutlet;
        inletValue      uniform 45772.5;
        value           uniform 45772.5;
    }
    walls
    {
        type            fixedValue;
        value           uniform 215400;
    }
    bleedOutlet
    {
        type            zeroGradient;
    }
    frontAndBack
    {
        type            empty;
    }
}