Go to the documentation of this file.
34 #ifndef tabulatedHeatTransfer_H
35 #define tabulatedHeatTransfer_H
94 const word& modelType,
Tabulated heat transfer model. The heat exchange area per unit volume must be provided....
A class for handling words, derived from string.
const word & name() const
Return const access to the source name.
const interpolation2DTable< scalar > & hTable()
Heat transfer coefficient table.
Base class for inter region heat exchange. The derived classes must provide the heat transfer coeffis...
const volScalarField & AoV()
Field of area divided by volume.
const word startTimeName_
Start time name.
autoPtr< interpolation2DTable< scalar > > hTable_
2D look up table
virtual bool read(const dictionary &dict)
Read dictionary.
2D table interpolation. The data must be in ascending order in both dimensions x and y.
tabulatedHeatTransfer(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from dictionary.
virtual void calculateHtc()
Calculate the heat transfer coefficient.
TypeName("tabulatedHeatTransfer")
Runtime type information.
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.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual ~tabulatedHeatTransfer()
Destructor.
autoPtr< volScalarField > AoV_
Area per unit volume of heat exchanger.
const fvMesh & mesh() const
Return const access to the mesh database.
word UNbrName_
Name of neighbour velocity field; default = U.
Generic GeometricField class.
word UName_
Name of velocity field; default = U.