/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | foam-extend: Open Source CFD \\ / O peration | \\ / A nd | For copyright notice see file Copyright \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "0"; object p; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [1 -1 -2 0 0 0 0]; internalField uniform 10e5; boundaryField { inlet { type zeroGradient; } outlet { type fixedValue; value uniform 1e+06; } upperWall { type zeroGradient; } lowerWall { type zeroGradient; } frontAndBack { type empty; } } // ************************************************************************* //