View Issue Details

IDProjectCategoryView StatusLast Update
0003066OpenFOAMBugpublic2018-09-04 14:48
Reporterkevnor Assigned Tohenry  
PrioritylowSeveritytrivialReproducibilityN/A
Status resolvedResolutionfixed 
Product Versiondev 
Fixed in Versiondev 
Summary0003066: LES Prandtl delta documentation example incorrect
DescriptionThe example provided for the dictionary for the Foam::LESModels::PrandtlDelta LES delta model is inconsistent with that actually read in by the code.
Specifically, the kappa entry (Von Karman constant) is read directly from the LES dictionary, rather than the PrandtlCoeffs subdictionary.

It should probably read:

    delta Prandtl;
    kappa 0.41;

    PrandtlCoeffs
    {
        delta cubeRootVol;
        cubeRootVolCoeffs
        {
            deltaCoeff 1;
        }
        // Default coefficient
        Cdelta 0.158;
    }
TagsNo tags attached.

Activities

henry

2018-09-04 14:48

manager   ~0010037

Resolved by commit c75f7b6e19d476318c7a856ff5de4d8f4f4306c5

Issue History

Date Modified Username Field Change
2018-09-04 14:09 kevnor New Issue
2018-09-04 14:48 henry Assigned To => henry
2018-09-04 14:48 henry Status new => resolved
2018-09-04 14:48 henry Resolution open => fixed
2018-09-04 14:48 henry Fixed in Version => dev
2018-09-04 14:48 henry Note Added: 0010037