75 #ifndef heatTransfer_H 76 #define heatTransfer_H 80 #include "heatTransferModel.H" 133 const word& modelType,
158 const word& fieldName
166 const word& fieldName
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
heatTransfer(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from dictionary.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
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...
Cell-set fvConstraint abstract base class. Provides a base set of controls regarding the location whe...
virtual bool read(const dictionary &dict)
Read dictionary.
Finite volume model abstract base class.
TypeName("heatTransfer")
Runtime type information.
const fvMesh & mesh() const
Return const access to the mesh database.
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
A class for handling words, derived from string.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual ~heatTransfer()
Destructor.
A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise.
virtual void correct()
Correct the model.
virtual bool movePoints()
Update for mesh motion.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
Model for heat exchange. Requires specification of an ambient temperature with which to exchange heat...
virtual wordList addSupFields() const
Return the list of fields for which the fvModel adds source term.
Mesh data needed to do the Finite Volume discretisation.
virtual void addSup(fvMatrix< scalar > &eqn, const word &fieldName) const
Source term to energy equation.
Class containing mesh-to-mesh mapping information.