View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003739 | OpenFOAM | Bug | public | 2021-10-13 17:17 | 2021-10-14 14:38 |
Reporter | niklas.wikstrom | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | dev | ||||
Summary | 0003739: Dimension error in functionObjects/field/comfort.C | ||||
Description | In 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 Reproduce | cd $FOAM_TUTORIALS/heatTransfer/buoyantSimpleFoam/comfortHotRoom foamDictionary -entry internalField -set "uniform 315" 0/T buoyantSimpleFoam -postProcess -time 0 | ||||
Tags | No tags attached. | ||||
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 |