Function2 heat transfer model. The 2D function returns the heat transfer coefficient as a function of the local and neighbouring velocity magnitudes. More...


Public Member Functions | |
| TypeName ("function2") | |
| Runtime type information. More... | |
| function2 (const dictionary &dict, const interRegionModel &model) | |
| Construct from dictionary and model. More... | |
| virtual | ~function2 () |
| Destructor. More... | |
| virtual tmp< volScalarField > | htc () const |
| Get the heat transfer coefficient. More... | |
| virtual void | correct () |
| Correct the heat transfer coefficient. More... | |
| virtual bool | read (const dictionary &dict) |
| Read dictionary. More... | |
Public Member Functions inherited from heatTransferCoefficientModel | |
| TypeName ("heatTransferCoefficientModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, heatTransferCoefficientModel, mesh,(const dictionary &dict, const fvMesh &mesh),(dict, mesh)) | |
| declareRunTimeSelectionTable (autoPtr, heatTransferCoefficientModel, model,(const dictionary &dict, const interRegionModel &model),(dict, model)) | |
| heatTransferCoefficientModel (const word &modelType, const dictionary &dict, const fvMesh &mesh) | |
| Construct from dictionary and mesh. More... | |
| heatTransferCoefficientModel (const word &modelType, const dictionary &dict, const interRegionModel &model) | |
| Construct from dictionary and model. More... | |
| heatTransferCoefficientModel (const heatTransferCoefficientModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~heatTransferCoefficientModel () |
| Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from heatTransferCoefficientModel | |
| static autoPtr< heatTransferCoefficientModel > | New (const dictionary &dict, const fvMesh &mesh) |
| Select from dictionary and mesh. More... | |
| static autoPtr< heatTransferCoefficientModel > | New (const dictionary &dict, const interRegionModel &model) |
| Select from dictionary and model. More... | |
Protected Attributes inherited from heatTransferCoefficientModel | |
| const fvMesh & | mesh_ |
| Reference to the mesh. More... | |
Function2 heat transfer model. The 2D function returns the heat transfer coefficient as a function of the local and neighbouring velocity magnitudes.
{
heatTransferCoefficientModel function2;
htcFunc
{
type constant;
value 1e5;
}
}
Definition at line 66 of file function2.H.
| function2 | ( | const dictionary & | dict, |
| const interRegionModel & | model | ||
| ) |
|
virtual |
Destructor.
Definition at line 103 of file function2.C.
| TypeName | ( | "function2" | ) |
Runtime type information.
|
inlinevirtual |
Get the heat transfer coefficient.
Implements heatTransferCoefficientModel.
Definition at line 113 of file function2.H.
|
virtual |
Correct the heat transfer coefficient.
Implements heatTransferCoefficientModel.
Definition at line 109 of file function2.C.
References Foam::mag(), and GeometricField< Type, GeoMesh, PrimitiveField >::primitiveField().

|
virtual |
Read dictionary.
Reimplemented from heatTransferCoefficientModel.
Definition at line 138 of file function2.C.
References dict, and heatTransferCoefficientModel::read().
