ReversibleReaction: Corrected test
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1804
This commit is contained in:
parent
40310a5ac8
commit
b38b44a9cb
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ Foam::scalar Foam::ReversibleReaction
|
||||||
{
|
{
|
||||||
scalar Kc = this->Kc(p, T);
|
scalar Kc = this->Kc(p, T);
|
||||||
|
|
||||||
if (mag(Kc > VSMALL))
|
if (mag(Kc) > VSMALL)
|
||||||
{
|
{
|
||||||
return kfwd/Kc;
|
return kfwd/Kc;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue