1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.2 |
5 | \\ / A nd | Web: http://www.foam-extend.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 application icoDyMFoam;
29 writeControl adjustableRunTime;
39 writeCompression compressed;
45 runTimeModifiable yes;
59 // Where to load it from (if not already in solver)
60 functionObjectLibs (/*"libsampling.so"*/ "libfieldFunctionObjects.so");
68 // Where to load it from (if not already in solver)
69 functionObjectLibs ("libfieldFunctionObjects.so");
75 // ************************************************************************* //