In my research, I focus on the intricate solidification process of grey cast iron, a material widely used in industrial applications due to its excellent castability, machinability, and damping capacity. The solidification of grey cast iron is particularly complex because it involves simultaneous thermal, metallurgical, and mechanical phenomena, including graphite precipitation, which leads to unique volume changes. These volume changes—alternating between expansion and contraction—significantly influence the final quality of castings, often causing defects like shrinkage porosity if not properly controlled. To address this, I have developed a comprehensive computer simulation approach using the finite element method (FEM) to model temperature distribution and volumetric evolution during solidification. This allows for a quantitative understanding of the process, enabling the optimization of casting parameters to produce sound castings without traditional risers. In this article, I will detail my methodology, from geometric modeling to numerical analysis, and present findings that underscore the critical role of pouring temperature in achieving defect-free grey cast iron components.

The foundation of my simulation lies in the heat conduction equation, which governs temperature evolution in a casting. For a three-dimensional domain, the transient heat conduction equation is expressed as:
$$ \rho c_p \frac{\partial T}{\partial t} = \frac{\partial}{\partial x} \left( k \frac{\partial T}{\partial x} \right) + \frac{\partial}{\partial y} \left( k \frac{\partial T}{\partial y} \right) + \frac{\partial}{\partial z} \left( k \frac{\partial T}{\partial z} \right) + q_v $$
where \( \rho \) is the density, \( c_p \) is the specific heat, \( T \) is temperature, \( t \) is time, \( k \) is thermal conductivity, and \( q_v \) is the volumetric heat source term accounting for latent heat release during solidification. For grey cast iron, the thermal properties vary with temperature and phase, making the problem nonlinear. To handle this, I employ the finite element method, which discretizes the casting domain into small elements, allowing for numerical solution of the equation. The temperature within an element is interpolated using shape functions:
$$ T = \sum_{i=1}^{n} N_i T_i $$
where \( N_i \) are the shape functions and \( T_i \) are nodal temperatures. For an 8-node hexahedral element, the shape functions in natural coordinates \( (\xi, \eta, \zeta) \) are:
$$ N_i = \frac{1}{8} (1 + \xi_i \xi)(1 + \eta_i \eta)(1 + \zeta_i \zeta) $$
Applying Galerkin’s method to the heat conduction equation yields the system of equations:
$$ [C] \left\{ \frac{dT}{dt} \right\} + [K] \{T\} = \{F\} $$
where \([C]\) is the capacitance matrix, \([K]\) is the conductivity matrix, and \(\{F\}\) is the force vector incorporating boundary conditions and heat sources. For time discretization, I use a backward difference scheme to ensure stability:
$$ \left\{ \frac{dT}{dt} \right\}_t \approx \frac{\{T\}_t – \{T\}_{t-\Delta t}}{\Delta t} $$
This leads to the iterative equation:
$$ \left( [K] + \frac{[C]}{\Delta t} \right) \{T\}_t = \{F\} + \frac{[C]}{\Delta t} \{T\}_{t-\Delta t} $$
The latent heat release in grey cast iron, due to graphite precipitation, is treated as a source term \( q_v = \rho L \frac{\partial f_s}{\partial t} \), where \( L \) is latent heat and \( f_s \) is solid fraction. I assume a quadratic relationship between solid fraction and temperature:
$$ f_s = \left( \frac{T_l – T}{T_l – T_s} \right)^2 $$
with \( T_l \) and \( T_s \) as liquidus and solidus temperatures, respectively. This approach accurately captures the mushy zone behavior of grey cast iron.
For geometric modeling, I consider a representative casting similar to a lathe chuck body, which is often made of grey cast iron. Due to symmetry, only one-sixth of the casting is modeled to reduce computational cost. The domain is meshed into 144 hexahedral elements with 273 nodes, ensuring finer discretization near critical regions like the core interface. The mesh is generated in a cylindrical pattern to align with the casting’s geometry, facilitating accurate three-dimensional analysis. The element sizes are adjusted based on local cooling modulus, with an average modulus of 1.3 cm for the meshed segment. This discretization allows for precise tracking of temperature gradients and volume changes in grey cast iron during solidification.
Initial and boundary conditions are crucial for realistic simulation. At time \( t = 0 \), I assume the casting is filled with molten grey cast iron at a uniform pouring temperature \( T_p \), accounting for a temperature drop \( \Delta T \) during pouring. Thus, internal nodes have \( T = T_p – \Delta T \), while interface nodes experience a lower temperature due to mold contact. The boundary condition at the casting-mold interface is of the third kind:
$$ -k \frac{\partial T}{\partial n} = h_c (T – T_m) $$
where \( h_c \) is the equivalent heat transfer coefficient, and \( T_m \) is the initial mold temperature. The coefficient \( h_c \) varies with time, approximately linear for the first few minutes before stabilizing, as shown in Table 1. This variation captures the dynamic interface resistance in sand molds commonly used for grey cast iron.
| Time Range (s) | \( h_c \) (W/m²·K) | Remarks |
|---|---|---|
| 0 – 180 | \( 500 – 200 \times (t/180) \) | Linear decrease |
| > 180 | 200 | Constant |
The thermal properties of grey cast iron are temperature-dependent and critical for accurate simulation. I have compiled key parameters from literature and experimental data, as summarized in Table 2. These values are integrated into the finite element model to reflect the behavior of grey cast iron during solidification.
| Property | Symbol | Value | Unit |
|---|---|---|---|
| Liquid Density | \( \rho_l \) | 7.0 | g/cm³ |
| Solid Density | \( \rho_s \) | 7.1 | g/cm³ |
| Liquid Thermal Conductivity | \( k_l \) | 0.0564 | J/cm·s·°C |
| Solid Thermal Conductivity | \( k_s \) | 0.0819 | J/cm·s·°C |
| Liquid Specific Heat | \( c_{pl} \) | 0.216 | J/g·°C |
| Solid Specific Heat | \( c_{ps} \) | 0.182 | J/g·°C |
| Liquid Linear Expansion Coefficient | \( \alpha_l \) | \( 1.8 \times 10^{-5} \) | 1/°C |
| Solid Linear Expansion Coefficient | \( \alpha_s \) | \( 1.36 \times 10^{-5} \) | 1/°C |
| Latent Heat of Solidification | \( L \) | 956 | J/g |
| Liquidus Temperature | \( T_l \) | 1150 | °C |
| Solidus Temperature | \( T_s \) | 1050 | °C |
| Graphite Density | \( \rho_g \) | 2.2 | g/cm³ |
With the temperature field computed, I proceed to model volume changes in grey cast iron. The total volume change in each element is the sum of thermal contraction and expansion due to graphite precipitation. For thermal contraction, I calculate linear shrinkage in three directions based on temperature-dependent expansion coefficients. If \( \Delta X \), \( \Delta Y \), and \( \Delta Z \) are initial element dimensions, the contracted dimensions are:
For \( T > T_l \): $$ d_x = \alpha_l (T – T_0) \Delta X $$
For \( T_s \leq T \leq T_l \): $$ d_x = \alpha_l (T_l – T_0) \Delta X + \frac{\alpha_l + \alpha_s}{2} (T_l – T_s) \Delta X + \alpha_s (T – T_s) \Delta X $$
For \( T < T_s \): $$ d_x = \alpha_s (T – T_0) \Delta X $$
where \( T_0 \) is a reference temperature (e.g., room temperature). Similar expressions apply for \( d_y \) and \( d_z \). The volumetric contraction \( \Delta V_c \) is then:
$$ \Delta V_c = (\Delta X + d_x)(\Delta Y + d_y)(\Delta Z + d_z) – \Delta X \Delta Y \Delta Z $$
Expansion due to graphite precipitation is computed by considering the density change. Assuming graphite forms directly from the liquid and its amount is proportional to solid fraction, the weight of graphite precipitated per 100 cm³ of liquid grey cast iron is:
$$ W_g = 100 \rho_l (C – C_{s,\text{max}}) f_s $$
where \( C \) is total carbon content (typically 3.0% for grey cast iron) and \( C_{s,\text{max}} \) is maximum carbon solubility in solid iron (1.1%). The volumetric expansion \( V_e \) per 100 cm³ is:
$$ V_e = \frac{W_g}{\rho_g} + 100 \frac{\rho_l}{\rho_l} – 100 = \frac{W_g}{\rho_g} $$
Simplifying, for an element with initial volume \( V_0 \), the expansion contribution is:
$$ \Delta V_e = 0.042 f_s V_0 $$
Thus, the net volume change for an element is \( \Delta V = \Delta V_c + \Delta V_e \), and the total volume change for the casting is the sum over all elements. This model captures the complex interplay in grey cast iron, where graphite expansion can offset thermal shrinkage, potentially leading to a net volume increase.
I implemented this methodology in a FORTRAN program using double-precision arithmetic for accuracy. The code is designed for general-shaped grey cast iron castings, with modular input for geometry, mesh, and material properties. It solves the finite element equations iteratively with a time step of 10-20 seconds, balancing precision and computational efficiency. The program outputs temperature fields and volume changes at each time step, enabling detailed analysis of solidification progression in grey cast iron.
To validate the simulation, I applied it to a grey cast iron chuck body casting with a diameter of 250 mm. Three pouring temperatures were studied: 1400°C, 1340°C, and 1295°C. The results reveal significant insights into volume evolution. Figure 1 illustrates the computed temperature distribution at mid-solidification for the 1340°C case, showing steep gradients near the mold interface. The volume change over time, denoted as \( \Delta V_t \) (normalized to initial volume), is plotted in Figure 2 for all three temperatures. Key observations are summarized in Table 3.
| Pouring Temperature (°C) | Net Volume Change \( \Delta V_t \) at End of Solidification | Defect Prediction | Remarks |
|---|---|---|---|
| 1400 | Negative (Contraction) | Shrinkage porosity likely | High liquid contraction dominates |
| 1340 | Slightly Positive (Expansion) | Sound casting possible | Graphite expansion balances contraction |
| 1295 | Positive (Expansion) | Sound casting assured | Low liquid contraction; early graphite expansion |
For grey cast iron poured at 1400°C, the simulation shows an initial sharp contraction due to high liquid shrinkage, followed by some expansion from graphite, but the net effect remains negative. This indicates a risk of internal shrinkage defects. At 1340°C, contraction is moderate, and graphite expansion compensates adequately, leading to a slight net expansion—ideal for producing sound grey cast iron castings without risers. At 1295°C, liquid contraction is minimal, and graphite expansion dominates early, resulting in sustained positive volume change, ensuring denseness. These findings highlight the critical role of pouring temperature in controlling solidification behavior of grey cast iron.
The simulation also provides element-wise volume data, allowing identification of critical zones. For instance, in the chuck body, thicker sections exhibit delayed solidification and greater expansion potential, which can be harnessed for self-feeding in grey cast iron. The time evolution of solid fraction and temperature further elucidates the sequence of graphite precipitation, crucial for understanding expansion dynamics.
To corroborate the simulation, I conducted experimental trials with grey cast iron chuck bodies produced via riserless casting. The process parameters aligned with simulation recommendations: pouring temperature below 1340°C, chemical composition of 3.0% C, 1.1% Si, 1.22% Mn, and S < 0.012%, and use of dry sand molds for high rigidity. The gating system featured thin ingates (5 mm thick) to solidify quickly, isolating the casting from liquid metal backflow. After pouring, castings were sectioned and examined. The results confirmed soundness—no shrinkage porosity was detected, validating the simulation’s prediction that grey cast iron can be successfully produced riserless under controlled conditions.
My work demonstrates that computer simulation is a powerful tool for optimizing grey cast iron solidification. By integrating finite element analysis with volume change models, I can predict temperature fields and volumetric evolution with high accuracy. This enables foundries to design processes that leverage graphite expansion in grey cast iron, eliminating risers and reducing material waste. The sensitivity to pouring temperature underscores the need for precise thermal management in grey cast iron casting production.
In conclusion, I have developed a robust numerical framework for simulating solidification and volume changes in grey cast iron castings. The methodology combines three-dimensional finite element analysis with physics-based models for thermal contraction and graphite expansion. Simulation results show that pouring temperature is a key factor: lower temperatures (e.g., 1295-1340°C) promote net expansion, facilitating riserless casting of sound grey cast iron components, while higher temperatures increase shrinkage risk. Experimental validation supports these insights, proving that computer simulation can guide the production of high-quality grey cast iron castings. Future work may extend the model to include stress analysis and different grey cast iron grades, further enhancing its applicability in foundry practice.
