🧑🎓
What exactly happens to a pipe when it gets hot? Like a steam line in a power plant?
🎓
Basically, it tries to get longer. All materials expand when heated. For a pipe, this change in length ($\Delta L$) depends on three things: how much it heats up ($\Delta T$), how long it is ($L$), and the material's expansion coefficient ($\alpha$). In practice, if the pipe is anchored and can't move, this attempted expansion turns into massive internal stress instead. Try moving the "Operating Temperature" slider above to see how a 100°C temperature jump affects a long pipe.
🧑🎓
Wait, really? So if it's anchored, it doesn't get longer at all? Where does the "push" go?
🎓
Exactly. The expansion is "fully restrained," so the energy has to go somewhere. It creates compressive stress inside the pipe wall. The stress can be huge—for carbon steel, it's about 2.4 MPa for every 1°C of temperature rise. A common case is a pipe welded between two fixed anchors. Change the "Pipe Length" parameter in the simulator and watch the calculated anchor force ($F$) skyrocket. That's the "push" you're asking about.
🧑🎓
Okay, but the simulator shows an "Allowable Stress" bar. What's that for? Is the pipe going to break?
🎓
Great question! That's the core of engineering design. The calculated thermal stress is compared to the ASME B31.3 code's allowable stress range. If the bar turns red, the stress exceeds the safe limit. In the real world, this doesn't mean it snaps immediately, but it could fail from fatigue over many heat-up/cool-down cycles. Engineers then add expansion loops or bellows to absorb the growth. Notice how increasing the "Wall Thickness" in the tool changes the stress? Thicker walls don't reduce the stress, but they do increase the force on the anchor!
The free thermal expansion of a pipe, if it were able to move, is calculated directly from the temperature change.
$$\Delta L = \alpha \cdot L \cdot (T - T_0)$$
Where $\Delta L$ is the change in length (m), $\alpha$ is the coefficient of thermal expansion (for carbon steel, ~$12 \times 10^{-6}$ /°C), $L$ is the original pipe length (m), $T$ is the operating temperature (°C), and $T_0$ is the ambient/installation temperature (°C).
When the pipe is fully restrained between anchors, the expansion is prevented, generating stress and force. The stress is independent of pipe dimensions, but the force depends on the cross-sectional area of the pipe wall.
$$\sigma_{th}= E \cdot \alpha \cdot \Delta T$$
$$F = \sigma_{th}\cdot A = E \cdot \alpha \cdot \Delta T \cdot A$$
Where $\sigma_{th}$ is the thermal stress (Pa), $E$ is Young's modulus (for steel, ~200 GPa), $A$ is the cross-sectional area of the pipe wall ($A = \pi \cdot (OD^2 - ID^2)/4$), and $F$ is the resulting axial force on the anchors (N).
Common Misunderstandings and Points to Note
When using this kind of simplified calculation tool, there are a few "pitfalls" you should watch out for. First is the misunderstanding of "restraint". The tool outputs the maximum stress assuming "fully restrained" conditions, but in reality, pipe supports are almost never either "completely fixed" or "completely free". For example, a guide support allows movement in the axial direction but restrains lateral movement. Evaluating this "partial restraint" is where full-fledged CAE software comes in; consider the results from a simplified tool as merely an "estimate of the worst-case scenario".
Next is overlooking the "temperature dependence" of material data. The tool asks you to input the coefficient of thermal expansion α and Young's modulus E as constants, but in reality, these change with temperature. For instance, a certain stainless steel might have α=16.5×10⁻⁶/℃ at room temperature, but this can increase to 18.5×10⁻⁶/℃ at 400°C. For high-temperature design, it's crucial to pull accurate material property values at the operating temperature from data sheets.
Finally, understand the treatment as a "secondary stress". Thermal stress is classified as a "secondary stress" which creates "cyclic loading", and its allowable value differs from primary stresses (like dead weight or internal pressure). ASME B31.3 evaluates it using the "Allowable Stress Range SA". This is why even if the σ calculated by the tool exceeds the material's yield point, it doesn't immediately mean "failure". However, if it exceeds SA, it indicates the loop design is insufficient. Don't judge the calculation results based solely on their absolute value!
Related Engineering Fields
The principles of this thermal expansion and stress calculation are applied not just to piping, but to various "structures involving heat". First is thermal stress analysis in electronic devices. When materials with different coefficients of thermal expansion (like a silicon chip and a resin package) are bonded, as in a smartphone motherboard, huge shear stresses occur at the interface during temperature cycles. This is a cause of solder cracks.
Another is expansion joints in architecture and civil engineering. Long bridges and building facades expand and contract with daily and seasonal temperature changes. The design principle of "expansion joints" installed to absorb this movement is fundamentally the same as that for pipe bellows or loops. The gaps cut into concrete roads are also "joints" to relieve compressive stress caused by thermal expansion.
On a more macro scale, there's even crustal thermal stress. Since underground temperature increases with depth (geothermal gradient), rock masses also try to expand. However, being constrained by the surrounding material, enormous compressive stress accumulates. This affects fault behavior and wellbore stability during oil or geothermal drilling. So, the calculation for a single pipe is actually foundational to a wide range of engineering disciplines.
For Further Learning
The first next step is to learn about "types of pipe supports and their effects". Understanding how each type—anchor support, guide support, hanger support—restrains the pipe's movement (think in terms of 6 degrees of freedom) will clarify the difference from the tool's "fully restrained" model. On top of that, grasp the concept of "force balance". The thermal expansion force in the entire piping system can be balanced internally (self-compensating) through loops or zigzag shapes, significantly reducing the force transmitted to anchors. To understand this principle mathematically, it's recommended to start with calculating the deformation and moment balance of a simple L-shaped pipe.
For the mathematical background, you'll progress to "statically indeterminate problems" in strength of materials. Because support points "overly" restrain a pipe trying to deform due to thermal expansion, it cannot be solved by equilibrium equations alone. Solving this requires establishing compatibility conditions for deformation. For example, finding the thermal stress in a simply supported beam with both ends fixed is the simplest example of this. Once you clear this hurdle, you'll start to understand the core of what full-scale CAE software is calculating internally.