View Issue Details

IDProjectCategoryView StatusLast Update
0000882OpenFOAMBugpublic2013-06-09 21:15
Reporterwyldckat Assigned Tohenry  
PrioritylowSeveritytextReproducibilityN/A
Status resolvedResolutionfixed 
Summary0000882: Probable typo in header file smoothDelta.H
DescriptionThe "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 ReproduceThis 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 InformationI 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".
TagsNo tags attached.

Activities

henry

2013-06-09 21:15

manager   ~0002265

Resolved by commit b7eca1d3e0c53c16cd835d2e033720ceff2ce91b

Issue History

Date Modified Username Field Change
2013-06-09 20:18 wyldckat New Issue
2013-06-09 21:15 henry Note Added: 0002265
2013-06-09 21:15 henry Status new => resolved
2013-06-09 21:15 henry Resolution open => fixed
2013-06-09 21:15 henry Assigned To => henry