ENH: Updated function object documentation

This commit is contained in:
andy
2012-08-20 12:24:40 +01:00
parent 7a6880ad14
commit 77189860de
7 changed files with 136 additions and 14 deletions

View File

@ -28,7 +28,30 @@ Group
grpIOFunctionObjects
Description
Takes over the writing of registered IO objects
This function object takes-over the writing of objects registered to the
database.
Example of function object specification:
\verbatim
writeRegisteredObject1
{
type writeRegisteredObject;
functionObjectLibs ("libIOFunctionObjects.so");
...
objectNames (obj1 obj2);
}
\endverbatim
\heading Function object usage
\table
Property | Description | Required | Default value
type | type name: writeRegisteredObject | yes |
objectNames | objects to write | yes |
\endtable
SeeAlso
Foam::functionObject
Foam::OutputFilterFunctionObject
SourceFiles
writeRegisteredObject.C