mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
More cleanup on headers/source for doxygen
- it also found things like size_t instead of size_type in fileName class
This commit is contained in:
@ -26,8 +26,14 @@ Class
|
||||
Foam::OutputFilterFunctionObject
|
||||
|
||||
Description
|
||||
FunctionObject wrapper around OutputFilter to allow them to be created
|
||||
via the functions list within controlDict.
|
||||
A functionObject wrapper around OutputFilter to allow them to be
|
||||
created via the functions list within controlDict.
|
||||
|
||||
Note
|
||||
Since the timeIndex is used directly from Foam::Time, it is unaffected
|
||||
by user-time conversions. For example, Foam::engineTime might cause @a
|
||||
writeInterval to be degrees crank angle, but the functionObject
|
||||
execution @a interval would still be in timestep.
|
||||
|
||||
SourceFiles
|
||||
OutputFilterFunctionObject.C
|
||||
|
||||
Reference in New Issue
Block a user