

Public Member Functions | |
| TypeName ("function") | |
| DAOutputFunction (const word outputName, const word outputType, fvMesh &mesh, const DAOption &daOption, DAModel &daModel, const DAIndex &daIndex, DAResidual &daResidual, UPtrList< DAFunction > &daFunctionList) | |
| virtual | ~DAOutputFunction () |
| label | getFunctionListIndex (const word functionName, UPtrList< DAFunction > &daFunctionList) |
| return the index of a give functionName in daFunctionList More... | |
| virtual void | run (scalarList &output) |
| virtual label | size () |
| virtual label | distributed () |
Public Member Functions inherited from DAOutput | |
| TypeName ("DAOutput") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, DAOutput, dictionary,(const word outputName, const word outputType, fvMesh &mesh, const DAOption &daOption, DAModel &daModel, const DAIndex &daIndex, DAResidual &daResidual, UPtrList< DAFunction > &daFunctionList),(outputName, outputType, mesh, daOption, daModel, daIndex, daResidual, daFunctionList)) | |
| DAOutput (const word outputName, const word outputType, fvMesh &mesh, const DAOption &daOption, DAModel &daModel, const DAIndex &daIndex, DAResidual &daResidual, UPtrList< DAFunction > &daFunctionList) | |
| virtual | ~DAOutput () |
Additional Inherited Members | |
Static Public Member Functions inherited from DAOutput | |
| static autoPtr< DAOutput > | New (const word outputName, const word outputType, fvMesh &mesh, const DAOption &daOption, DAModel &daModel, const DAIndex &daIndex, DAResidual &daResidual, UPtrList< DAFunction > &daFunctionList) |
Protected Attributes inherited from DAOutput | |
| const word | outputName_ |
| name of the output More... | |
| const word | outputType_ |
| type of the output More... | |
| fvMesh & | mesh_ |
| fvMesh More... | |
| const DAOption & | daOption_ |
| DAOption object. More... | |
| DAModel & | daModel_ |
| DAIndex object. More... | |
| const DAIndex & | daIndex_ |
| DAIndex object. More... | |
| DAResidual & | daResidual_ |
| UPtrList< DAFunction > & | daFunctionList_ |
| HashTable< wordList > | stateInfo_ |
| the stateInfo_ list from DAStateInfo object More... | |
Definition at line 27 of file DAOutputFunction.H.
| DAOutputFunction | ( | const word | outputName, |
| const word | outputType, | ||
| fvMesh & | mesh, | ||
| const DAOption & | daOption, | ||
| DAModel & | daModel, | ||
| const DAIndex & | daIndex, | ||
| DAResidual & | daResidual, | ||
| UPtrList< DAFunction > & | daFunctionList | ||
| ) |
Definition at line 19 of file DAOutputFunction.C.
|
inlinevirtual |
Definition at line 48 of file DAOutputFunction.H.
| TypeName | ( | "function" | ) |
|
inline |
return the index of a give functionName in daFunctionList
Definition at line 53 of file DAOutputFunction.H.
References forAll(), and DAFunction::getFunctionName().
Referenced by DAOutputFunction::run().


|
virtual |
Implements DAOutput.
Definition at line 40 of file DAOutputFunction.C.
References DAFunction::calcFunction(), DAOutput::daFunctionList_, DAOutputFunction::getFunctionListIndex(), and DAOutput::outputName_.

|
inlinevirtual |
Implements DAOutput.
Definition at line 71 of file DAOutputFunction.H.
|
inlinevirtual |
Implements DAOutput.
Definition at line 76 of file DAOutputFunction.H.