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 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
30 writeControl timeStep;
46 runTimeModifiable true;
53 functionObjectLibs ("libsampling.so");
55 outputControl timeStep;
79 functionObjectLibs ("libfieldFunctionObjects.so");
81 outputControl outputTime;
103 // Sample near-wall velocity
107 // Where to load it from (if not already in solver)
108 functionObjectLibs ("libsampling.so");
110 outputControl outputTime;
112 interpolationScheme cellPoint;
116 // Fields to be sampled
126 type patchInternalField;
127 patches ( lowerWall );
136 // ************************************************************************* //