FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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.

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:
  • src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/NoPhaseChange/NoPhaseChange.H
  • src/lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/NoPhaseChange/NoPhaseChange.C