Heat exchanger wall
## Copyright © EDF 2002 - 2026
## ThermoSysPro Version 4.2
This component model is documented in Sect. 9.4.4 of the ThermoSysPro book.
# Heat exchanger wall
The wall separates the hot fluid circulating in the tube from the cold water out of the tube.
Heat is exchanged between both fluids through the wall.
The heat exchanger wall models the heat flow through a cylindric pipe wall under following assumptions:
- The energy accumulation is considered in each mesh cell.
- The heat flow through the wall is supposed to be positive when it is going from the outside to the inside of the pipe.
- The phenomenon of longitudinal heat conduction in the wall is neglected.
- The thermal conductivity of the wall is constant in space and time.
The two latter hypotheses justify the 1D-modeling of the cylindric wall.
## Modelica component model
The equations mentioned below are implemented in the component *HeatExchangerWall*, located in the *Thermal.HeatTransfer* sub-library.
This component has 2 connectors:
- WT1: thermal port on internal side,
- WT2: thermal port on external side.

## Nomenclature
| Symbol| Description| Unit| Definition | Modelica name |
| :------------------------ | :----------------------------------------------------------------------------------------------------------------------- | :---------------------------------------- | :---------------------- | :--------------- |
| \\(c\_{p, w}\\)| Specific heat capacity of the wall| \\(\mathrm{J} / \mathrm{kg} / \mathrm{K}\\) || cpw |
| \\(D\\)| Internal diameter of the pipes| \\(\mathrm{m}\\)|| D |
| \\(e\\)| Wall thickness| \\(\mathrm{m}\\)|| e |
| \\(L\\)| Pipe length| \\(\mathrm{m}\\)|| L |
| \\(N\_{\mathrm{S}}\\)| Number of sections inside the wall| \\(-\\)|| Ns |
| \\(N\_{\mathrm{t}}\\)| Number of pipes in parallel| \\(-\\)|| ntubes |
| \\(T\_{\mathrm{m}}\\)| Melting temperature of the tubes metal| \\(\mathrm{K}\\)|| - |
| \\(T\_{\mathrm{w}, i}\\)| Average wall temperature in section \\(i\\)| \\(\mathrm{K}\\)|| Tp[i] |
| \\(T\_{\mathrm{w} 1, i}\\)| Wall temperature in section \\(i\\) of side 1 \(internal wall side\)| \\(\mathrm{K}\\)|| Tp1[i] |
| \\(T\_{\mathrm{w} 2, i}\\)| Wall temperature in section \\(i\\) of side 2 \(external wall side\)| \\(\mathrm{K}\\)|| Tp1[i] |
| \\(\Delta M\_{\mathrm{w}}\\) | Mass of a wall section| \\(\mathrm{kg}\\)|| dM |
| \\(\Delta W\_{l, i}\\)| Thermal power transferred by conduction from the center of the wall to the wall internal surface, for each section \\(i\\) | \\(\mathrm{W}\\)|| dW1[i] |
| \\(\Delta W\_{2, i}\\)| Thermal power transferred by conduction from the wall external surface to the center of the wall, for each section \\(i\\) | \\(\mathrm{W}\\)|| dW2[i] |
| \\(\Delta x\\)| Wall section length| \\(\mathrm{m}\\)| \\(L / N\_{\mathrm{S}}\\)| dx |
| \\(\lambda\_{\mathrm{w}}\\)| Wall thermal conductivity| \\(\mathrm{W} / \mathrm{m} / \mathrm{K}\\)|| cpw |
| \\(\rho\_{\mathrm{w}}\\)| Wall density| \\(\mathrm{kg} / \mathrm{m}^{3}\\)|| rhow |
## Governing equations
The heat flux in the wall is computed using the formulation of Fourier’s
equation expressed in cylindrical coordinates.
### Dynamic energy balance equation for the wall
- Validity domain:
\\(\forall T\_{\mathrm{w}, i}\\)
- Mathematical formulation:
$$\Delta M\_{\mathrm{w}} \cdot c\_{p, \mathrm{w}} \cdot \frac{\mathrm{d} T\_{\mathrm{w}, i}}{\mathrm{d} t}=\Delta W\_{2, i}\Delta W\_{l, i}$$
- Comments:
\\(\Delta M\_{\mathrm{w}}\\) is given by \\(\Delta M\_{\mathrm{W}}=N\_{\mathrm{t}} \cdot \rho\_{\mathrm{W}} \cdot \pi \cdot \frac{\(D+2 \cdot e\)^{2}D^{2}}{4} \cdot \Delta x\\)
### Fourier’s equation in cylindrical coordinates \(conduction through the internal side of the wall\)
- Validity domain:
\\(\forall T\_{\mathrm{w}, i}\\) and \\(\forall T\_{\mathrm{w} 1, i}\\)
- Mathematical formulation:
$$\Delta W\_{l, i}=N\_{\mathrm{t}} \cdot \lambda\_{\mathrm{w}} \cdot \frac{2 \cdot \pi \cdot \Delta x}{\ln \(\(e+D\) / D\)} \cdot\left\(T\_{\mathrm{w}, i}T\_{\mathrm{w} 1, i}\right\)$$
- Comments:
### Fourier’s equation in cylindrical coordinates \(conduction through the external side of the wall\)
- Validity domain:
\\(\forall T\_{\mathrm{w}, i}\\) and \\(\forall T\_{\mathrm{w} 2, i}\\)
- Mathematical formulation:
$$\Delta W\_{2, i}=N\_{\mathrm{t}} \cdot \lambda\_{\mathrm{w}} \cdot \frac{2 \cdot \pi \cdot \Delta x}{\ln \(\(2 \cdot e+D\) /\(e+D\)\)} \cdot\left\(T\_{\mathrm{w} 2, i}T\_{\mathrm{w}, i}\right\)$$
- Comments:
## References
El Hefni, Baligh and Bouskela, Daniel (2019). [Modeling and Simulation of Thermal Power Plants with ThermoSysPro](https://link.springer.com/book/10.1007/978-3-030-05105-1), sect. 9.4.4. Springer Nature Switzerland AG.
Author Guillaume Larrignon
Generated at 2026-07-12T20:48:41Z by OpenModelicaOpenModelica 1.27.0 using
GenerateDoc.mos