/*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.0 | | \\ / A nd | Web: http://www.openfoam.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; root ""; case ""; instance "system"; local ""; class dictionary; object setFieldsDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // defaultFieldValues ( volScalarFieldValue materials 0 volVectorFieldValue U (0 0 0) ); regions ( boxToCell { box (0 0 0) (1 0.5 1); fieldValues ( volScalarFieldValue materials 1 ); } ); domainSizes // the order of the numbers depends on the order they were merged ( 13319 400 ); // ************************************************************************* //