

Public Member Functions | |
| TypeName ("forceCouplingOutput") | |
| DAOutputForceCoupling (const word outputName, const word outputType, fvMesh &mesh, const DAOption &daOption, DAModel &daModel, const DAIndex &daIndex, DAResidual &daResidual, UPtrList< DAFunction > &daFunctionList) | |
| virtual | ~DAOutputForceCoupling () |
| 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 () |
Protected Attributes | |
| wordList | patches_ |
| list of patch names for the thermal var More... | |
| label | size_ |
| the total face number for all the patches_ owned by this processor More... | |
| scalar | pRef_ |
| the reference pressure More... | |
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... | |
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) |
Definition at line 28 of file DAOutputForceCoupling.H.
| DAOutputForceCoupling | ( | 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 DAOutputForceCoupling.C.
References DAOutput::daOption_, forAll(), DAOption::getAllOptions(), DAOutput::mesh_, DAOutput::outputName_, DAOutputForceCoupling::patches_, DAOutputForceCoupling::pRef_, and DAOutputForceCoupling::size_.

|
inlinevirtual |
Definition at line 58 of file DAOutputForceCoupling.H.
| TypeName | ( | "forceCouplingOutput" | ) |
|
virtual |
Implements DAOutput.
Definition at line 59 of file DAOutputForceCoupling.C.
References DAOutput::daModel_, DATurbulenceModel::devRhoReff(), forAll(), DAModel::getDATurbulenceModel(), DAOutput::mesh_, p, DAOutputForceCoupling::patches_, DAOutputForceCoupling::pRef_, and DAOutputForceCoupling::size_.

|
inlinevirtual |
Implements DAOutput.
Definition at line 64 of file DAOutputForceCoupling.H.
References DAOutputForceCoupling::size_.
|
inlinevirtual |
Implements DAOutput.
Definition at line 69 of file DAOutputForceCoupling.H.
|
protected |
list of patch names for the thermal var
Definition at line 34 of file DAOutputForceCoupling.H.
Referenced by DAOutputForceCoupling::DAOutputForceCoupling(), and DAOutputForceCoupling::run().
|
protected |
the total face number for all the patches_ owned by this processor
Definition at line 37 of file DAOutputForceCoupling.H.
Referenced by DAOutputForceCoupling::DAOutputForceCoupling(), DAOutputForceCoupling::run(), and DAOutputForceCoupling::size().
|
protected |
the reference pressure
Definition at line 40 of file DAOutputForceCoupling.H.
Referenced by DAOutputForceCoupling::DAOutputForceCoupling(), and DAOutputForceCoupling::run().