View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001273 | OpenFOAM | Bug | public | 2014-04-24 14:23 | 2014-04-24 14:52 |
Reporter | Assigned To | henry | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | x64 | OS | Linux | OS Version | Ubuntu 13.10 |
Summary | 0001273: error in lowReWallFunction y+ calculation | ||||
Description | in the compressible version of kLowReWallFunction as well as in epsilonLowReWallFunction the calculation for y+ is wrong. it reads scalar yPlus = Cmu25*sqrt(k[cellI])*y[faceI]/muw[faceI]/rhow[faceI]; and should be scalar yPlus = Cmu25*sqrt(k[cellI])*y[faceI]/ (muw[faceI]/rhow[faceI]); | ||||
Steps To Reproduce | in kLowReWallFunction.C line 198 in epsilonLowReWallFunction.C line 95 | ||||
Tags | No tags attached. | ||||