/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.4.x | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "1"; object p; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [1 -1 -2 0 0 0 0]; internalField uniform 101325; boundaryField { nzLow { type zeroGradient; } nzUpp { type zeroGradient; } coLow { type totalPressure; rho none; psi none; gamma 1; p0 uniform 101325; value uniform 101325; } coUpp { type totalPressure; rho none; psi none; gamma 1; p0 uniform 101325; value uniform 101325; } outlet { type totalPressure; rho none; psi none; gamma 1; p0 uniform 101325; value uniform 101325; } front { type wedge; } back { type wedge; } } // ************************************************************************* //