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 // Where to load it from
52 functionObjectLibs ("libfieldFunctionObjects.so");
57 outputControl outputTime; //timeStep;
60 // Fields to be sampled. Per field original name and mapped field to
68 // Patches to sample (regular expressions)
69 patches ("movingWall");
77 // ************************************************************************* //