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