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