|
|
|
SurfaceReactionModel< CloudType > Class Template ReferenceTemplated surface reaction model class. More...
Inheritance diagram for SurfaceReactionModel< CloudType >:
![]()
Collaboration diagram for SurfaceReactionModel< CloudType >:
![]()
Detailed Descriptiontemplate<class CloudType>
Templated surface reaction model class.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SurfaceReactionModel | ( | CloudType & | owner | ) | [inline] |
| SurfaceReactionModel | ( | const dictionary & | dict, | |
| CloudType & | cloud, | |||
| const word & | type | |||
| ) | [inline] |
| ~SurfaceReactionModel | ( | ) | [inline, virtual] |
| TypeName | ( | "SurfaceReactionModel< CloudType >" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , | |
| SurfaceReactionModel< CloudType > | , | |||
| dictionary | , | |||
| (const dictionary &dict, CloudType &cloud) | , | |||
| (dict, cloud) | ||||
| ) |
Declare runtime constructor selection table.
| Foam::autoPtr< Foam::SurfaceReactionModel< CloudType > > New | ( | const dictionary & | dict, | |
| CloudType & | cloud | |||
| ) | [inline, static] |
Selector.
Definition at line 25 of file NewSurfaceReactionModel.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorIn, Foam::Info, dictionary::lookup(), and Foam::nl.

| const CloudType & owner | ( | ) | const [inline] |
| const Foam::dictionary & dict | ( | ) | const [inline] |
| const Foam::dictionary & coeffDict | ( | ) | const [inline] |
| virtual bool active | ( | ) | const [pure virtual] |
Flag to indicate whether model activates surface reaction model.
Implemented in COxidationDiffusionLimitedRate< CloudType >, COxidationKineticDiffusionLimitedRate< CloudType >, COxidationMurphyShaddix< CloudType >, and NoSurfaceReaction< CloudType >.
| 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 [pure virtual] |
Update surface reactions.
Returns the heat of reaction
Implemented in COxidationDiffusionLimitedRate< CloudType >, COxidationKineticDiffusionLimitedRate< CloudType >, COxidationMurphyShaddix< CloudType >, and NoSurfaceReaction< CloudType >.