Skip to content
Snippets Groups Projects
Commit 7399dbfe authored by sergio's avatar sergio
Browse files

BUG: Fixing sign on the linear source term for C < 0 for Lee model KSp

parent 539d9e83
No related merge requests found
......@@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2017-2021 OpenCFD Ltd.
Copyright (C) 2017-2022 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
......@@ -117,7 +117,7 @@ Foam::meltingEvaporationModels::Lee<Thermo, OtherThermo>::KSp
{
return
(
coeff*pos(Tactivate_ - refValue)
-coeff*pos(Tactivate_ - refValue)
);
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment