35 #ifndef powerSeriesReactionRate_H
36 #define powerSeriesReactionRate_H
50 class powerSeriesReactionRate;
52 Ostream&
operator<<(Ostream&,
const powerSeriesReactionRate&);
66 static const label nCoeff_ = 4;
106 inline scalar operator()
124 inline bool hasDdc()
const;
142 inline friend Ostream&
operator<<
static const Foam::dimensionedScalar A("A", Foam::dimPressure, 611.21)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Dimension set for the base types.
A wordList with hashed indices for faster lookup by name.
Power series reaction rate.
void preEvaluate() const
Pre-evaluation hook.
void postEvaluate() const
Post-evaluation hook.
static word type()
Return the type name.
void write(Ostream &os) const
Write to stream.
void ddc(const scalar p, const scalar T, const scalarField &c, const label li, scalarField &ddc) const
The derivative of the rate w.r.t. concentration.
scalar ddT(const scalar p, const scalar T, const scalarField &c, const label li) const
The derivative of the rate w.r.t. temperature.
powerSeriesReactionRate(const scalar A, const scalar beta, const FixedList< scalar, nCoeff_ > coeffs)
Construct from components.
bool hasDdc() const
Is the rate a function of concentration?
A class for handling words, derived from string.
const dimensionedScalar c
Speed of light in a vacuum.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
Basic run-time type information using word as the type's name. Used to enhance the standard RTTI to c...