1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
29 writeControl timeStep;
45 runTimeModifiable true;
51 // Type of functionObject
54 // Where to load it from (if not already in solver)
55 functionObjectLibs ("libfieldAverage.so");
57 // Function object enabled flag
60 // Log to output (default: false)
63 // Write information to file (default: true)
66 // Fields to be monitored - runTime modifiable
75 // ************************************************************************* //