View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000721 | OpenFOAM | Bug | public | 2013-01-16 21:44 | 2013-02-12 09:06 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0000721: PIlchErdman breakup | ||||
Description | There's a mistake in the Pilch Erdman breakup model according to this old post http://www.cfd-online.com/Forums/openfoam/91795-bug-pilcherdman-breakup-model.html | ||||
Steps To Reproduce | The mistake is in this segment. scalar Vd = Urmag*rho12*(B1_*taubBar * B2_*taubBar*taubBar); scalar Vd1 = sqr(1.0 - Vd/Urmag); Vd1 = max(Vd1, SMALL); scalar Ds = 2.0*Wec*sigma*Vd1/(Vd1*rhoc*sqr(Urmag)); | ||||
Additional Information | Replace * with + scalar Vd = Urmag*rho12*(B1_*taubBar + B2_*taubBar*taubBar); and remove the Vd1 from the nominator scalar Ds = 2.0*Wec*sigma/(Vd1*rhoc*sqr(Urmag)); | ||||
Tags | No tags attached. | ||||