/*---------------------------------------------------------------------------*\ ========= | \\ / 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; object p; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [1 -1 -2 0 0 0 0]; internalField uniform 80e5; boundaryField { outlet { type fixedMeanValue; meanValue 8e6; value uniform 8e+06; } inlet1 { type zeroGradient; } inlet2 { type zeroGradient; } wall { type zeroGradient; } } // ************************************************************************* //