/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2506 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; object alpha.water; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 0 0 0 0]; internalField uniform 0; boundaryField { bottom1 { type zeroGradient; } bottom2 { type zeroGradient; } front { type empty; } back { type empty; } leftwall { type zeroGradient; } rightwall { type zeroGradient; } top { type inletOutlet; inletValue uniform 0; value uniform 0; } } // ************************************************************************* //