specie/thermo: Use Pstd in the evaluation of equilibrium coefficients
This commit is contained in:
parent
fc7a792667
commit
7c345a0202
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ template<class Thermo, template<class> class Type>
|
|||
inline Foam::scalar
|
||||
Foam::species::thermo<Thermo, Type>::K(const scalar p, const scalar T) const
|
||||
{
|
||||
scalar arg = -this->nMoles()*this->g(p, T)/(RR*T);
|
||||
scalar arg = -this->nMoles()*this->g(Pstd, T)/(RR*T);
|
||||
|
||||
if (arg < 600.0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue