32 #ifndef interRegionOption_H 33 #define interRegionOption_H 88 const word& modelType,
Base class for inter-region exchange.
interRegionOption(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~interRegionOption()
Destructor.
Class to calculate the cell-addressing between two overlapping meshes.
const fvMesh & mesh() const
Return const access to the mesh database.
virtual bool read(const dictionary &dict)
Read dictionary.
A class for handling words, derived from string.
TypeName("interRegionOption")
Runtime type information.
const word & name() const
Return const access to the source name.
word nbrRegionName_
Name of the neighbour region to map.
autoPtr< meshToMesh > meshInterpPtr_
Mesh to mesh interpolation object.
const word & nbrRegionName() const
Return const access to the neighbour region name.
Mesh data needed to do the Finite Volume discretisation.
bool master_
Master or slave region.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
void setMapper()
Set the mesh to mesh interpolation object.
const meshToMesh & meshInterp() const
Return const access to the mapToMap pointer.
Finite volume options abstract base class. Provides a base set of controls, e.g.: ...