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 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 application channelOodles;
29 writeControl timeStep;
39 writeCompression uncompressed;
45 runTimeModifiable yes;
51 // Type of functionObject
54 // Where to load it from (if not already in solver)
55 functionObjectLibs ("libfieldFunctionObjects.so");
57 outputControl outputTime;
59 // Fields to be averaged - runTime modifiable
78 // ************************************************************************* //