1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: dev |
5 | \\ / A nd | Web: http://www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 application sloshingFoam;
29 writeControl adjustableRunTime;
39 writeCompression compressed;
45 runTimeModifiable yes;
57 // Type of functionObject
60 // Name of the directory for the probe data
63 // Locations to be probed. runTime modifiable!
70 // Fields to be probed. runTime modifiable!
79 // Type of functionObject
82 // Where to load it from (if not already in solver)
83 functionObjectLibs ("libsampling.so");
85 // Output every 10th time step
107 // ************************************************************************* //