[Doc] Add missing docstrings for ChebyshevRate and Plog
This commit is contained in:
parent
5fb9f95004
commit
b12c90b315
1 changed files with 4 additions and 2 deletions
|
|
@ -310,7 +310,8 @@ protected:
|
|||
doublereal m_logA, m_b, m_E, m_A;
|
||||
};
|
||||
|
||||
|
||||
//! Pressure-dependent reaction rate expressed by logarithmically interpolating
|
||||
//! between Arrhenius rate expressions at various pressures.
|
||||
class Plog
|
||||
{
|
||||
public:
|
||||
|
|
@ -433,7 +434,8 @@ protected:
|
|||
double rDeltaP_; //!< reciprocal of (logP2 - logP1)
|
||||
};
|
||||
|
||||
|
||||
//! Pressure-dependent rate expression where the rate coefficient is expressed
|
||||
//! as a bivariate Chebyshev polynomial in temperature and pressure.
|
||||
class ChebyshevRate
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue