mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: ReversibleReaction::kr - replaced 1e-6 by VSMALL. Fixes #2704
This commit is contained in:
@ -128,7 +128,7 @@ Foam::scalar Foam::ReversibleReaction
|
||||
const scalarField& c
|
||||
) const
|
||||
{
|
||||
return kfwd/max(this->Kc(p, T), 1e-6);
|
||||
return kfwd/max(this->Kc(p, T), VSMALL);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user