|
|
|
PhaseChangeModel< CloudType > Class Template ReferenceTemplated phase change model class. More...
Inheritance diagram for PhaseChangeModel< CloudType >:
![]()
Collaboration diagram for PhaseChangeModel< CloudType >:
![]()
Detailed Descriptiontemplate<class CloudType>
Templated phase change model class.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PhaseChangeModel | ( | CloudType & | owner | ) | [inline] |
| PhaseChangeModel | ( | const dictionary & | dict, | |
| CloudType & | owner, | |||
| const word & | type | |||
| ) | [inline] |
| ~PhaseChangeModel | ( | ) | [inline, virtual] |
| scalar Sh | ( | ) | const [protected] |
Sherwood number.
| TypeName | ( | "PhaseChangeModel< CloudType >" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , | |
| PhaseChangeModel< CloudType > | , | |||
| dictionary | , | |||
| (const dictionary &dict, CloudType &owner) | , | |||
| (dict, owner) | ||||
| ) |
Declare runtime constructor selection table.
| Foam::autoPtr< Foam::PhaseChangeModel< CloudType > > New | ( | const dictionary & | dict, | |
| CloudType & | owner | |||
| ) | [inline, static] |
Selector.
Definition at line 25 of file NewPhaseChangeModel.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorIn, Foam::Info, dictionary::lookup(), and Foam::nl.

| const CloudType & owner | ( | ) | const [inline] |
| const Foam::dictionary & dict | ( | ) | const [inline] |
| const Foam::dictionary & coeffDict | ( | ) | const [inline] |
| virtual bool active | ( | ) | const [pure virtual] |
Flag to indicate whether model activates phase change model.
Implemented in LiquidEvaporation< CloudType >, and NoPhaseChange< CloudType >.
const dictionary& dict_ [protected] |
CloudType& owner_ [protected] |
const dictionary coeffDict_ [protected] |