mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ReversibleReaction: Corrected test
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1804
This commit is contained in:
@ -146,7 +146,7 @@ Foam::scalar Foam::ReversibleReaction
|
||||
{
|
||||
scalar Kc = this->Kc(p, T);
|
||||
|
||||
if (mag(Kc > VSMALL))
|
||||
if (mag(Kc) > VSMALL)
|
||||
{
|
||||
return kfwd/Kc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user