35 #ifndef heatTransferModel_H
36 #define heatTransferModel_H
268 const scalar residualAlpha
321 const scalar residualAlpha
Wrapper class for interfacial models for which multiple instances of the model are used for different...
const phaseInterface & interface() const
Access the interface.
BlendedInterfacialModel(const UPtrList< const dictionary > &subDicts, const phaseInterface &interface, const dictionary &blendingDict, const Args &... args)
Construct from a dictionary, an interface and a blending dictionary.
bool & registerObject()
Register object created from this IOobject with registry if true.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Wrapper class for interfacial models for which two instances of the model are used per interface; one...
const phaseInterface & interface() const
Access the interface.
SidedInterfacialModel(const UPtrList< const dictionary > &subDicts, const phaseInterface &interface, const Args &... args)
Construct from a dictionary and an interface.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
static autoPtr< blendedHeatTransferModel > New(const UPtrList< const dictionary > &subDicts, const phaseInterface &interface, const dictionary &blendingDict)
tmp< volScalarField > K() const
Return the heat transfer coefficient.
tmp< volScalarField > KinThe(const phaseModel &phase) const
Return the heat transfer coefficient.
static autoPtr< blendedSidedHeatTransferModel > New(const UPtrList< const dictionary > &subDicts, const phaseInterface &interface, const dictionary &blendingDict)
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Dimension set for the base types.
Model for heat transfer between phases.
virtual ~heatTransferModel()
Destructor.
bool writeData(Ostream &os) const
Dummy write for regIOobject.
const dimensionedScalar residualAlpha_
Residual phase fraction.
declareRunTimeSelectionTable(autoPtr, heatTransferModel, dictionary,(const dictionary &dict, const phaseInterface &interface, const bool registerObject),(dict, interface, registerObject))
heatTransferModel(const dictionary &dict, const phaseInterface &interface, const bool registerObject)
Construct from a dictionary and an interface.
tmp< volScalarField > K() const
The heat transfer function K used in the enthalpy equation.
TypeName("heatTransferModel")
Runtime type information.
static autoPtr< heatTransferModel > New(const dictionary &dict, const phaseInterface &interface, const bool registerObject=false)
static const dimensionSet dimK
Coefficient dimensions.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
static autoPtr< sidedBlendedHeatTransferModel > New(const UPtrList< const dictionary > &subDicts, const phaseInterface &interface, const dictionary &blendingDict)
static autoPtr< sidedHeatTransferModel > New(const UPtrList< const dictionary > &subDicts, const phaseInterface &interface)
tmp< volScalarField > KinThe(const phaseModel &phase) const
Return the heat transfer coefficient.
A class for managing temporary objects.
const dictionary & blendingDict(const phaseSystem &fluid, const dictionary &dict)
Macros to ease declaration of run-time selection tables.