In the realm of metal casting, the ability to predict and control the thermal history of a solidifying component is paramount for ensuring its final quality. As a researcher focused on the numerical modeling of solidification phenomena, my work centers on unraveling the complex heat transfer dynamics inherent in casting processes. Among these, sand casting presents a particularly interesting challenge due to the intrinsic thermal resistance at the boundaries between the metal, the sand mold, and the surrounding environment. This article details my investigation into how these interfacial thermal resistances govern the transient temperature distribution within an AZ91 magnesium alloy casting. By developing and implementing a custom numerical solver, I aim to move beyond the “black-box” nature of commercial software to gain fundamental insights that can directly inform and optimize sand casting practice.

The foundational principle behind my simulation work is the heat conduction equation. For a two-dimensional, transient problem assuming constant thermophysical properties within each material phase (prior to phase change), the governing differential equation is expressed as:
$$
\frac{\partial T}{\partial t} = \alpha \nabla^2 T = \alpha \left( \frac{\partial^2 T}{\partial x^2} + \frac{\partial^2 T}{\partial y^2} \right)
$$
where \( T \) is temperature, \( t \) is time, and \( \alpha \) is the thermal diffusivity, defined as \( \alpha = \lambda / (\rho c_p) \), with \( \lambda \) being thermal conductivity, \( \rho \) density, and \( c_p \) specific heat capacity. This equation, however, only describes heat flow within a homogeneous medium. The unique character of a sand casting process is defined at its boundaries.
Mathematical Model and Boundary Conditions
To accurately model a sand casting system, I define three distinct interfacial regions, each characterized by a thermal contact resistance, \( R \), measured in \( \text{s·cm}^2\cdot\text{K/J} \). The heat flux, \( q \), across any such interface is modeled using a discrete form of Newton’s law of cooling:
$$
q = \frac{\Delta T}{R}
$$
Here, \( \Delta T \) is the temperature difference between the nodes adjacent to the interface. A high resistance \( R \) signifies poor thermal contact, impeding heat flow, while a low \( R \) indicates efficient heat extraction. For my simulation of an AZ91 magnesium alloy casting in a sand mold, the following boundaries are critical:
- Cast/Mold Interface (\( R_1 \)): This is the primary path for heat extraction from the solidifying metal into the sand mold. Its value is highly variable, depending on mold compaction, coating, and air gap formation.
- Cast/Air Interface (\( R_2 \)): This typically represents exposed surfaces like risers. Heat is transferred to the ambient air via radiation and convection, encapsulated in this effective resistance.
- Mold/Air Interface (\( R_3 \)): This defines how efficiently the outer mold surface dissipates heat to the environment.
The core geometry for my analysis is a two-dimensional T-shaped casting, representative of a common structural component in sand casting. The computational domain encompasses both the casting and a significant portion of the sand mold to ensure boundary conditions do not artificially influence the solidification. The domain is discretized into a uniform Cartesian grid of \( 82 \times 82 \) cells, with each cell representing a \( 1 \text{ cm} \times 1 \text{ cm} \) region. The material properties assigned to the casting (AZ91) and sand mold cells are summarized in the table below.
| Material | Density, \( \rho \) (g/cm³) | Specific Heat, \( c_p \) (J/g·K) | Thermal Conductivity, \( \lambda \) (J/cm·s·K) | Initial Temperature (K) | Liquidus/Solidus (K) |
|---|---|---|---|---|---|
| AZ91 Magnesium Alloy | 1.81 | 1.02 | 0.51 | 871 | 708 / 693 |
| Sand Mold | 1.60 | 0.27 | 0.0025 | 293 | N/A |
Numerical Methodology: A Direct Finite-Difference Approach
Instead of relying on commercial software packages, I implement a direct finite-difference scheme based explicitly on the principle of energy conservation. This approach provides transparent control over the physical models. For an internal cell (i, j) within either the casting or mold, the temperature update from time \( t \) to \( t + \Delta t \) is derived by balancing the net heat influx with the change in internal energy:
$$
\rho c_p V \frac{T_{i,j}^{t+\Delta t} – T_{i,j}^{t}}{\Delta t} = \sum_{\text{faces}} \lambda \cdot A \cdot \frac{\Delta T_{\text{face}}}{\Delta x}
$$
where \( V \) and \( A \) are the cell volume and face area, respectively. This simplifies to an explicit update equation:
$$
T_{i,j}^{t+\Delta t} = T_{i,j}^{t} + \frac{\Delta t}{\rho c_p V} \cdot \text{TNS}
$$
Here, TNS (Total Net heat Supply) is the algebraic sum of conductive heat flows from the four neighboring cells. For interfacial cells, the standard conductive flux \( \lambda \cdot \frac{\Delta T}{\Delta x} \) is replaced by the discrete boundary condition flux \( \frac{\Delta T}{R} \). A critical aspect of modeling sand casting is the handling of latent heat release during the liquid-to-solid transformation of the metal. I employ an effective heat capacity method within the mushy zone (between liquidus and solidus temperatures), where the latent heat effect is incorporated by modifying the specific heat term.
The stability of this explicit scheme is governed by the Fourier number condition. For a chosen spatial step \( \Delta x = 1 \text{ cm} \), the time step is carefully selected as \( \Delta t = 0.02 \text{ s} \) to ensure convergence and accuracy throughout the several-thousand-second simulation of the sand casting process.
Influence of Cast/Mold Interfacial Resistance (\( R_1 \))
My parametric studies begin with the cast/mold interface, as it is often the dominant thermal barrier in sand casting. I simulated the process with \( R_1 \) values ranging from 150 to 3000 \( \text{s·cm}^2\cdot\text{K/J} \), while holding other resistances constant at a baseline (\( R_2 = 120 \), \( R_3 = 5000 \)).
The temperature distribution at \( t = 4000 \text{ s} \) vividly illustrates the profound impact of \( R_1 \). With a very high resistance (\( R_1 = 3000 \)), heat extraction through the mold walls is severely limited. Consequently, the primary cooling path becomes the exposed cast/air interface at the riser. This leads to a highly directional solidification pattern: the riser region cools fastest, followed sequentially by areas progressively farther from it, creating a classic “stair-step” isotherm pattern from the riser down to the casting base. The lower corners of the casting, furthest from the riser, remain the hottest regions, prone to last-freeze defects.
As \( R_1 \) decreases, the story changes dramatically. At \( R_1 = 1500 \), improved heat transfer through the mold walls begins to cool the sides and base of the casting more effectively. The temperature gradient becomes less vertical and more multi-directional. By the time \( R_1 \) is reduced to 150, the thermal advantage of the riser is nearly eliminated. The mold walls now extract heat so efficiently that solidification initiates almost simultaneously from all exterior surfaces—the riser, the sides, and the base—progressing inwards. This is a much more favorable pattern for feeding and soundness in sand casting.
To quantify this, I tracked the temperature at a specific node in a lower corner of the casting. The time-temperature curves reveal that in the early stages, a high \( R_1 \) results in a much slower cooling rate at the corner. However, as time progresses and the thermal gradients equilibrate, the cooling rates for different \( R_1 \) values converge and become nearly parallel. This convergence indicates that the initial thermal barrier set by \( R_1 \) primarily affects the early-stage temperature distribution and solidification front morphology, which are critical for defect formation.
| \( R_1 \) (s·cm²·K/J) | Primary Heat Extraction Path | Solidification Initiation | Directionality | Last-to-Freeze Region |
|---|---|---|---|---|
| 3000 | Cast/Air (Riser) | Riser only | Strongly vertical (Riser → Base) | Base corners |
| 1500 | Riser & Mold Walls | Riser and sides | Moderate, multi-directional | Central base region |
| 150 | Mold Walls (Dominant) | All exterior surfaces | Weak, inward from all sides | Geometric center |
Influence of Cast/Air Interfacial Resistance (\( R_2 \))
The thermal resistance at the exposed top surface, typically the riser in a sand casting, plays a different but equally crucial role. I varied \( R_2 \) from 120 to 1200 \( \text{s·cm}^2\cdot\text{K/J} \), keeping \( R_1 \) and \( R_3 \) at baseline values.
With a low \( R_2 \) (120), representing an efficient chill or strong convective cooling on the riser top, this surface acts as a powerful heat sink. Similar to the high-\( R_1 \) case but for a different reason, solidification becomes strongly directional from the top down. The riser cools rapidly, aiming to establish the desired temperature gradient for effective feeding.
As \( R_2 \) increases—simulating a well-insulated riser or poor ambient cooling—the cooling potency of the riser diminishes. At \( R_2 = 1200 \), the heat loss from the top surface is so slow that the riser’s thermal advantage vanishes entirely. The temperature distribution becomes nearly uniform, and solidification once again progresses inwards from the mold walls, similar to the low-\( R_1 \) case. This negates the riser’s purpose, potentially leading to shrinkage porosity within the casting itself.
Analysis of the temperature history at a node in the riser reveals distinct behavior. Unlike the corner node for \( R_1 \), the initial cooling rates at the riser node are similar for all \( R_2 \) values because the nearby mold walls provide early cooling. The divergence occurs later: the curve for low \( R_2 \) plunges rapidly as the exposed surface sheds heat, while the curve for high \( R_2 \) plateaus, maintaining a significantly higher temperature for thousands of seconds. This quantitative result underscores that \( R_2 \) controls the sustainability of the riser’s cooling power, a key factor in riser design for sand casting.
| \( R_2 \) (s·cm²·K/J) | Riser Cooling Efficiency | Solidification Pattern | Riser Thermal Gradient | Implied Practice |
|---|---|---|---|---|
| 120 (Low) | Very High | Directional (Top-down) | Strong, favorable for feeding | Riser chill or forced convection |
| 840 (Medium) | Moderate | Transitional | Moderate | Standard exposed riser |
| 1200 (High) | Very Low | Multi-directional from walls | Weak, unfavorable | Insulated or exothermic riser (if intended for slow cooling) |
Influence of Mold/Air Interfacial Resistance (\( R_3 \)) and Comparative Analysis
Contrary to the significant effects of \( R_1 \) and \( R_2 \), my simulations show that varying the mold/air resistance \( R_3 \) over a wide range (500 to 5000) has a negligible impact on the temperature distribution within the casting during the time frame of interest. The reason is that the sand mold itself has a very low thermal conductivity (\( \lambda_{\text{mold}} \)). This makes the conductive resistance through the mold thickness the rate-limiting step for heat reaching the environment, far outweighing the resistance at the mold’s outer surface. Therefore, for typical sand casting simulations, accurately modeling \( R_3 \) is less critical than capturing \( R_1 \) and \( R_2 \).
The interplay between \( R_1 \) and \( R_2 \) defines the thermal “architecture” of the solidifying casting. We can conceptualize their effects using a simple thermal network analogy. The total heat extraction from a casting volume can be thought of as flowing through parallel and series resistances. A simplified expression for the characteristic cooling rate might be approximated by:
$$
\frac{dT}{dt} \propto -\frac{\Delta T}{\tau}
$$
where the effective time constant \( \tau \) is a complex function of geometry, material properties, and the interfacial resistances \( R_1 \) and \( R_2 \). My simulation results effectively map how variations in these resistances alter this functional relationship and the resulting spatial temperature field.
Model Validation and Broader Context
While my current model uses fixed property values, a more advanced treatment in sand casting simulation incorporates temperature-dependent properties, particularly for the metal’s thermal conductivity and specific heat. Furthermore, the contact resistance \( R_1 \) is not truly constant; it evolves dynamically as the metal shrinks away from the mold, creating an air gap. A more sophisticated model would express \( R_1 \) as a function of time or temperature, for instance:
$$
R_1(t) = R_{\text{contact}} + R_{\text{gap}}(t)
$$
where \( R_{\text{gap}}(t) \) increases as the gap widens. Implementing such a model requires coupling the thermal solution with a stress/displacement analysis to predict the gap formation—a significant computational challenge but the frontier of accurate sand casting simulation.
Validation of any numerical model is essential. The cooling curves generated by my simulations for the cast/mold interface show excellent qualitative agreement with experimental thermocouple data from analogous casting trials, even when using different alloy systems. Both simulated and experimental curves exhibit the same trend: a steep initial temperature drop followed by a progressively slower cooling rate. Furthermore, the model correctly predicts that a thinner mold wall (analogous to lower \( R_1 \)) or a lower interfacial resistance leads to faster and more dramatic initial cooling. This agreement supports the physical validity of my modeling approach for investigating sand casting thermal phenomena.
Conclusion and Implications for Sand Casting Practice
My detailed numerical investigation leads to several key conclusions with direct relevance to the optimization of sand casting processes:
- Dominant Parameters: The thermal resistances at the cast/mold (\( R_1 \)) and cast/air (\( R_2 \)) interfaces are the primary external factors controlling the temperature distribution and solidification pattern in a sand casting. The mold/air resistance (\( R_3 \)) has a secondary effect for typical sand molds.
- Controlling Solidification Direction: A high \( R_1 \) (poor mold contact) or a low \( R_2 \) (strong riser cooling) promotes directional solidification from the riser downward. Conversely, a low \( R_1 \) (excellent mold chilling) or a high \( R_2 \) (insulated riser) promotes simultaneous solidification from all mold walls inward.
- Process Design Leverage: This understanding provides foundry engineers with clear levers for control. To promote soundness in a complex casting, one can aim to reduce \( R_1 \)* through improved mold coatings, higher compaction, or chilling specific mold sections, and/or manage \( R_2 \)* by using insulating or exothermic riser sleeves to maintain their thermal longevity.
- Predictive Power: The direct finite-difference model serves as a powerful tool for “what-if” analysis in sand casting design. By simulating different interfacial conditions, one can virtually test the effectiveness of various chilling or insulating techniques before committing to costly physical trials.
In essence, mastering the thermal dynamics of sand casting is about managing these interfacial resistances to sculpt the desired temperature field. A well-designed sand casting process is one where the interfacial thermal resistances are actively engineered—not left to chance—to guide the solidifying metal towards a defect-free state. The numerical pathway I have described provides a clear and transparent methodology for achieving this goal, contributing to the advancement of this fundamental and indispensable manufacturing technique.
