Public Member Functions | |
TypeName ("thermalCouplingInput") | |
DAInputThermalCoupling (const word inputName, const word inputType, fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex) | |
virtual | ~DAInputThermalCoupling () |
virtual void | run (const scalarList &input) |
virtual label | size () |
virtual label | distributed () |
![]() | |
TypeName ("DAInput") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, DAInput, dictionary,(const word inputName, const word inputType, fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex),(inputName, inputType, mesh, daOption, daModel, daIndex)) | |
DAInput (const word inputName, const word inputType, fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex) | |
virtual | ~DAInput () |
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 | inputName_ |
name of the input More... | |
const word | inputType_ |
type of the input More... | |
fvMesh & | mesh_ |
fvMesh More... | |
const DAOption & | daOption_ |
DAOption object. More... | |
const DAModel & | daModel_ |
DAIndex object. More... | |
const DAIndex & | daIndex_ |
DAIndex object. More... | |
HashTable< wordList > | stateInfo_ |
the stateInfo_ list from DAStateInfo object More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< DAInput > | New (const word inputName, const word inputType, fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex) |
Definition at line 44 of file DAInputThermalCoupling.H.
DAInputThermalCoupling | ( | const word | inputName, |
const word | inputType, | ||
fvMesh & | mesh, | ||
const DAOption & | daOption, | ||
const DAModel & | daModel, | ||
const DAIndex & | daIndex | ||
) |
Definition at line 19 of file DAInputThermalCoupling.C.
References DAInput::daOption_, DAInputThermalCoupling::discipline_, DAInputThermalCoupling::distanceMode_, forAll(), DAOption::getAllOptions(), DAInput::inputName_, DAInput::mesh_, DAInputThermalCoupling::patches_, and DAInputThermalCoupling::size_.
|
inlinevirtual |
Definition at line 75 of file DAInputThermalCoupling.H.
TypeName | ( | "thermalCouplingInput" | ) |
|
virtual |
Implements DAInput.
Definition at line 66 of file DAInputThermalCoupling.C.
References alphaEff(), DATurbulenceModel::alphaEff(), DAInput::daModel_, DAInputThermalCoupling::discipline_, DAInputThermalCoupling::distanceMode_, forAll(), DAModel::getDATurbulenceModel(), DATurbulenceModel::getTurbModelType(), he, k, DAInput::mesh_, DAInputThermalCoupling::patches_, T, and thermo.
|
inlinevirtual |
Implements DAInput.
Definition at line 81 of file DAInputThermalCoupling.H.
References DAInputThermalCoupling::size_.
|
inlinevirtual |
Implements DAInput.
Definition at line 86 of file DAInputThermalCoupling.H.
|
protected |
list of patch names for the thermal var
Definition at line 50 of file DAInputThermalCoupling.H.
Referenced by DAInputThermalCoupling::DAInputThermalCoupling(), and DAInputThermalCoupling::run().
|
protected |
the total face number for all the patches_ owned by this processor
Definition at line 53 of file DAInputThermalCoupling.H.
Referenced by DAInputThermalCoupling::DAInputThermalCoupling(), and DAInputThermalCoupling::size().
|
protected |
whether this is flow or solid
Definition at line 56 of file DAInputThermalCoupling.H.
Referenced by DAInputThermalCoupling::DAInputThermalCoupling(), and DAInputThermalCoupling::run().
|
protected |
if calculating wallHeatFlux by OpenFOAMs snGrad() or DAFOAM's custom (daCustom) formulation
Definition at line 59 of file DAInputThermalCoupling.H.
Referenced by DAInputThermalCoupling::DAInputThermalCoupling(), and DAInputThermalCoupling::run().