1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 1.0 |
5 | \\ / A nd | Web: http://www.openfoam.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
29 writeControl adjustableRunTime;
38 writeCompression compressed;
44 runTimeModifiable yes;
56 // Type of functionObject
59 // Where to load it from (if not already in solver)
60 functionObjectLibs ("libsampling.so");
62 // Locations to be probed. runTime modifiable!
73 // Fields to be probed. runTime modifiable!
79 outputControl timeStep;
84 // ************************************************************************* //