2D Thermal Bridge Calculator
Analyze heat transfer in building thermal bridges. Calculate linear transmittance (ψ), point transmittance (χ), and surface condensation risks under ISO 10211.
Bridge Configuration
Results & Visualization
2D Isothermal Heatmap
Run the detailed calculation to print formal reports. Live preview displays numerical calculations in real time.
Calculation Methodology
ISO 10211 Numerical Solver
Thermal bridges represent regions of multidimensional heat flow. The solver discretizes the domain into a $50 \times 50$ spatial grid and solves the steady 2D conduction equation:
Interface conductivities are calculated using the harmonic mean to preserve conservation of energy across dissimilar layers. The boundary conditions are convective, incorporating standard surface resistances ($R_{si} = 0.13 \text{ m}^2\text{K/W}$ and $R_{se} = 0.04 \text{ m}^2\text{K/W}$).
Key Equations:
- Linear Transmittance ($\psi$): $\psi = \frac{q_{2D} - q_{1D}}{T_i - T_e} \quad [\text{W/(m·K)}]$
- Point Transmittance ($\chi$): $\chi = \frac{q_{2D} \cdot H - q_{1D}}{T_i - T_e} \quad [\text{W/K}]$
- Condensation Temp Factor ($f_{Rsi}$): $f_{Rsi} = \frac{T_{si, min} - T_e}{T_i - T_e}$
Engineering Example: Balcony Slab
A composite wall is made of 100 mm Brick ($k=0.6$), 120 mm Insulation ($k=0.04$), and 200 mm Concrete ($k=1.7$). A 200 mm thick concrete balcony slab ($k=1.7$) penetrates the insulation. Inside temp is 20°C and outside is -10°C.
Step-by-step Solution:
1. Calculate undisturbed wall 1D U-value:
$$R_{1D} = 0.13 + \frac{0.1}{0.6} + \frac{0.12}{0.04} + \frac{0.2}{1.7} + 0.04 = 3.454 \text{ m}^2\text{K/W}$$ $$U_{1D} = 1 / R_{1D} = 0.2895 \text{ W/m}^2\text{K}$$ $$q_{1D} = U_{1D} \cdot H \cdot (T_i - T_e) = 0.2895 \cdot 0.5 \cdot 30 = 4.34 \text{ W/m}$$ 2. 2D FDM solver computes $q_{2D} = 55.81 \text{ W/m}$.
3. Linear transmittance:
$$\psi = \frac{55.81 - 4.34}{30} = 1.716 \text{ W/(m·K)}$$ 4. Min surface temperature $T_{si, min} = 8.52^\circ\text{C}$.
5. Temp Factor: $f_{Rsi} = (8.52 - (-10)) / 30 = 0.617$ (Condensation Risk!).