41 <<
"Interpolation object not set" 62 <<
"Neighbour model not set" 76 <<
"Neighbour model not set" Base class for inter region heat exchange. The derived classes must provide the heat transfer coeffic...
const meshToMesh & meshInterp() const
Return const access to the mapToMap pointer.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Class to calculate the cell-addressing between two overlapping meshes.
const interRegionHeatTransferModel & nbrModel() const
Return const access to the neighbour model.
volScalarField htc_
Heat transfer coefficient [W/m^2/k] times area/volume [1/m].
A class for handling words, derived from string.
word nbrRegionName_
Name of the neighbour region to map.
const volScalarField & htc() const
Return the heat transfer coefficient.
errorManip< error > abort(error &err)
autoPtr< meshToMesh > meshInterpPtr_
Mesh to mesh interpolation object.
const word & nbrRegionName() const
Return const access to the neighbour region name.
interRegionHeatTransferModel * nbrModel_
Pointer to neighbour interRegionHeatTransferModel.