Go to the documentation of this file.
87 #ifndef tabulatedHeatTransfer_H
88 #define tabulatedHeatTransfer_H
105 class tabulatedHeatTransfer
107 public interRegionHeatTransferModel
119 autoPtr<interpolation2DTable<scalar>> hTable_;
122 autoPtr<volScalarField> AoV_;
125 const interpolation2DTable<scalar>& hTable();
131 const word startTimeName_;
146 const word& modelType,
const word & name() const noexcept
Applies a tabulated heat transfer model for inter-region heat exchanges.
A class for handling words, derived from Foam::string.
Intermediate class for handling inter-region heat exchanges.
virtual ~tabulatedHeatTransfer()=default
virtual bool read(const dictionary &dict)
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)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual void calculateHtc()
TypeName("tabulatedHeatTransfer")
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
const fvMesh & mesh() const noexcept
void operator=(const tabulatedHeatTransfer &)=delete
Generic GeometricField class.