OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

NoPhaseChange< CloudType > Class Template Reference

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

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 d, const scalar T, const scalar pc, const scalar Tc, const scalar nuc, const vector &Ur, scalarField &dMassPC) const
 Update model.

Detailed Description

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

Dummy phase change model for 'none'.

Definition at line 38 of file NoPhaseChange.H.


Constructor & Destructor Documentation

NoPhaseChange ( const dictionary ,
CloudType &  owner 
) [inline]

Construct from dictionary.

Definition at line 24 of file NoPhaseChange.C.

~NoPhaseChange (  )  [inline, virtual]

Destructor.

Definition at line 36 of file NoPhaseChange.C.


Member Function Documentation

TypeName ( "none"   ) 

Runtime type information.

bool active (  )  const [inline, virtual]

Flag to indicate whether model activates phase change model.

Implements PhaseChangeModel< CloudType >.

Definition at line 43 of file NoPhaseChange.C.

void calculate ( const scalar  dt,
const label  cellI,
const scalar  d,
const scalar  T,
const scalar  pc,
const scalar  Tc,
const scalar  nuc,
const vector Ur,
scalarField dMassPC 
) const [inline, virtual]

Update model.

Implements PhaseChangeModel< CloudType >.

Definition at line 51 of file NoPhaseChange.C.


The documentation for this class was generated from the following files:
  • src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/NoPhaseChange/NoPhaseChange.H
  • src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/NoPhaseChange/NoPhaseChange.C
Copyright © 2000-2009 OpenCFD Ltd