1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
29 writeControl timeStep;
45 runTimeModifiable true;
51 type timeActivatedFileUpdate;
52 functionObjectLibs ("libutilityFunctionObjects.so");
53 outputControl timeStep;
55 fileToUpdate "$FOAM_CASE/system/fvSolution";
59 ( -1 "$FOAM_CASE/system/fvSolution.0" )
60 ( 0.10 "$FOAM_CASE/system/fvSolution.10" )
61 ( 0.20 "$FOAM_CASE/system/fvSolution.20" )
62 ( 0.35 "$FOAM_CASE/system/fvSolution.35" )
67 // ************************************************************************* //