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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 // values from outer-scope
21 writeInterval #codeStream
23 // values from inner-scope
33 -I$(LIB_SRC)/finiteVolume/lnInclude
40 Info<<"called someCode\n";
47 label interval = ($endIter - $begIter);
48 // label nDumps = $nDumps;
49 label nDumps = someCode();
50 os << (interval / nDumps);
57 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //