functionObject.H: Updated documentation

This commit is contained in:
Henry Weller
2024-05-29 12:20:30 +01:00
parent 5f80ee7f10
commit 2bb0f6b75d

View File

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