View Issue Details

IDProjectCategoryView StatusLast Update
0004250OpenFOAMBugpublic2025-07-03 08:19
Reportermichael.mueller-wrd Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSOtherOS Version(please specify)
Product Version12 
Fixed in Version12 
Summary0004250: wrong field for solid residuals in CHT tutorial shellAndTubeHeatExchanger
DescriptionIn 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 ReproduceRun `shellAndTubeHeatExchanger` case.

Try monitoring solid residuals: $> foamMonitor -l postProcessing/solid/residuals\(h\,region\=solid\)/0/residuals.dat

-> foamMonitor error because of 'empty' file.
Additional InformationTo be fixed in v12 and dev version.
TagsNo tags attached.

Activities

henry

2025-07-03 08:19

manager   ~0013587

Resolved in OpenFOAM-12 by commit c414e53ea936dfe8756cb1af56e13152327e2699
Resolved in OpenFOAM-dev by commit d1a867e1487b69e1ef89213384a582f16946bd9a

Issue History

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