View Issue Details

IDProjectCategoryView StatusLast Update
0001273OpenFOAMBugpublic2014-04-24 14:52
Reporteruser171Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Platformx64OSLinuxOS VersionUbuntu 13.10
Summary0001273: error in lowReWallFunction y+ calculation
Descriptionin 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 Reproducein kLowReWallFunction.C line 198
in epsilonLowReWallFunction.C line 95
TagsNo tags attached.

Activities

henry

2014-04-24 14:51

manager   ~0003026

Already fixed by commit 87a9a2c0a828b442c687e0070a5d85dd47a9851d

Issue History

Date Modified Username Field Change
2014-04-24 14:23 user171 New Issue
2014-04-24 14:51 henry Note Added: 0003026
2014-04-24 14:51 henry Status new => resolved
2014-04-24 14:51 henry Resolution open => fixed
2014-04-24 14:51 henry Assigned To => henry