/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2012 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // libs (overset fvMotionSolvers); DebugSwitches { overset 0; dynamicOversetFvMesh 0; cellVolumeWeight 0; } application overPimpleDyMFoam; startFrom latestTime; startTime 0; stopAt endTime; endTime 0.8; deltaT 2e-5; writeControl timeStep; writeInterval 30; purgeWrite 0; writeFormat ascii; writePrecision 10; writeCompression off; timeFormat general; timePrecision 6; runTimeModifiable true; adjustTimeStep true; maxCo 1; functions { // #include "catalyst" probes { type probes; libs (sampling); // Name of the directory for probe data name probes; // Write at same frequency as fields writeControl timeStep; writeInterval 1; // Fields to be probed fields (p U); // Optional: interpolation scheme to use (default is cell) interpolationScheme cell; probeLocations ( (0.015 0.005 0.005) ); } } // ************************************************************************* //