mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
LISAAtomization: Corrected Ks expression
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1957
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -225,7 +225,7 @@ void Foam::LISAAtomization<CloudType>::update
|
||||
}
|
||||
else
|
||||
{
|
||||
k = rhoAv*sqr(Urel)/2.0*sigma;
|
||||
k = rhoAv*sqr(Urel)/(2.0*sigma);
|
||||
|
||||
scalar J = 0.5*traveledTime*hSheet;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user