/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.x | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object setFieldsDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // defaultFieldValues ( //volScalarFieldValue C7H16 0 //pointScalarFieldValue pointMotionUy uniform 0 ); regions ( // Set cell values // (does zerogradient on boundaries) boxToCell { box (-0.005 0.045 -0.005) (0.005 0.055 0.005); fieldValues ( volScalarFieldValue C7H16 0.75 pointScalarFieldValue pointMotionUy 0.5 ); } ); // ************************************************************************* //