

Public Member Functions | |
| 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 () |
| virtual void | run (scalarList &output)=0 |
| virtual label | size ()=0 |
| virtual label | distributed ()=0 |
Static Public Member Functions | |
| 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 | |
| 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 32 of file DAOutput.H.
| DAOutput | ( | const word | outputName, |
| const word | outputType, | ||
| fvMesh & | mesh, | ||
| const DAOption & | daOption, | ||
| DAModel & | daModel, | ||
| const DAIndex & | daIndex, | ||
| DAResidual & | daResidual, | ||
| UPtrList< DAFunction > & | daFunctionList | ||
| ) |
Definition at line 22 of file DAOutput.C.
References DAOutput::daOption_, DAOption::getOption(), mesh, DAStateInfo::New(), solverName, and DAOutput::stateInfo_.

|
inlinevirtual |
Definition at line 123 of file DAOutput.H.
| TypeName | ( | "DAOutput" | ) |
Runtime type information.
| 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) | |||
| ) |
|
static |
Definition at line 48 of file DAOutput.C.
References DAOption::getAllOptions(), and mesh.
Referenced by DASolver::calcJacTVecProduct(), DASolver::calcOutput(), DASolver::getOutputDistributed(), and DASolver::getOutputSize().


|
pure virtual |
Implemented in DAOutputThermalCoupling, DAOutputFunction, DAOutputForceCoupling, and DAOutputResidual.
|
pure virtual |
Implemented in DAOutputThermalCoupling, DAOutputFunction, DAOutputForceCoupling, and DAOutputResidual.
|
pure virtual |
Implemented in DAOutputThermalCoupling, DAOutputFunction, DAOutputForceCoupling, and DAOutputResidual.
|
protected |
name of the output
Definition at line 44 of file DAOutput.H.
Referenced by DAOutputForceCoupling::DAOutputForceCoupling(), DAOutputThermalCoupling::DAOutputThermalCoupling(), and DAOutputFunction::run().
|
protected |
type of the output
Definition at line 47 of file DAOutput.H.
|
protected |
fvMesh
Definition at line 50 of file DAOutput.H.
Referenced by DAOutputForceCoupling::DAOutputForceCoupling(), DAOutputThermalCoupling::DAOutputThermalCoupling(), DAOutputResidual::run(), DAOutputForceCoupling::run(), and DAOutputThermalCoupling::run().
|
protected |
DAOption object.
Definition at line 53 of file DAOutput.H.
Referenced by DAOutput::DAOutput(), DAOutputForceCoupling::DAOutputForceCoupling(), and DAOutputThermalCoupling::DAOutputThermalCoupling().
|
protected |
DAIndex object.
Definition at line 56 of file DAOutput.H.
Referenced by DAOutputResidual::run(), DAOutputForceCoupling::run(), and DAOutputThermalCoupling::run().
|
protected |
DAIndex object.
Definition at line 59 of file DAOutput.H.
Referenced by DAOutputResidual::run(), and DAOutputResidual::size().
|
protected |
Definition at line 61 of file DAOutput.H.
Referenced by DAOutputResidual::run().
|
protected |
Definition at line 63 of file DAOutput.H.
Referenced by DAOutputFunction::run().
|
protected |
the stateInfo_ list from DAStateInfo object
Definition at line 66 of file DAOutput.H.
Referenced by DAOutput::DAOutput(), and DAOutputResidual::run().