Dummy heat transfer model for 'none'. More...
#include <lagrangianIntermediate/NoHeatTransfer.H>
Dummy heat transfer model for 'none'.
Definition at line 47 of file NoHeatTransfer.H.
Inheritance diagram for NoHeatTransfer< CloudType >:
Collaboration diagram for NoHeatTransfer< CloudType >:Public Member Functions | |
| TypeName ("none") | |
| Runtime type information.
| |
| NoHeatTransfer (const dictionary &, CloudType &owner) | |
| Construct from dictionary.
| |
| virtual | ~NoHeatTransfer () |
| Destructor.
| |
| virtual bool | active () const |
| Flag to indicate whether model activates heat transfer model.
| |
| virtual scalar | Nu (const scalar, const scalar) const |
| Nusselt number.
| |
| virtual scalar | Pr () const |
| Prandtl number.
| |
| NoHeatTransfer | ( | const dictionary & | , |
| CloudType & | owner | ||
| ) |
Construct from dictionary.
Definition at line 32 of file NoHeatTransfer.C.
| ~NoHeatTransfer | ( | ) | [virtual]
|
Destructor.
Definition at line 44 of file NoHeatTransfer.C.
| TypeName | ( | "none" | ) |
Runtime type information.
| bool active | ( | ) | const [virtual]
|
Flag to indicate whether model activates heat transfer model.
Implements HeatTransferModel< CloudType >.
Definition at line 51 of file NoHeatTransfer.C.
| Foam::scalar Nu | ( | const | scalar, |
| const | scalar | ||
| ) | const [virtual]
|
Nusselt number.
Implements HeatTransferModel< CloudType >.
Definition at line 59 of file NoHeatTransfer.C.
| Foam::scalar Pr | ( | ) | const [virtual]
|
Prandtl number.
Definition at line 69 of file NoHeatTransfer.C.