181#ifndef tabulatedNTUHeatTransfer_H
182#define tabulatedNTUHeatTransfer_H
201class tabulatedNTUHeatTransfer
203 public interRegionHeatTransferModel
237 autoPtr<interpolation2DTable<scalar>> ntuTable_;
255 const interpolation2DTable<Foam::scalar>& ntuTable();
258 const basicThermo&
thermo(
const fvMesh&
mesh)
const;
261 void initialiseGeometry();
267 TypeName(
"tabulatedNTUHeatTransfer");
276 const word& modelType,
277 const dictionary&
dict,
285 void operator=(
const tabulatedNTUHeatTransfer&) =
delete;
Enum is a wrapper around a list of names/values that represent particular enumeration (or int) values...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Abstract base-class for fluid and solid thermodynamic properties.
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.
Intermediate class for handling inter-region heat exchanges.
const word & name() const noexcept
Return const access to the source name.
const fvMesh & mesh() const noexcept
Return const access to the mesh database.
Applies a tabulated heat transfer model for inter-region heat exchanges. The heat flux is calculated ...
virtual ~tabulatedNTUHeatTransfer()=default
Destructor.
static const Enum< geometryModeType > geometryModelNames_
Names for geometryModeType.
tabulatedNTUHeatTransfer(const tabulatedNTUHeatTransfer &)=delete
No copy construct.
TypeName("tabulatedNTUHeatTransfer")
Runtime type information.
virtual bool read(const dictionary &dict)
Read dictionary.
void operator=(const tabulatedNTUHeatTransfer &)=delete
No copy assignment.
virtual void calculateHtc()
Calculate the heat transfer coefficient.
tabulatedNTUHeatTransfer(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
geometryModeType
Options for the geometry mode type.
2D table interpolation. The data must be in ascending order in both dimensions x and y.
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
A class for handling words, derived from Foam::string.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.