32 #ifndef interRegionModel_H 33 #define interRegionModel_H 65 word interpolationMethod_;
77 void setMapper()
const;
100 const word& modelType,
115 inline bool master()
const;
const word & nbrRegionName() const
Return const access to the neighbour region name.
const word & name() const
Return const access to the source name.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Finite volume model abstract base class.
Class to calculate the cell-addressing between two overlapping meshes.
const fvMesh & mesh() const
Return const access to the mesh database.
const fvMesh & nbrMesh() const
Return const access to the neighbour mesh.
Base class for inter-region exchange.
Pre-declare SubField and related Field type.
A class for handling words, derived from string.
interRegionModel(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from dictionary.
bool master() const
Return whether the master region.
virtual bool read(const dictionary &dict)
Read dictionary.
tmp< Field< Type > > interpolate(const interRegionModel &nbrModel, const Field< Type > &field) const
Interpolate field with nbrModel specified.
const meshToMesh & meshInterp() const
Return const access to the mapToMap pointer.
Mesh data needed to do the Finite Volume discretisation.
virtual ~interRegionModel()
Destructor.
const interRegionModel & nbrModel() const
Get the neighbour interRegionModel.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
TypeName("interRegionModel")
Runtime type information.
A class for managing temporary objects.