/*--------------------------------*- 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 probesDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // fields ( voidfraction UsRec URec pRec rhoRec voidfractionRec addSource ); outputControl timeStep; //outputTime; outputInterval 40; // Locations to be probed. probeLocations ( (0.0 0.0 0.03) (0.0 0.0 0.06) (0.0 0.0 0.09) (0.035 0.0 0.03) (-0.035 0.0 0.03) (0.02 0.0 0.001) (-0.02 0.0 0.001) ); // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //