View Issue Details

IDProjectCategoryView StatusLast Update
0002118OpenFOAMBugpublic2017-06-30 10:07
Reporteramikkonen Assigned Tochris  
PrioritylowSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
PlatformGNU/LinuxOSUbuntuOS Version15.04
Product Versiondev 
Summary0002118: default Prt not shown with RAS.printCoeffs on
DescriptionTested with rhoSimpleFoam and kEpsilon and kOmegaSST.

When using a RAS model and setting printCoeffs on I would expect to see all relevant parameters printed on the solver start up. Default Prt is not shown and thus easy to forget.

All the parameters defined for the turbulence model in question are shown. For example

kEpsilonCoeffs
{
    Cmu 0.09;
    C1 1.44;
    C2 1.92;
    C3 -0.33;
    sigmak 1;
    sigmaEps 1.3;
}

Prt, defined in src/TurbulenceModels/compressible/EddyDiffusivity/, is not on the list.

If a user defined Prt is set, it is shown and works correctly.
Steps To Reproduce1. Run tutorials/compressible/rhoSimpleFoam/squareBend. Prt not shown at start up.
2. Set Prt in turbulenceProperties and Prt is shown at start up.
TagsNo tags attached.

Activities

henry

2016-06-15 16:10

manager   ~0006442

Currently Prt defaults to 1 and cannot be changed during construction due to construction order issue. Once the thermal turbulent transport is separated into a run-time selectable class hierarchy this limitation will be removed and the Prt value initialized and printed correctly.

chris

2017-06-30 10:07

manager   ~0008283

As explained, this would be part of a future development

Issue History

Date Modified Username Field Change
2016-06-13 13:01 amikkonen New Issue
2016-06-15 16:10 henry Note Added: 0006442
2017-06-30 10:07 chris Assigned To => chris
2017-06-30 10:07 chris Status new => closed
2017-06-30 10:07 chris Resolution open => fixed
2017-06-30 10:07 chris Note Added: 0008283