View Issue Details

IDProjectCategoryView StatusLast Update
0003739OpenFOAMBugpublic2021-10-14 14:38
Reporterniklas.wikstrom Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Versiondev 
Fixed in Version9 
Summary0003739: Dimension error in functionObjects/field/comfort.C
DescriptionIn comfort.C there is a warningInFunction when radiative temperature is out of norm bounds and when the warning message is composed a dimensionedScalar is subtracted by a scalar.

Simply change "Trad - 273.15" to "Trad.value() - 273.15" to fix this bug.
Steps To Reproducecd $FOAM_TUTORIALS/heatTransfer/buoyantSimpleFoam/comfortHotRoom
foamDictionary -entry internalField -set "uniform 315" 0/T
buoyantSimpleFoam -postProcess -time 0
TagsNo tags attached.

Activities

henry

2021-10-14 14:38

manager   ~0012238

Resolved in OpenFOAM-9 by commit ae0e09e28d5722c8e437bc346203fa34a877cb94
Resolved in OpenFOAM-dev by commit 45c8a4695a194728c5e2a806289cc5ef222671aa

Issue History

Date Modified Username Field Change
2021-10-13 17:17 niklas.wikstrom New Issue
2021-10-14 14:38 henry Assigned To => henry
2021-10-14 14:38 henry Status new => resolved
2021-10-14 14:38 henry Resolution open => fixed
2021-10-14 14:38 henry Fixed in Version => 9
2021-10-14 14:38 henry Note Added: 0012238