Public Member Functions | |
TypeName ("thermalCouplingOutput") | |
DAOutputThermalCoupling (const word outputName, const word outputType, fvMesh &mesh, const DAOption &daOption, DAModel &daModel, const DAIndex &daIndex, DAResidual &daResidual, UPtrList< DAFunction > &daFunctionList) | |
virtual | ~DAOutputThermalCoupling () |
virtual void | run (scalarList &output) |
virtual label | size () |
virtual label | distributed () |
![]() | |
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... | |
word | discipline_ |
whether this is flow or solid More... | |
word | distanceMode_ |
if calculating wallHeatFlux by OpenFOAMs snGrad() or DAFOAM's custom (daCustom) formulation More... | |
![]() | |
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 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 40 of file DAOutputThermalCoupling.H.
DAOutputThermalCoupling | ( | 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 DAOutputThermalCoupling.C.
References DAOutput::daOption_, DAOutputThermalCoupling::discipline_, DAOutputThermalCoupling::distanceMode_, forAll(), DAOption::getAllOptions(), DAOutput::mesh_, DAOutput::outputName_, DAOutputThermalCoupling::patches_, and DAOutputThermalCoupling::size_.
|
inlinevirtual |
Definition at line 73 of file DAOutputThermalCoupling.H.
TypeName | ( | "thermalCouplingOutput" | ) |
|
virtual |
Implements DAOutput.
Definition at line 69 of file DAOutputThermalCoupling.C.
References alphaEff(), DATurbulenceModel::alphaEff(), DAOutput::daModel_, DAOutputThermalCoupling::discipline_, DAOutputThermalCoupling::distanceMode_, forAll(), DAModel::getDATurbulenceModel(), DATurbulenceModel::getTurbModelType(), he, k, DAOutput::mesh_, DAOutputThermalCoupling::patches_, T, and thermo.
|
inlinevirtual |
Implements DAOutput.
Definition at line 79 of file DAOutputThermalCoupling.H.
References DAOutputThermalCoupling::size_.
|
inlinevirtual |
Implements DAOutput.
Definition at line 84 of file DAOutputThermalCoupling.H.
|
protected |
list of patch names for the thermal var
Definition at line 46 of file DAOutputThermalCoupling.H.
Referenced by DAOutputThermalCoupling::DAOutputThermalCoupling(), and DAOutputThermalCoupling::run().
|
protected |
the total face number for all the patches_ owned by this processor
Definition at line 49 of file DAOutputThermalCoupling.H.
Referenced by DAOutputThermalCoupling::DAOutputThermalCoupling(), and DAOutputThermalCoupling::size().
|
protected |
whether this is flow or solid
Definition at line 52 of file DAOutputThermalCoupling.H.
Referenced by DAOutputThermalCoupling::DAOutputThermalCoupling(), and DAOutputThermalCoupling::run().
|
protected |
if calculating wallHeatFlux by OpenFOAMs snGrad() or DAFOAM's custom (daCustom) formulation
Definition at line 55 of file DAOutputThermalCoupling.H.
Referenced by DAOutputThermalCoupling::DAOutputThermalCoupling(), and DAOutputThermalCoupling::run().