/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: dev \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { format ascii; class dictionary; location "system"; object setFieldsDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // defaultFieldValues ( volScalarFieldValue alpha.gas 1 volScalarFieldValue alpha.liquid 0 ); regions ( boxToCell { box (0 0 0) (0.15 0.501 0.1); fieldValues ( volScalarFieldValue alpha.gas 0 volScalarFieldValue alpha.liquid 1 ); } ); // ************************************************************************* //