Applies a tabulated heat transfer model for inter-region heat exchanges. More...
Public Member Functions | |
TypeName ("tabulatedHeatTransfer") | |
tabulatedHeatTransfer (const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh) | |
tabulatedHeatTransfer (const tabulatedHeatTransfer &)=delete | |
void | operator= (const tabulatedHeatTransfer &)=delete |
virtual | ~tabulatedHeatTransfer ()=default |
virtual void | calculateHtc () |
virtual bool | read (const dictionary &dict) |
![]() | |
TypeName ("interRegionHeatTransferModel") | |
interRegionHeatTransferModel (const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh) | |
virtual | ~interRegionHeatTransferModel ()=default |
const word & | nbrRegionName () const |
const meshToMesh & | meshInterp () const |
const volScalarField & | htc () const |
const interRegionHeatTransferModel & | nbrModel () const |
interRegionHeatTransferModel & | nbrModel () |
virtual void | addSup (fvMatrix< scalar > &eqn, const label fieldi) |
virtual void | addSup (const volScalarField &rho, fvMatrix< scalar > &eqn, const label fieldi) |
template<class Type > | |
Foam::tmp< Foam::Field< Type > > | interpolate (const interRegionHeatTransferModel &nbrModel, const Field< Type > &field) const |
template<class Type > | |
Foam::tmp< Foam::Field< Type > > | interpolate (const Field< Type > &field) const |
![]() | |
TypeName ("interRegionOption") | |
interRegionOption (const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh) | |
interRegionOption (const interRegionOption &)=delete | |
void | operator= (const interRegionOption &)=delete |
virtual | ~interRegionOption ()=default |
const word & | nbrRegionName () const |
const meshToMesh & | meshInterp () const |
![]() | |
TypeName ("option") | |
declareRunTimeSelectionTable (autoPtr, option, dictionary,(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh),(name, modelType, dict, mesh)) | |
option (const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh) | |
autoPtr< option > | clone () const |
virtual | ~option ()=default |
const word & | name () const noexcept |
const fvMesh & | mesh () const noexcept |
const dictionary & | coeffs () const noexcept |
bool | active () const noexcept |
void | setApplied (const label fieldi) |
bool | active (const bool on) noexcept |
virtual bool | isActive () |
virtual label | applyToField (const word &fieldName) const |
virtual void | checkApplied () const |
virtual void | addSup (fvMatrix< vector > &eqn, const label fieldi) |
virtual void | addSup (fvMatrix< symmTensor > &eqn, const label fieldi) |
virtual void | addSup (fvMatrix< sphericalTensor > &eqn, const label fieldi) |
virtual void | addSup (fvMatrix< tensor > &eqn, const label fieldi) |
virtual void | addSup (const volScalarField &rho, fvMatrix< vector > &eqn, const label fieldi) |
virtual void | addSup (const volScalarField &rho, fvMatrix< symmTensor > &eqn, const label fieldi) |
virtual void | addSup (const volScalarField &rho, fvMatrix< sphericalTensor > &eqn, const label fieldi) |
virtual void | addSup (const volScalarField &rho, fvMatrix< tensor > &eqn, const label fieldi) |
virtual void | addSup (const volScalarField &alpha, const volScalarField &rho, fvMatrix< scalar > &eqn, const label fieldi) |
virtual void | addSup (const volScalarField &alpha, const volScalarField &rho, fvMatrix< vector > &eqn, const label fieldi) |
virtual void | addSup (const volScalarField &alpha, const volScalarField &rho, fvMatrix< symmTensor > &eqn, const label fieldi) |
virtual void | addSup (const volScalarField &alpha, const volScalarField &rho, fvMatrix< sphericalTensor > &eqn, const label fieldi) |
virtual void | addSup (const volScalarField &alpha, const volScalarField &rho, fvMatrix< tensor > &eqn, const label fieldi) |
virtual void | constrain (fvMatrix< scalar > &eqn, const label fieldi) |
virtual void | constrain (fvMatrix< vector > &eqn, const label fieldi) |
virtual void | constrain (fvMatrix< sphericalTensor > &eqn, const label fieldi) |
virtual void | constrain (fvMatrix< symmTensor > &eqn, const label fieldi) |
virtual void | constrain (fvMatrix< tensor > &eqn, const label fieldi) |
virtual void | correct (volScalarField &field) |
virtual void | correct (volVectorField &field) |
virtual void | correct (volSphericalTensorField &field) |
virtual void | correct (volSymmTensorField &field) |
virtual void | correct (volTensorField &field) |
virtual void | postProcessSens (scalarField &sensField, const word &fieldName=word::null, const word &designVariablesName=word::null) |
virtual void | postProcessSens (vectorField &sensField, const word &fieldName=word::null, const word &designVariablesName=word::null) |
virtual void | postProcessSens (tensorField &sensField, const word &fieldName=word::null, const word &designVariablesName=word::null) |
virtual void | writeHeader (Ostream &) const |
virtual void | writeFooter (Ostream &) const |
virtual void | writeData (Ostream &) const |
Additional Inherited Members | |
![]() | |
static autoPtr< option > | New (const word &name, const dictionary &dict, const fvMesh &mesh) |
![]() | |
bool | log |
![]() | |
void | setNbrModel () |
void | correct () |
template<class Type > | |
tmp< Field< Type > > | interpolate (const interRegionHeatTransferModel &nbrModel, const Field< Type > &field) const |
template<class Type > | |
tmp< Field< Type > > | interpolate (const Field< Type > &field) const |
template<class Type > | |
void | interpolate (const interRegionHeatTransferModel &nbrModel, const Field< Type > &field, Field< Type > &result) const |
template<class Type > | |
void | interpolate (const Field< Type > &field, Field< Type > &result) const |
![]() | |
void | setMapper () |
![]() | |
void | resetApplied () |
![]() | |
word | nbrModelName_ |
interRegionHeatTransferModel * | nbrModel_ |
bool | firstIter_ |
bool | semiImplicit_ |
label | timeIndex_ |
volScalarField | htc_ |
word | TName_ |
word | TNbrName_ |
![]() | |
bool | master_ |
word | nbrRegionName_ |
autoPtr< meshToMesh > | meshInterpPtr_ |
![]() | |
const word | name_ |
const word | modelType_ |
const fvMesh & | mesh_ |
dictionary | dict_ |
dictionary | coeffs_ |
wordList | fieldNames_ |
List< bool > | applied_ |
bool | active_ |
Applies a tabulated heat transfer model for inter-region heat exchanges.
The 2D table returns the heat transfer coefficient by querying the local and neighbour region velocities.
Required fields:
AoV | Area per unit volume of heat exchanger [1/m]
constant/fvOptions
: tabulatedHeatTransfer1 { // Mandatory entries (unmodifiable) type tabulatedHeatTransfer; outOfBounds clamp; file "table"; // Optional entries (unmodifiable) U <Uname>; UNbr <UnbrName>; // Mandatory/Optional (inherited) entries ... }
where the entries mean:
Property | Description | Type | Reqd | Dflt |
---|---|---|---|---|
type | Type name: tabulatedHeatTransfer | word | yes | - |
file | Heat transfer coefficient table | interpolate2DTable | yes | - |
U | Name of operand velocity field | word | no | U |
UNbr | Name of operand neighbour velocity field | word | no | U |
The inherited entries are elaborated in:
Definition at line 130 of file tabulatedHeatTransfer.H.
tabulatedHeatTransfer | ( | const word & | name, |
const word & | modelType, | ||
const dictionary & | dict, | ||
const fvMesh & | mesh | ||
) |
Definition at line 79 of file tabulatedHeatTransfer.C.
|
delete |
|
virtualdefault |
TypeName | ( | "tabulatedHeatTransfer" | ) |
|
delete |
|
virtual |
Implements interRegionHeatTransferModel.
Definition at line 97 of file tabulatedHeatTransfer.C.
References forAll, Foam::interpolate(), objectRegistry::lookupObject(), Foam::mag(), and U.
|
virtual |
Reimplemented from interRegionHeatTransferModel.
Definition at line 120 of file tabulatedHeatTransfer.C.
References dict, and interRegionHeatTransferModel::read().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.