View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004250 | OpenFOAM | Bug | public | 2025-07-03 07:21 | 2025-07-03 08:19 |
Reporter | michael.mueller-wrd | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Other | OS Version | (please specify) |
Product Version | 12 | ||||
Fixed in Version | 12 | ||||
Summary | 0004250: wrong field for solid residuals in CHT tutorial shellAndTubeHeatExchanger | ||||
Description | In the tutorial case shellAndTubeHeatExchanger, in `system/functions` residuals functionObject is included for solid region, with field specified as `h`. For solid region, however, field `e` is solved -> shall also be used in residuals functionObject. Line in `system/functions` shall be modified to: #includeFunc residuals(region = solid, e) | ||||
Steps To Reproduce | Run `shellAndTubeHeatExchanger` case. Try monitoring solid residuals: $> foamMonitor -l postProcessing/solid/residuals\(h\,region\=solid\)/0/residuals.dat -> foamMonitor error because of 'empty' file. | ||||
Additional Information | To be fixed in v12 and dev version. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-07-03 07:21 | michael.mueller-wrd | New Issue | |
2025-07-03 08:19 | henry | Assigned To | => henry |
2025-07-03 08:19 | henry | Status | new => resolved |
2025-07-03 08:19 | henry | Resolution | open => fixed |
2025-07-03 08:19 | henry | Fixed in Version | => 12 |
2025-07-03 08:19 | henry | Note Added: 0013587 |