75 #ifndef heatTransfer_H 76 #define heatTransfer_H 80 #include "heatTransferModel.H" 133 const word& modelType,
158 const word& fieldName
166 const word& fieldName
heatTransfer(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from dictionary.
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.
A class for handling words, derived from string.
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.
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.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual void addSup(fvMatrix< scalar > &eqn, const word &fieldName) const
Source term to energy equation.