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 ("libfieldFunctionObjects.so");
57 // Function object enabled flag
60 // When to output the average fields
61 outputControl outputTime;
63 // Fields to be averaged - runTime modifiable
83 // ************************************************************************* //