View Issue Details

IDProjectCategoryView StatusLast Update
0000067OpenFOAMBugpublic2010-10-26 11:52
ReporterJuho Assigned Touser2 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSUbuntuOS Version10.04
Summary0000067: bubbleFoam & twoPhaseEulerFoam: Wrong keyword for alphak
DescriptionIn bubbleFoam/createRASTurbulence.H, wrong keyword is used to lookup or add alphak. If "alphaEps" is not found, a wrong value is given for alphaEps. If "alphaEps" is found, a wrong value is given for alphak.

Additional InformationbubbleFoam/createRASTurbulence:

dimensionedScalar alphak
(
    dimensionedScalar::lookupOrAddToDict
    (
         "alphaEps",
         kEpsilonDict,
         1.0
    )
);

dimensionedScalar alphaEps
(
    dimensionedScalar::lookupOrAddToDict
    (
        "alphaEps",
        kEpsilonDict,
        0.76923
    )
);
TagsInput/output, Modelling

Activities

user2

2010-10-26 11:52

  ~0000093

Thanks for the report - fixed by commit id:

cf69d31e7a1268fdf9ffd965e0473e059c70f70f

Issue History

Date Modified Username Field Change
2010-10-26 11:26 Juho New Issue
2010-10-26 11:52 user2 Note Added: 0000093
2010-10-26 11:52 user2 Status new => resolved
2010-10-26 11:52 user2 Fixed in Version => 1.7.x
2010-10-26 11:52 user2 Resolution open => fixed
2010-10-26 11:52 user2 Assigned To => user2
2010-10-26 11:52 user2 Tag Attached: Input/output
2010-10-26 11:52 user2 Tag Attached: Modelling