View Issue Details

IDProjectCategoryView StatusLast Update
0001696OpenFOAMBugpublic2015-05-18 16:30
Reporterwyldckat Assigned Tohenry  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Summary0001696: Inconsistent keyword name "relaxation", for the boundary condition thermalBaffle1D
DescriptionFile: src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/thermalBaffle1D/thermalBaffle1DFvPatchScalarField.C

Constructor:
    QrRelaxation_(dict.lookupOrDefault<scalar>("relaxation", 0)),

write():
    os.writeKeyword("QrRelaxation")<< QrRelaxation_
        << token::END_STATEMENT << nl;
Additional InformationFound about this here: http://www.cfd-online.com/Forums/openfoam-bugs/153082-thermalbaffle1d-showing-bad-behavior.html#post546700
TagsNo tags attached.

Activities

henry

2015-05-18 16:30

manager   ~0004773

Thanks for the bug-report and analysis; sorry about the nonsense in this code.
I have corrected the IO correspondence for relaxation and changed the default to 1 rather than 0 (which make no sense whatsoever).

Resolved by commit 8277c32802b2cebb78f2a8bc44f72ad2fb034bf5

Issue History

Date Modified Username Field Change
2015-05-18 15:47 wyldckat New Issue
2015-05-18 16:30 henry Note Added: 0004773
2015-05-18 16:30 henry Status new => resolved
2015-05-18 16:30 henry Resolution open => fixed
2015-05-18 16:30 henry Assigned To => henry