A functionObject wrapper around OutputFilter to allow them to be created via the functions list within controlDict. More...
#include <OpenFOAM/OutputFilterFunctionObject.H>
A functionObject wrapper around OutputFilter to allow them to be created via the functions list within controlDict.
Definition at line 59 of file OutputFilterFunctionObject.H.
Inheritance diagram for OutputFilterFunctionObject< OutputFilter >:
Collaboration diagram for OutputFilterFunctionObject< OutputFilter >:Public Member Functions | |
| TypeName (OutputFilter::typeName_()) | |
| Runtime type information. | |
| OutputFilterFunctionObject (const word &name, const Time &, const dictionary &) | |
| Construct from components. | |
| virtual const Time & | time () const |
| Return time database. | |
| virtual const dictionary & | dict () const |
| Return the input dictionary. | |
| virtual const word & | regionName () const |
| Return the region name. | |
| virtual const word & | dictName () const |
| Return the optional dictionary name. | |
| virtual bool | enabled () const |
| Return the enabled flag. | |
| virtual const outputFilterOutputControl & | outputControl () const |
| Return the output control object. | |
| virtual const OutputFilter & | outputFilter () const |
| Return the output filter. | |
| virtual void | on () |
| Switch the function object on. | |
| virtual void | off () |
| Switch the function object off. | |
| virtual bool | start () |
| Called at the start of the time-loop. | |
| virtual bool | execute () |
| Called at each ++ or += of the time-loop. | |
| virtual bool | end () |
| Called when Time::run() determines that the time-loop exits. | |
| virtual bool | read (const dictionary &) |
| Read and set the function object if its data have changed. | |
Public Member Functions inherited from functionObject | |
| virtual const word & | type () const =0 |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, functionObject, dictionary,(const word &name, const Time &t, const dictionary &dict),(name, t, dict)) | |
| functionObject (const word &name) | |
| Construct from components. | |
| autoPtr< functionObject > | clone () const |
| Return clone. | |
| virtual | ~functionObject () |
| virtual const word & | name () const |
| Name. | |
Additional Inherited Members | |
Static Public Member Functions inherited from functionObject | |
| static autoPtr< functionObject > | New (const word &name, const Time &, const dictionary &) |
| Select from dictionary, based on its "type" entry. | |
Static Public Attributes inherited from functionObject | |
| static int | debug |
| OutputFilterFunctionObject | ( | const word & | name, |
| const Time & | t, | ||
| const dictionary & | dict | ||
| ) |
Construct from components.
Definition at line 81 of file OutputFilterFunctionObject.C.
| TypeName | ( | OutputFilter:: | typeName_() | ) |
Runtime type information.
|
inlinevirtual |
Return time database.
Definition at line 131 of file OutputFilterFunctionObject.H.
|
inlinevirtual |
Return the input dictionary.
Definition at line 137 of file OutputFilterFunctionObject.H.
|
inlinevirtual |
Return the region name.
Definition at line 143 of file OutputFilterFunctionObject.H.
|
inlinevirtual |
Return the optional dictionary name.
Definition at line 149 of file OutputFilterFunctionObject.H.
|
inlinevirtual |
Return the enabled flag.
Definition at line 155 of file OutputFilterFunctionObject.H.
|
inlinevirtual |
Return the output control object.
Definition at line 161 of file OutputFilterFunctionObject.H.
|
inlinevirtual |
Return the output filter.
Definition at line 167 of file OutputFilterFunctionObject.H.
|
virtual |
Switch the function object on.
Definition at line 103 of file OutputFilterFunctionObject.C.
|
virtual |
Switch the function object off.
Definition at line 110 of file OutputFilterFunctionObject.C.
|
virtual |
Called at the start of the time-loop.
Implements functionObject.
Definition at line 117 of file OutputFilterFunctionObject.C.
|
virtual |
Called at each ++ or += of the time-loop.
Implements functionObject.
Definition at line 131 of file OutputFilterFunctionObject.C.
|
virtual |
Called when Time::run() determines that the time-loop exits.
Reimplemented from functionObject.
Definition at line 158 of file OutputFilterFunctionObject.C.
|
virtual |
Read and set the function object if its data have changed.
Implements functionObject.
Definition at line 186 of file OutputFilterFunctionObject.C.
References dictionary::read().