/*--------------------------------*- 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 { inlet { type zeroGradient; } outlet { type zeroGradient; } ground1 { type zeroGradient; } ground2 { type zeroGradient; } front1 { type empty; } back1 { type empty; } front2 { type empty; } back2 { type empty; } top1 { type inletOutlet; inletValue uniform 0; value uniform 0; } top2 { type inletOutlet; inletValue uniform 0; value uniform 0; } } // ************************************************************************* //