NoheterogeneousReacting< CloudType > Class Template Reference

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

Inheritance diagram for NoheterogeneousReacting< CloudType >:
[legend]
Collaboration diagram for NoheterogeneousReacting< CloudType >:
[legend]

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 NoheterogeneousReacting (const dictionary &dict, CloudType &owner)
 Construct from dictionary. More...
 
 NoheterogeneousReacting (const NoheterogeneousReacting< CloudType > &srm)
 Construct copy. More...
 
virtual autoPtr< HeterogeneousReactingModel< CloudType > > clone () const
 Construct and return a clone. More...
 
virtual ~NoheterogeneousReacting ()=default
 Destructor. More...
 
virtual bool active () const
 Flag to indicate whether model activates devolatisation model. More...
 
virtual scalar calculate (const scalar dt, const scalar Re, const scalar nu, const label celli, const scalar d, const scalar T, const scalar Tc, const scalar pc, const scalar rhoc, const scalar mass, const scalarField &YSolid, scalarField &F, const scalar N, scalar &NCpW, scalarField &dMassSolid, scalarField &dMassSRCarrier) const
 Update surface reactions. More...
 
virtual label nReactions () const
 Number of reactions in the model. More...
 
- Public Member Functions inherited from HeterogeneousReactingModel< CloudType >
 TypeName ("heterogeneousReactionModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, HeterogeneousReactingModel, dictionary,(const dictionary &dict, CloudType &cloud),(dict, cloud))
 Declare runtime constructor selection table. More...
 
 HeterogeneousReactingModel (CloudType &owner)
 Construct null from owner. More...
 
 HeterogeneousReactingModel (const dictionary &dict, CloudType &cloud, const word &type)
 Construct from dictionary. More...
 
 HeterogeneousReactingModel (const HeterogeneousReactingModel< CloudType > &srm)
 Construct copy. More...
 
virtual ~HeterogeneousReactingModel ()=default
 Destructor. More...
 
void addToSurfaceReactionMass (const scalar dMass)
 Add to devolatilisation mass. More...
 
virtual label nF () const
 Number of progress variable. More...
 
virtual void info (Ostream &os)
 Write injection info to stream. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from HeterogeneousReactingModel< CloudType >
static autoPtr< HeterogeneousReactingModel< CloudType > > New (const dictionary &dict, CloudType &cloud)
 Selector. More...
 
- Protected Attributes inherited from HeterogeneousReactingModel< CloudType >
scalar dMass_
 Net mass of lagrangian phase consumed. More...
 
label nF_
 Number of progress variables. More...
 

Detailed Description

template<class CloudType>
class Foam::NoheterogeneousReacting< CloudType >

Dummy surface reaction model for 'none'.

Definition at line 51 of file NoheterogeneousReacting.H.

Constructor & Destructor Documentation

◆ NoheterogeneousReacting() [1/2]

NoheterogeneousReacting ( const dictionary dict,
CloudType owner 
)

Construct from dictionary.

Definition at line 34 of file NoheterogeneousReacting.C.

◆ NoheterogeneousReacting() [2/2]

Construct copy.

Definition at line 45 of file NoheterogeneousReacting.C.

◆ ~NoheterogeneousReacting()

virtual ~NoheterogeneousReacting ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ clone()

virtual autoPtr<HeterogeneousReactingModel<CloudType> > clone ( ) const
inlinevirtual

Construct and return a clone.

Implements HeterogeneousReactingModel< CloudType >.

Definition at line 73 of file NoheterogeneousReacting.H.

◆ active()

bool active ( ) const
virtual

Flag to indicate whether model activates devolatisation model.

Definition at line 56 of file NoheterogeneousReacting.C.

◆ calculate()

Foam::scalar calculate ( const scalar  dt,
const scalar  Re,
const scalar  nu,
const label  celli,
const scalar  d,
const scalar  T,
const scalar  Tc,
const scalar  pc,
const scalar  rhoc,
const scalar  mass,
const scalarField YSolid,
scalarField F,
const scalar  N,
scalar &  NCpW,
scalarField dMassSolid,
scalarField dMassSRCarrier 
) const
virtual

Update surface reactions.

Implements HeterogeneousReactingModel< CloudType >.

Definition at line 64 of file NoheterogeneousReacting.C.

◆ nReactions()

Foam::label nReactions ( ) const
virtual

Number of reactions in the model.

Implements HeterogeneousReactingModel< CloudType >.

Definition at line 88 of file NoheterogeneousReacting.C.


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