functionObject.H: Updated documentation
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration | Website: https://openfoam.org
|
\\ / O peration | Website: https://openfoam.org
|
||||||
\\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2024 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -34,14 +34,11 @@ Description
|
|||||||
|
|
||||||
\subsection secFunctionObjects Using functionObjects
|
\subsection secFunctionObjects Using functionObjects
|
||||||
|
|
||||||
FunctionObjects are selected by additional entries in the
|
functionObjects are selected by entries in the $FOAM_CASE/system/functions
|
||||||
$FOAM_CASE/system/controlDict dictionary. Each object is listed in the \c
|
dictionary e.g. to select the \c functionObjectType functionObject the
|
||||||
functions sub-dictionary, e.g. to select the \c functionObjectType
|
following entry would be specified:
|
||||||
functionObject the following entry would be specified:
|
|
||||||
|
|
||||||
\verbatim
|
\verbatim
|
||||||
functions
|
|
||||||
{
|
|
||||||
<functionObjectName>
|
<functionObjectName>
|
||||||
{
|
{
|
||||||
type functionObjectType;
|
type functionObjectType;
|
||||||
@ -54,7 +51,6 @@ Description
|
|||||||
writeInterval 1;
|
writeInterval 1;
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
}
|
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|
||||||
Where:
|
Where:
|
||||||
|
|||||||
Reference in New Issue
Block a user