Janev, Langer, Evans and Post reaction rate. More...
Public Member Functions | |
JanevReactionRate (const scalar A, const scalar beta, const scalar Ta, const FixedList< scalar, nb_ > b) | |
Construct from components. More... | |
JanevReactionRate (const speciesTable &species, Istream &is) | |
Construct from Istream. More... | |
JanevReactionRate (const speciesTable &species, const dictionary &dict) | |
Construct from dictionary. More... | |
scalar | operator() (const scalar p, const scalar T, const scalarField &c) const |
void | write (Ostream &os) const |
Write to stream. More... | |
Static Public Member Functions | |
static word | type () |
Return the type name. More... | |
Friends | |
Ostream & | operator<< (Ostream &, const JanevReactionRate &) |
Janev, Langer, Evans and Post reaction rate.
Definition at line 57 of file JanevReactionRate.H.
|
inline |
Construct from components.
Definition at line 29 of file JanevReactionRateI.H.
Referenced by JanevReactionRate::JanevReactionRate().
|
inline |
Construct from Istream.
Definition at line 44 of file JanevReactionRateI.H.
References JanevReactionRate::JanevReactionRate(), and Istream::readEnd().
|
inline |
Construct from dictionary.
Definition at line 59 of file JanevReactionRateI.H.
|
inlinestatic |
Return the type name.
Definition at line 100 of file JanevReactionRate.H.
References Foam::constant::universal::c, p, Foam::T(), and JanevReactionRate::write().
|
inline |
Definition at line 74 of file JanevReactionRateI.H.
References Foam::exp(), Foam::log(), Foam::mag(), n, Foam::pow(), and T.
|
inline |
Write to stream.
Definition at line 107 of file JanevReactionRateI.H.
References Foam::nl, and Ostream::writeKeyword().
Referenced by JanevReactionRate::type().
|
friend |