The SGTM solver is a transient thermal solver designed to simulate evolving temperature fields in additive manufacturing (AM) and welding processes, where a moving energy source induces large thermal loads.
The solver addresses the heat transfer equation:
where
The thermal stress is calculated as:
where
A finite volume-like approach is used to evolve nodal temperatures, employing finite element basis functions for gradients.
The heat flux at the element center is calculated as:
The solver supports convection and radiation heat transfer on the boundaries:
-
Convection:
$q_i^{conv} = -h(T_p - T_{\infty})$ -
Radiation:
$q_i^{rad} = \epsilon \sigma (T_{c}^4 - T_{\infty}^4)$
Nodal temperatures are advanced using a second-order Runge-Kutta integration scheme.
Example: Transient thermal simulation of a moving Gaussian heat source.
- Element Type: Linear hexahedral elements.
- Material Handling: Formulated as a two-material problem (air and metal) for AM processes.
- Coupling: Can be coupled with static mechanical finite element solvers for thermal distortion analysis.