mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Function object documentation updates for evaluateControl
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2012-2014 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2012-2014 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
This file is part of OpenFOAM.
|
This file is part of OpenFOAM.
|
||||||
@ -63,6 +63,8 @@ functions
|
|||||||
enabled yes;
|
enabled yes;
|
||||||
timeStart 0;
|
timeStart 0;
|
||||||
timeEnd 10;
|
timeEnd 10;
|
||||||
|
evaluateControl timeStep;
|
||||||
|
evaluateInterval 1;
|
||||||
outputControl outputTime;
|
outputControl outputTime;
|
||||||
outputInterval 1;
|
outputInterval 1;
|
||||||
...
|
...
|
||||||
@ -78,7 +80,9 @@ Where:
|
|||||||
region | name of region for multi-region cases | no |
|
region | name of region for multi-region cases | no |
|
||||||
enabled | on/off switch | no | yes
|
enabled | on/off switch | no | yes
|
||||||
timeStart| start time | no |
|
timeStart| start time | no |
|
||||||
timeEnd | end time | no |
|
timeEnd | end time | no |
|
||||||
|
evaluateControl | when to evaluate: either 'outputTime' or 'timeStep'| no | timeStep
|
||||||
|
evaluateInterval| steps between evaluation when evaluateControl=timeStep | no | 1
|
||||||
outputControl | when to output: either 'outputTime' or 'timeStep'| no | timeStep
|
outputControl | when to output: either 'outputTime' or 'timeStep'| no | timeStep
|
||||||
outputInterval| steps between output when outputControl=timeStep | no | 1
|
outputInterval| steps between output when outputControl=timeStep | no | 1
|
||||||
\endtable
|
\endtable
|
||||||
@ -88,7 +92,7 @@ typically used as the name of the output directory for any derived data. The
|
|||||||
\c type entry defines the type of function object properties that follow.
|
\c type entry defines the type of function object properties that follow.
|
||||||
Since the function objects are packaged into separate libraries, the user must
|
Since the function objects are packaged into separate libraries, the user must
|
||||||
tell the code where to find the function object implementation, identified
|
tell the code where to find the function object implementation, identified
|
||||||
using the \c libs entry.
|
using the \c functionObjectLibs entry.
|
||||||
|
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|||||||
Reference in New Issue
Block a user