View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003485 | OpenFOAM | Bug | public | 2020-04-16 16:15 | 2020-04-16 16:51 |
Reporter | Tobermory | Assigned To | henry | ||
Priority | low | Severity | text | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 12.10 |
Fixed in Version | dev | ||||
Summary | 0003485: Error in the description of the blended scheme for the omega wall function | ||||
Description | In the documentation for the omega wall function (https://cpp.openfoam.org/v7/classFoam_1_1omegaWallFunctionFvPatchScalarField.html), under "Detailed Description", the text states that with the blended scheme, the omega value is calculated from the sqrt of the sum of the squares of the viscous and turbulent (log law) values. Looking at the code in https://cpp.openfoam.org/v7/omegaWallFunctionFvPatchScalarField_8C_source.html, on line 236 you can see: omega0[celli] += w*(lamFrac*omegaVis + turbFrac*omegaLog); in other words, it is a simple linear blend, not a root-square blend. | ||||
Steps To Reproduce | Review the documentation. | ||||
Additional Information | I suspect that this is legacy text, since i know that these wall functions have been revisited a few times over the last decade. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-04-16 16:15 | Tobermory | New Issue | |
2020-04-16 16:51 | henry | Assigned To | => henry |
2020-04-16 16:51 | henry | Status | new => resolved |
2020-04-16 16:51 | henry | Resolution | open => fixed |
2020-04-16 16:51 | henry | Fixed in Version | => dev |
2020-04-16 16:51 | henry | Note Added: 0011295 |