Dummy surface reaction model for 'none'. More...
#include <lagrangianIntermediate/NoSurfaceReaction.H>
Dummy surface reaction model for 'none'.
Definition at line 46 of file NoSurfaceReaction.H.
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.
|
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.
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.