FreeFOAM The Cross-Platform CFD Toolkit
NoPhaseChange< CloudType > Class Template Reference

Dummy phase change model for 'none'. More...

#include <lagrangianIntermediate/NoPhaseChange.H>


Detailed Description

template<class CloudType>
class Foam::NoPhaseChange< CloudType >

Dummy phase change model for 'none'.

Definition at line 46 of file NoPhaseChange.H.

+ Inheritance diagram for NoPhaseChange< CloudType >:
+ Collaboration diagram for NoPhaseChange< CloudType >:

List of all members.

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 dictionarydict () const
 Return the cloud dictionary.
const dictionarycoeffDict () const
 Return the coefficient dictionary.
const enthalpyTransferTypeenthalpyTransfer () 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 dictionarydict_
 The cloud dictionary.
CloudType & owner_
 Reference to the owner cloud class.
const dictionary coeffDict_
 The coefficient dictionary.
enthalpyTransferType enthalpyTransfer_
 Enthalpy transfer type enumeration.

Constructor & Destructor Documentation

NoPhaseChange ( const dictionary ,
CloudType &  owner 
)

Construct from dictionary.

Definition at line 32 of file NoPhaseChange.C.

~NoPhaseChange ( )
virtual

Destructor.

Definition at line 44 of file NoPhaseChange.C.


Member Function Documentation

TypeName ( "none"  )

Runtime type information.

bool active ( ) const
virtual

Flag to indicate whether model activates phase change model.

Implements PhaseChangeModel< CloudType >.

Definition at line 51 of file NoPhaseChange.C.

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
virtual

Update model.

Implements PhaseChangeModel< CloudType >.

Definition at line 59 of file NoPhaseChange.C.


The documentation for this class was generated from the following files: