Go to the documentation of this file.
90 #ifndef interRegionHeatTransferModel_H
91 #define interRegionHeatTransferModel_H
107 class interRegionHeatTransferModel
109 public interRegionOption
187 TypeName(
"interRegionHeatTransferModel");
196 const word& modelType,
virtual void correct(volScalarField &field)
const interRegionHeatTransferModel & nbrModel() const
const word & name() const noexcept
const word & nbrRegionName() const
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
Intermediate class for handling inter-region heat exchanges.
interRegionHeatTransferModel * nbrModel_
Class to calculate the cell-addressing between two overlapping meshes.
TypeName("interRegionHeatTransferModel")
Intermediate class for handling inter-region exchanges.
virtual void calculateHtc()=0
tmp< Field< Type > > interpolate(const interRegionHeatTransferModel &nbrModel, const Field< Type > &field) const
interRegionHeatTransferModel(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
const volScalarField & htc() const
GeometricField< scalar, fvPatchField, volMesh > volScalarField
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual ~interRegionHeatTransferModel()=default
Mesh data needed to do the Finite Volume discretisation.
virtual void addSup(fvMatrix< scalar > &eqn, const label fieldi)
const fvMesh & mesh() const noexcept
A special matrix type and solver, designed for finite volume solutions of scalar equations....
virtual bool read(const dictionary &dict)
const meshToMesh & meshInterp() const
Generic GeometricField class.