LISAAtomization: Corrected Ks expression

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1957
This commit is contained in:
Henry Weller
2016-01-03 12:04:51 +00:00
parent 41f9e71c71
commit 97301ef754

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -225,7 +225,7 @@ void Foam::LISAAtomization<CloudType>::update
} }
else else
{ {
k = rhoAv*sqr(Urel)/2.0*sigma; k = rhoAv*sqr(Urel)/(2.0*sigma);
scalar J = 0.5*traveledTime*hSheet; scalar J = 0.5*traveledTime*hSheet;