1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 1.4.1 |
5 | \\ / A nd | Web: http://www.openfoam.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 // startFrom latestTime;
30 writeControl timeStep;
39 writeCompression compressed;
47 runTimeModifiable yes;
57 type rasVofForceAndTorque;
68 // Type of functionObject
71 // Where to load it from (if not already in solver)
72 functionObjectLibs ("libsampling.so");
74 // Locations to be probed. runTime modifiable!
80 // Fields to be probed. runTime modifiable!
87 outputControl outputTime;
92 // ************************************************************************* //