View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002007 | OpenFOAM | Bug | public | 2016-02-26 09:49 | 2016-02-26 18:15 |
Reporter | Juho | Assigned To | henry | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 14.04 |
Product Version | dev | ||||
Summary | 0002007: [alphatWallBoilingWallFunctionFvPatchScalarField] High void damping: Wrong limit | ||||
Description | In the wall boiling thermal wall function, the high void damping coefficient has a typo that affects results: Current code: // Damp boiling at high void fractions. const scalarField W(min(liquidw/0.2, scalar(0.1))); Corrected: // Damp boiling at high void fractions. const scalarField W(min(liquidw/0.2, scalar(1))); | ||||
Tags | No tags attached. | ||||