86#ifndef Foam_functionObjects_multiphaseInterHtcModel_H
87#define Foam_functionObjects_multiphaseInterHtcModel_H
113 autoPtr<heatTransferCoeffModel> htcModelPtr_;
125 tmp<FieldField<Field, scalar>>
q()
const;
137 TypeName(
"multiphaseInterHtcModel");
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
fieldExpression(const word &name, const Time &runTime, const dictionary &dict, const word &fieldName=word::null, const word &resultName=word::null)
Construct from name, Time and dictionary.
A heat transfer coefficient for multiphase inter solvers (e.g. icoReactingMultiphaseFoam).
virtual bool calc()
Calculate the heat transfer coefficient field.
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
multiphaseInterHtcModel(const multiphaseInterHtcModel &)=delete
No copy construct.
tmp< FieldField< Field, scalar > > q() const
Calculate heat flux.
void operator=(const multiphaseInterHtcModel &)=delete
No copy assignment.
virtual ~multiphaseInterHtcModel()=default
Destructor.
TypeName("multiphaseInterHtcModel")
Runtime type information.
A base class for heat transfer coefficient models.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.