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;
52 functionObjectLibs ("libsystemCall.so");
54 outputControl outputTime;
56 // called every time step
62 // called at the end of the run
65 "echo \*\*\* writing .bashrc \*\*\*"
67 "echo \*\*\* done \*\*\*"
70 // called every ouput time
73 "echo \*\*\* writing data \*\*\*"
78 // ************************************************************************* //