Dummy phase change model for 'none'. More...
Public Member Functions | |
TypeName ("none") | |
Runtime type information. More... | |
NoPhaseChange (const dictionary &, CloudType &) | |
Construct from dictionary. More... | |
NoPhaseChange (const NoPhaseChange< CloudType > &pcm) | |
Construct copy. More... | |
virtual autoPtr< PhaseChangeModel< CloudType > > | clone () const |
Construct and return a clone. More... | |
virtual | ~NoPhaseChange () |
Destructor. More... | |
virtual bool | active () const |
Flag to indicate whether model activates phase change model. More... | |
virtual void | calculate (const scalar dt, const label cellI, const scalar Re, const scalar Pr, const scalar d, const scalar nu, const scalar T, const scalar Ts, const scalar pc, const scalar Tc, const scalarField &X, scalarField &dMassPC) const |
Update model. More... | |
![]() | |
TypeName ("phaseChangeModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, PhaseChangeModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
Declare runtime constructor selection table. More... | |
PhaseChangeModel (CloudType &owner) | |
Construct null from owner. More... | |
PhaseChangeModel (const dictionary &dict, CloudType &owner, const word &type) | |
Construct from dictionary. More... | |
PhaseChangeModel (const PhaseChangeModel< CloudType > &pcm) | |
Construct copy. More... | |
virtual autoPtr< PhaseChangeModel< CloudType > > | clone () const=0 |
Construct and return a clone. More... | |
virtual | ~PhaseChangeModel () |
Destructor. More... | |
const enthalpyTransferType & | enthalpyTransfer () const |
Return the enthalpy transfer type enumeration. More... | |
virtual scalar | dh (const label idc, const label idl, const scalar p, const scalar T) const |
Return the enthalpy per unit mass. More... | |
virtual scalar | Tvap (const scalarField &X) const |
Return vapourisation temperature. More... | |
virtual scalar | TMax (const scalar p, const scalarField &X) const |
Return maximum/limiting temperature. More... | |
void | addToPhaseChangeMass (const scalar dMass) |
Add to phase change mass. More... | |
virtual void | info (Ostream &os) |
Write injection info to stream. More... | |
Additional Inherited Members | |
![]() | |
enum | enthalpyTransferType |
Enthalpy transfer type. More... | |
![]() | |
static autoPtr< PhaseChangeModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. More... | |
![]() | |
static const Foam::wordList | enthalpyTransferTypeNames |
Name representations of enthalpy transfer types. More... | |
![]() | |
enthalpyTransferType | wordToEnthalpyTransfer (const word &etName) const |
Convert word to enthalpy transfer type. More... | |
scalar | Sh () const |
Sherwood number. More... | |
![]() | |
enthalpyTransferType | enthalpyTransfer_ |
Enthalpy transfer type enumeration. More... | |
scalar | dMass_ |
Mass of lagrangian phase converted. More... | |
Dummy phase change model for 'none'.
Definition at line 45 of file NoPhaseChange.H.
NoPhaseChange | ( | const dictionary & | , |
CloudType & | owner | ||
) |
Construct from dictionary.
Definition at line 32 of file NoPhaseChange.C.
NoPhaseChange | ( | const NoPhaseChange< CloudType > & | pcm | ) |
Construct copy.
Definition at line 43 of file NoPhaseChange.C.
|
virtual |
Destructor.
Definition at line 54 of file NoPhaseChange.C.
TypeName | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 64 of file NoPhaseChange.H.
|
virtual |
Flag to indicate whether model activates phase change model.
Definition at line 61 of file NoPhaseChange.C.
|
virtual |
Update model.
Implements PhaseChangeModel< CloudType >.
Definition at line 69 of file NoPhaseChange.C.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.