Templated surface reaction model class.
More...
|
| TypeName ("surfaceReactionModel") |
|
| declareRunTimeSelectionTable (autoPtr, SurfaceReactionModel, dictionary,(const dictionary &dict, CloudType &cloud),(dict, cloud)) |
|
| SurfaceReactionModel (CloudType &owner) |
|
| SurfaceReactionModel (const dictionary &dict, CloudType &cloud, const word &type) |
|
| SurfaceReactionModel (const SurfaceReactionModel< CloudType > &srm) |
|
virtual autoPtr< SurfaceReactionModel< CloudType > > | clone () const =0 |
|
virtual | ~SurfaceReactionModel ()=default |
|
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 &YGas, const scalarField &YLiquid, const scalarField &YSolid, const scalarField &YMixture, const scalar N, scalarField &dMassGas, scalarField &dMassLiquid, scalarField &dMassSolid, scalarField &dMassSRCarrier) const =0 |
|
void | addToSurfaceReactionMass (const scalar dMass) |
|
virtual void | info (Ostream &os) |
|
Templated surface reaction model class.
- Source files
-
Definition at line 57 of file ReactingMultiphaseCloud.H.
◆ SurfaceReactionModel() [1/3]
◆ SurfaceReactionModel() [2/3]
◆ SurfaceReactionModel() [3/3]
◆ ~SurfaceReactionModel()
◆ TypeName()
TypeName |
( |
"surfaceReactionModel" |
| ) |
|
◆ declareRunTimeSelectionTable()
◆ clone()
◆ New()
◆ calculate()
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 & |
YGas, |
|
|
const scalarField & |
YLiquid, |
|
|
const scalarField & |
YSolid, |
|
|
const scalarField & |
YMixture, |
|
|
const scalar |
N, |
|
|
scalarField & |
dMassGas, |
|
|
scalarField & |
dMassLiquid, |
|
|
scalarField & |
dMassSolid, |
|
|
scalarField & |
dMassSRCarrier |
|
) |
| const |
|
pure virtual |
◆ addToSurfaceReactionMass()
void addToSurfaceReactionMass |
( |
const scalar |
dMass | ) |
|
◆ info()
◆ dMass_
The documentation for this class was generated from the following files: