35 #ifndef thirdBodyArrheniusReactionRate_H 36 #define thirdBodyArrheniusReactionRate_H 48 class thirdBodyArrheniusReactionRate;
50 Ostream&
operator<<(Ostream&,
const thirdBodyArrheniusReactionRate&);
93 return "thirdBodyArrhenius";
102 inline scalar operator()
151 inline friend Ostream&
operator<<
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void preEvaluate() const
Pre-evaluation hook.
const dimensionedScalar c
Speed of light in a vacuum.
void postEvaluate() const
Post-evaluation hook.
void write(Ostream &os) const
Write to stream.
A class for handling words, derived from string.
scalar dcidT(const scalar p, const scalar T, const scalarField &c, const label li) const
Temperature derivative of the pressure dependent term.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
static word type()
Return the type name.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
void dcidc(const scalar p, const scalar T, const scalarField &c, const label li, scalarField &dcidc) const
Species concentration derivative of the pressure dependent term.
Arrhenius reaction rate enhanced by third-body interaction.
A wordList with hashed indices for faster lookup by name.
Ostream & operator<<(Ostream &, const ensightPart &)
Arrhenius reaction rate given by:
thirdBodyArrheniusReactionRate(const scalar A, const scalar beta, const scalar Ta, const thirdBodyEfficiencies &tbes)
Construct from components.
const List< Tuple2< label, scalar > > & beta() const
Third-body efficiencies (beta = 1-alpha)
scalar ddT(const scalar p, const scalar T, const scalarField &c, const label li) const