Dummy phase change model for 'none'. More...
#include <lagrangianIntermediate/NoPhaseChange.H>
Dummy phase change model for 'none'.
Definition at line 46 of file NoPhaseChange.H.
Inheritance diagram for NoPhaseChange< CloudType >:
Collaboration diagram for NoPhaseChange< CloudType >:Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. | |
| NoPhaseChange (const dictionary &, CloudType &) | |
| Construct from dictionary. | |
| virtual | ~NoPhaseChange () |
| Destructor. | |
| virtual bool | active () const |
| Flag to indicate whether model activates phase change model. | |
| virtual void | calculate (const scalar dt, const label cellI, const scalar Re, const scalar d, const scalar nu, const scalar T, const scalar Ts, const scalar pc, scalarField &dMassPC) const |
| Update model. | |
Public Member Functions inherited from PhaseChangeModel< CloudType > | |
| TypeName ("PhaseChangeModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, PhaseChangeModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
| Declare runtime constructor selection table. | |
| PhaseChangeModel (CloudType &owner) | |
| Construct null from owner. | |
| PhaseChangeModel (const dictionary &dict, CloudType &owner, const word &type) | |
| Construct from dictionary. | |
| virtual | ~PhaseChangeModel () |
| Destructor. | |
| const CloudType & | owner () const |
| Return the owner cloud object. | |
| const dictionary & | dict () const |
| Return the cloud dictionary. | |
| const dictionary & | coeffDict () const |
| Return the coefficient dictionary. | |
| const enthalpyTransferType & | enthalpyTransfer () const |
| Return the enthalpy transfer type enumeration. | |
Additional Inherited Members | |
Public Types inherited from PhaseChangeModel< CloudType > | |
| enum | enthalpyTransferType { etLatentHeat, etEnthalpyDifference } |
| Enthalpy transfer type. More... | |
Static Public Member Functions inherited from PhaseChangeModel< CloudType > | |
| static autoPtr < PhaseChangeModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
| Selector. | |
Static Public Attributes inherited from PhaseChangeModel< CloudType > | |
| static const Foam::wordList | enthalpyTransferTypeNames |
| Name representations of enthalpy transfer types. | |
Protected Member Functions inherited from PhaseChangeModel< CloudType > | |
| enthalpyTransferType | wordToEnthalpyTransfer (const word &etName) const |
| Convert word to enthalpy transfer type. | |
| scalar | Sh () const |
| Sherwood number. | |
Protected Attributes inherited from PhaseChangeModel< CloudType > | |
| const dictionary & | dict_ |
| The cloud dictionary. | |
| CloudType & | owner_ |
| Reference to the owner cloud class. | |
| const dictionary | coeffDict_ |
| The coefficient dictionary. | |
| enthalpyTransferType | enthalpyTransfer_ |
| Enthalpy transfer type enumeration. | |
| NoPhaseChange | ( | const dictionary & | , |
| CloudType & | owner | ||
| ) |
Construct from dictionary.
Definition at line 32 of file NoPhaseChange.C.
|
virtual |
Destructor.
Definition at line 44 of file NoPhaseChange.C.
| TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
Flag to indicate whether model activates phase change model.
Implements PhaseChangeModel< CloudType >.
Definition at line 51 of file NoPhaseChange.C.
|
virtual |
Update model.
Implements PhaseChangeModel< CloudType >.
Definition at line 59 of file NoPhaseChange.C.