View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001505 | OpenFOAM | Bug | public | 2015-02-01 17:49 | 2015-02-02 09:38 |
Reporter | Juho | Assigned To | henry | ||
Priority | normal | Severity | major | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Summary | 0001505: [twoPhaseEulerFoam] EoH2 calculation | ||||
Description | In function Foam::phasePair::EoH2() the dispersed phase hydraulic diameter is calculated by dividing diameter by a cuberoot of Eotvos number instead of cuberoot of aspect ratio. | ||||
Additional Information | Current implementation: EoH ( dispersed().d() /cbrt(Eo()) ); Corrected: EoH ( dispersed().d() /cbrt(E()) ); The corrected EoH2 formulation matches the alternative hardcoded EoH1 implementation if the Wellek aspect ratio model is used. | ||||
Tags | No tags attached. | ||||