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

NoSurfaceReaction< CloudType > Class Template Reference

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

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 scalarField &dMassVolatile, scalarField &dMassGas, scalarField &dMassLiquid, scalarField &dMassSolid, scalarField &dMassSRCarrier) const
 Update surface reactions.

Detailed Description

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

Dummy surface reaction model for 'none'.

Definition at line 38 of file NoSurfaceReaction.H.


Constructor & Destructor Documentation

NoSurfaceReaction ( const dictionary dict,
CloudType &  owner 
) [inline]

Construct from dictionary.

Definition at line 24 of file NoSurfaceReaction.C.

~NoSurfaceReaction (  )  [inline, virtual]

Destructor.

Definition at line 36 of file NoSurfaceReaction.C.


Member Function Documentation

TypeName ( "none"   ) 

Runtime type information.

bool active (  )  const [inline, virtual]

Flag to indicate whether model activates devolatisation model.

Implements SurfaceReactionModel< CloudType >.

Definition at line 43 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 scalarField dMassVolatile,
scalarField dMassGas,
scalarField dMassLiquid,
scalarField dMassSolid,
scalarField dMassSRCarrier 
) const [inline, virtual]

Update surface reactions.

Implements SurfaceReactionModel< CloudType >.

Definition at line 51 of file NoSurfaceReaction.C.


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