1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.0 |
5 | \\ / A nd | Web: http://www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 application simpleFoam;
29 writeControl timeStep;
39 writeCompression uncompressed;
47 runTimeModifiable yes;
49 // Compute the flux value on each side of a GGI interface
54 // Type of functionObject
59 // Where to load it from (if not already in solver)
60 functionObjectLibs ("libcheckFunctionObjects.so");
63 // Compute the flux value on each side of a mixingPlane interface
66 // Type of functionObject
67 type mixingPlaneCheck;
69 masterPatchName upstreamMixingPlanePatch;
70 masterPatchScaleFactor 10.0;
71 shadowPatchScaleFactor 4.0;
74 // Where to load it from (if not already in solver)
75 functionObjectLibs ("libcheckFunctionObjects.so");
79 // ************************************************************************* //