Go to the documentation of this file.
38 if (!meshInterpPtr_.valid())
41 <<
"Interpolation object not set"
45 return meshInterpPtr_();
59 if (nbrModel_ == NULL)
62 <<
"Neighbour model not set"
73 if (nbrModel_ == NULL)
76 <<
"Neighbour model not set"
const interRegionHeatTransferModel & nbrModel() const
Return const access to the neighbour model.
word nbrRegionName_
Name of the neighbour region to map.
const word & nbrRegionName() const
Return const access to the neighbour region name.
A class for handling words, derived from string.
Base class for inter region heat exchange. The derived classes must provide the heat transfer coeffis...
Class to calculate the cell-addressing between two overlapping meshes.
const volScalarField & htc() const
Return the heat transfer coefficient.
errorManip< error > abort(error &err)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
const meshToMesh & meshInterp() const
Return const access to the mapToMap pointer.
Generic GeometricField class.