Skip to content
Snippets Groups Projects
Commit 7830cc50 authored by sergio's avatar sergio
Browse files

BUG: Fix sign in Lee model. Fixes #1934.

parent c879c244
No related branches found
No related tags found
No related merge requests found
Subproject commit cee0fdd438c3e90403e90abfb23ef6ead3ab171d
Subproject commit 70d327b25ed66e4a7bead8c046bda4f87225415d
Subproject commit f3dd3aac02feac29ccb62fbb147c757b896ea3db
Subproject commit 302f2518284be5a3c796091357a67fb1ae0250cd
......@@ -159,7 +159,7 @@ Foam::meltingEvaporationModels::Lee<Thermo, OtherThermo>::KSu
{
return
(
coeff*pos(Tactivate_ - refValue)
-coeff*pos(Tactivate_ - refValue)
);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment