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.
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. | |
![]() | |
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 | |
![]() | |
enum | enthalpyTransferType { etLatentHeat, etEnthalpyDifference } |
Enthalpy transfer type. More... | |
![]() | |
static autoPtr < PhaseChangeModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. | |
![]() | |
static const Foam::wordList | enthalpyTransferTypeNames |
Name representations of enthalpy transfer types. | |
![]() | |
enthalpyTransferType | wordToEnthalpyTransfer (const word &etName) const |
Convert word to enthalpy transfer type. | |
scalar | Sh () const |
Sherwood number. | |
![]() | |
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.