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

Dummy surface reaction model for 'none'. More...

#include <lagrangianIntermediate/NoSurfaceReaction.H>


Detailed Description

template<class CloudType>
class Foam::NoSurfaceReaction< CloudType >

Dummy surface reaction model for 'none'.

Definition at line 46 of file NoSurfaceReaction.H.

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

List of all members.

Public Member Functions

 TypeName ("none")
 Runtime type information.
 NoSurfaceReaction (const dictionary &dict, CloudType &owner)
 Construct from dictionary.
virtual ~NoSurfaceReaction ()
 Destructor.
virtual bool active () const
 Flag to indicate whether model activates devolatisation model.
virtual scalar calculate (const scalar dt, const label cellI, const scalar d, const scalar T, const scalar Tc, const scalar pc, const scalar rhoc, const scalar mass, const scalarField &YGas, const scalarField &YLiquid, const scalarField &YSolid, const scalarField &YMixture, const scalar N, scalarField &dMassGas, scalarField &dMassLiquid, scalarField &dMassSolid, scalarField &dMassSRCarrier) const
 Update surface reactions.
- Public Member Functions inherited from SurfaceReactionModel< CloudType >
 TypeName ("SurfaceReactionModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, SurfaceReactionModel, dictionary,(const dictionary &dict, CloudType &cloud),(dict, cloud))
 Declare runtime constructor selection table.
 SurfaceReactionModel (CloudType &owner)
 Construct null from owner.
 SurfaceReactionModel (const dictionary &dict, CloudType &cloud, const word &type)
 Construct from dictionary.
virtual ~SurfaceReactionModel ()
 Destructor.
const CloudType & owner () const
 Return the owner cloud object.
const dictionarydict () const
 Return the cloud dictionary.
const dictionarycoeffDict () const
 Return the coefficients dictionary.

Additional Inherited Members

- Static Public Member Functions inherited from SurfaceReactionModel< CloudType >
static autoPtr
< SurfaceReactionModel
< CloudType > > 
New (const dictionary &dict, CloudType &cloud)
 Selector.

Constructor & Destructor Documentation

NoSurfaceReaction ( const dictionary dict,
CloudType &  owner 
)

Construct from dictionary.

Definition at line 32 of file NoSurfaceReaction.C.

~NoSurfaceReaction ( )
virtual

Destructor.

Definition at line 44 of file NoSurfaceReaction.C.


Member Function Documentation

TypeName ( "none"  )

Runtime type information.

bool active ( ) const
virtual

Flag to indicate whether model activates devolatisation model.

Implements SurfaceReactionModel< CloudType >.

Definition at line 51 of file NoSurfaceReaction.C.

Foam::scalar calculate ( const scalar  dt,
const label  cellI,
const scalar  d,
const scalar  T,
const scalar  Tc,
const scalar  pc,
const scalar  rhoc,
const scalar  mass,
const scalarField YGas,
const scalarField YLiquid,
const scalarField YSolid,
const scalarField YMixture,
const scalar  N,
scalarField dMassGas,
scalarField dMassLiquid,
scalarField dMassSolid,
scalarField dMassSRCarrier 
) const
virtual

Update surface reactions.

Implements SurfaceReactionModel< CloudType >.

Definition at line 59 of file NoSurfaceReaction.C.


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