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 simpleSRFFoam;
29 writeControl timeStep;
39 writeCompression compressed;
45 runTimeModifiable yes;
47 // Compute the flux value on each side of a GGI interface
52 // Type of functionObject
57 // Where to load it from (if not already in solver)
58 functionObjectLibs ("libcheckFunctionObjects.so");
62 // ************************************************************************* //