Base class for heat transfer coefficient modelling used in heat transfer fvModels.
More...
|
| | 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...
|
| |
| virtual tmp< volScalarField > | htc () const =0 |
| | Get the heat transfer coefficient. More...
|
| |
| virtual void | correct ()=0 |
| | Correct the heat transfer coefficient. More...
|
| |
| virtual bool | read (const dictionary &dict) |
| | Read dictionary. More...
|
| |
Base class for heat transfer coefficient modelling used in heat transfer fvModels.
- Source files
-
Definition at line 53 of file heatTransferCoefficientModel.H.
◆ heatTransferCoefficientModel() [1/3]
◆ heatTransferCoefficientModel() [2/3]
◆ heatTransferCoefficientModel() [3/3]
Disallow default bitwise copy construction.
◆ ~heatTransferCoefficientModel()
◆ TypeName()
| TypeName |
( |
"heatTransferCoefficientModel" |
| ) |
|
Runtime type information.
◆ declareRunTimeSelectionTable() [1/2]
◆ declareRunTimeSelectionTable() [2/2]
◆ New() [1/2]
◆ New() [2/2]
◆ htc()
◆ correct()
◆ read()
◆ mesh_
The documentation for this class was generated from the following files: