View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001925 | OpenFOAM | Bug | public | 2015-11-24 20:41 | 2015-11-24 22:39 |
Reporter | karlli | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 14.04 |
Summary | 0001925: boundaryFoam solver unable to write results to disk when using kLowReWallFunction | ||||
Description | The low Reynolds wall function for k does not behave properly in the new version of OpenFOAM. Indeed, it works well for the pitzDaily test case (simpleFoam), but using it together with the boundaryFoam solver causes the solver to exit when the first writeInterval has been reached. The following error message is displayed (after, say, 100 iterations): --> FOAM FATAL ERROR: Unknown patchField type kLowReWallFunction Valid patchField types are : 46 ( ... ) | ||||
Steps To Reproduce | Starting from one of the boundaryFoam tutorials, switch to the v2f turbulence model with the recommended wall functions and necessary additions to fvSchemes and fvSolution. Run boundaryFoam solver for at least writeInterval iterations. | ||||
Tags | No tags attached. | ||||
|
Note that kLowReWallFunction is not an appropriate BC for the high-Re v2f model. I have updated the mapping of k to R BCs and converted incompatible BCs to "calculated". Will push shortly. |
|
Resolved in OpenFOAM-3.0.x by commit 0245e5837a00f6fa33b64d6592d52205d4d95346 Resolved in OpenFOAM-dev by commit 1a2b3a69b289b24699eb9bf617bb578003469a93 |