mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
NonEquilibriumReversibleReaction: Return beta for the forward rather than reverse reaction
This commit is contained in:
@ -240,7 +240,7 @@ Foam::NonEquilibriumReversibleReaction
|
||||
ReactionRate
|
||||
>::beta() const
|
||||
{
|
||||
return rk_.beta();
|
||||
return fk_.beta();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user