Mushy Zone Condition¶
The mushy-zone condition adds a latent-heat storage term that activates between a solidus and a liquidus temperature. It captures the additional energy absorbed (or released) by a material as it changes phase, without requiring a true enthalpy formulation.
The transient contribution added to the heat equation is
where \(L\) is the latent heat per unit mass and \(g(T)\) is the linear liquid fraction
Backward-Euler time stepping with Newton linearisation gives both a residual contribution and a Jacobian term proportional to \(g'(T)\).
Applicability¶
The condition is appropriate when the phase transition occurs over a finite temperature range (alloys, mushy-zone solidification) rather than at a sharp melting point. For latent heat of a pure substance with a single melting temperature, set \(T_\mathrm{liq} - T_\mathrm{sol}\) to a small numerical band.
Typical use cases¶
- Casting and solidification of metallic alloys.
- Welding pool dynamics — latent heat in the fusion zone.
- Phase-change thermal-storage materials (paraffin waxes, salt hydrates) used in building HVAC and battery cooling.
- Additive-manufacturing simulations where a moving heat source melts and resolidifies powder.