View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000882 | OpenFOAM | Bug | public | 2013-06-09 20:18 | 2013-06-09 21:15 |
Reporter | wyldckat | Assigned To | henry | ||
Priority | low | Severity | text | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Summary | 0000882: Probable typo in header file smoothDelta.H | ||||
Description | The "src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H" seems to have a typo in the following part of the code: //- Construct from origin, yStar, distance inline deltaData(const scalar delta); Which according to "smoothDeltaDeltaDataI.H", it should be: // Construct from components inline deltaData(const scalar delta); | ||||
Steps To Reproduce | This can be confirmed online on the following link, for the latest commit: https://github.com/OpenFOAM/OpenFOAM-2.2.x/blob/c19b3c19ae422a026f8f912746a2f2b8085e1dd9/src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.H#L83 | ||||
Additional Information | I suspect that this header file was originally based on "src/finiteVolume/fvMesh/wallDist/wallPointYPlus/wallPointYPlus.H", which lead to this somewhat strange comment. And I only found out about this, because I was looking for information on how OpenFOAM if at all used "yStar". | ||||
Tags | No tags attached. | ||||