View Issue Details

IDProjectCategoryView StatusLast Update
0001957OpenFOAMBugpublic2016-01-03 12:06
Reporteruser1300Assigned Tohenry  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSUbuntuOS Version14.04
Summary0001957: Incorrect equation for Ks in long wave regime in LISA primary breakup model
Descriptionsrc\lagrangian\spray\submodels\AtomizationModel\LISAAtomization\LISAAtomization.C
in calculation of k in long wave regime (we<27/16) k = rhoAv*sqr(Urel)/2.0*sigma must change to k = rhoAv*sqr(Urel)/(2.0*sigma)

really, in k = rhoAv*sqr(Urel)/2.0*sigma ,first k1 = rhoAv*sqr(Urel)/2.0 and then k = k1*sigma ,but it is wrong and k= k1/sigma not k1*sigma.(refer to P.K. Senecal, D.P. Schmidt, I. Nouar, C.J. Rutland, R.D. Reitz, M. Corradini
    "Modeling high-speed viscous liquid sheet atomization"
    International Journal of Multiphase Flow 25 (1999) pags. 1073-1097)

 this mistake finally leads to wrong dD and SMD and should be correct.
TagsNo tags attached.

Activities

user1300

2015-12-28 11:35

 

LISAAtomization.C (7,309 bytes)

henry

2016-01-03 12:06

manager   ~0005796

Thanks for the bug-report and fix

Resolved in OpenFOAM-3.0.x by commit 00daa37b4fbce393fd63fd0fd813456e0b70ed96
Resolved in OpenFOAM-dev by commit 705fbe215211b6522e95b23816a323163d212c9c

Issue History

Date Modified Username Field Change
2015-12-28 11:35 user1300 New Issue
2015-12-28 11:35 user1300 File Added: LISAAtomization.C
2016-01-03 12:06 henry Note Added: 0005796
2016-01-03 12:06 henry Status new => resolved
2016-01-03 12:06 henry Resolution open => fixed
2016-01-03 12:06 henry Assigned To => henry