/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: dev | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; object p; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [1 -1 -2 0 0 0 0]; internalField uniform 0; boundaryField { leftWall { type multiphaseFixedFluxPressure; value uniform 0; } rightWall { type multiphaseFixedFluxPressure; value uniform 0; } lowerWall { type multiphaseFixedFluxPressure; value uniform 0; } atmosphere { type totalPressure; p0 uniform 0; U Uair; phi phiair; rho rho; psi none; gamma 1; value uniform 0; } defaultFaces { type empty; } } // ************************************************************************* //