Go to the documentation of this file.
39 tabulatedHeatTransfer,
90 const word& modelType,
96 UName_(coeffs_.lookupOrDefault<
word>(
"UName",
"U")),
97 UNbrName_(coeffs_.lookupOrDefault<
word>(
"UNbrName",
"U")),
100 startTimeName_(
mesh.time().timeName())
129 htcc[i] = hTable()(
mag(
U[i]), UMagNbrMapped[i]);
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A class for handling words, derived from string.
#define forAll(list, i)
Loop across all elements in list.
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.
dimensioned< scalar > mag(const dimensioned< Type > &)
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.
bool interpolate(const vector &p1, const vector &p2, const vector &o, vector &n, scalar l)
Pre-declare SubField and related Field type.
dictionary coeffs_
Dictionary containing source coefficients.
tabulatedHeatTransfer(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from dictionary.
virtual void calculateHtc()
Calculate the heat transfer coefficient.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
Mesh data needed to do the Finite Volume discretisation.
defineTypeNameAndDebug(option, 0)
virtual ~tabulatedHeatTransfer()
Destructor.
addToRunTimeSelectionTable(option, fixedTemperatureConstraint, dictionary)
virtual bool read(const dictionary &dict)
Read dictionary.
const Time & time() const
Return the top-level database.
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type.
Generic GeometricField class.
word name(const complex &)
Return a string representation of a complex.