1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
4 | \\ / O peration | Version: 1.6-ext |
5 | \\ / A nd | Web: www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 application pimpleFoam;
30 writeControl adjustableRunTime;
40 writeCompression uncompressed;
46 runTimeModifiable yes;
56 // Where to load it from
57 functionObjectLibs ( "libsampling.so" );
61 // Name of the directory for probe data
65 ( 1e-06 0 0.01 ) // at inlet
66 ( 0.21 -0.20999 0.01 ) // at outlet1
67 ( 0.21 0.20999 0.01 ) // at outlet2
68 ( 0.21 0 0.01 ) // at central block
71 // Fields to be probed
74 // Write at same frequency as fields
75 outputControl outputTime;
80 // ************************************************************************* //