tutorials/multiRegion/CHT/shellAndTubeHeatExchanger: Changed solid region residual to e

Resolves bug-report https://bugs.openfoam.org/view.php?id=4250
This commit is contained in:
Henry Weller
2025-07-03 08:17:47 +01:00
parent 0f458291f1
commit c414e53ea9

View File

@ -16,6 +16,6 @@ FoamFile
#includeFunc residuals(region = shell, p_rgh, U, h)
#includeFunc residuals(region = tube, p_rgh, U, h)
#includeFunc residuals(region = solid, h)
#includeFunc residuals(region = solid, e)
// ************************************************************************* //