Numerical simulation of melting and solidification

From Thermal-FluidsPedia

Jump to: navigation, search

Contents

Overview

Due to the strong nonlinearity of solid-liquid phase change phenomena and the moving boundary, the problems that can be solved via the analytical method are very limited. Exact solutions and some approximate solutions for melting and solidification have been introduced in preceding sections. The limitation of these methods is that they apply to conduction-controlled one-dimensional problems. Although some investigators have attempted to solve two-dimensional phase change problems by using analytical methods (Poots, 1962; Rathjen and Jiji, 1971; Budhia and Kreith, 1973), the cases investigated represented very simple and special geometries, such as a semi-infinite corner or a semi-infinite wedge. Generally, the analytical method will not work for two- or three-dimensional problems; this is particularly true for convection-controlled phase change processes. Most real applications of phase change occur in complex two- or three-dimensional geometries. In addition, natural convection in the liquid phase often plays a significant role in the phase-change processes. For such complex solid-liquid phase-change processes, analytical solutions will not work. Therefore, it is necessary to employ numerical methods. A large number of numerical methods have been developed and they can be divided into two groups. The first group is called strong numerical solution, or classical solution. For this group, transformed coordinate systems or deformed grids are employed to deal with the location of the solid-liquid interface. In this methodology, complex geometric regions of solid or liquid phases are transformed into fixed, simple geometric regions through the coordinate transformation technique. At the same time, the governing equations and the boundary conditions become more complicated. The governing equations of the problem can be solved using the finite difference method. Such methods also deal successfully with multidimensional one-region or two-region problems with or without natural convection in the liquid phase. The disadvantage of these methods is that they are often difficult to program and thus require a significant amount of computer time. The second group is called the weak solution, or the fixed-grid solution. In these methods, the governing equations are written for the entire phase change region, including liquid and solid phases. The location of the solid-liquid interface is determined after the converged temperature distribution is obtained. The three principal important methods in this group are the enthalpy method (Shamsunder and Sparrow, 1975; Crank, 1984), the equivalent heat capacity method (Bonacina et al., 1973), and the temperature-transforming model (Cao and Faghri, 1990). The temperature transforming model has the advantages of both the enthalpy method and the equivalent heat capacity method and can also account for the effect of natural convection in the liquid phase. The most significant advantage of the weak solution, as compared with the strong numerical solution, is its simplicity. In this section, various fixed-grid numerical solutions of the solid-liquid phase problem will be introduced.

Enthalpy Method

Conduction-controlled melting in a finite slab.
Figure 1: Conduction-controlled melting in a finite slab.
Enthalpy of the PCM as a function of temperature
Figure 2: Enthalpy of the PCM as a function of temperature.
Discretization of space and time for the solution of the two-region melting problem
Figure 3: Discretization of space and time for the solution of the two-region melting problem.

In this methodology, the governing energy equation is written for the entire region of the PCM, including solid and liquid phases and the interface. The enthalpy method is introduced by analyzing a conduction-controlled, two-region melting problem in a finite slab, as shown in Fig. 1. It is assumed that the densities of the liquid and solid phase are identical ({\rho _s} = {\rho _\ell }). The energy equation can be written as

\rho \frac{{\partial h}}{{\partial t}} = \frac{\partial }{{\partial x}}\left( {k\frac{{\partial T}}{{\partial x}}} \right)    \qquad \qquad(1)


The enthalpy, h, is a function of temperature, T:

 h(T) = \left\{ {\begin{array}{l}
 {c_{p_s}}(T - {T_m}) \qquad T < {T_m} \\ 
 {c_{p_\ell}}(T - {T_m}) + {h_{s\ell}} \qquad T > {T_m} \\ 
 \end{array}} \right.   \qquad \qquad(2)

The variation of enthalpy h with temperature T can be plotted as shown in Fig. 2. At the melting point of the PCM, the enthalpies of solid and liquid phases at the melting point are 0 and {h_{s\ell }}, respectively; there is a jump of enthalpy equal to the latent heat of the PCM. The thermal conductivity of the PCM, k, can be expressed as

k(T) = \left\{ \begin{array}{l}
 {k_s}   T < {T_m} \\ 
 {k_\ell }   T > {T_m} \\ 
 \end{array} \right.     \qquad \qquad(3)


It can be verified that the energy equation for liquid and solid phases can be obtained simply by substituting eqs. (2) and (3) into eq. (1). The energy balance at the solid-liquid interface can be obtained by analyzing the energy balance for a control volume, which includes the solid-liquid interface. Solving for temperature, T, from eq. (2) yields

T = \left\{ \begin{array}{l}
 {T_m} + h/{c_{ps}} \qquad h \le 0 \\ 
 {T_m} \qquad \qquad 0 < h < {h_{s\ell }} \\ 
 {T_m} + (h - {h_{s\ell }})/{c_{p\ell }} \qquad h \ge {h_{s\ell }} \\ 
 \end{array} \right.     \qquad \qquad(4)


The initial and boundary conditions of the melting problem are

T(x,t) = {T_i} < {T_m}\quad \quad t = 0    \qquad \qquad(5)


T(x,t) = {T_0} > {T_m}\quad \quad x = 0    \qquad \qquad(6)


\frac{{\partial T(x,t)}}{{\partial x}} = 0\quad \quad x = L    \qquad \qquad(7)


The discretization of space and time is shown in Fig. 3, in which location and time are represented by j and n. The temperature at x = (j − 1)Δx and time t = nΔt can be represented by the symbol T_j^n. Equation (1) is discretized by using an explicit scheme which uses forward difference in time and central difference in space:

\rho \frac{{h_j^{n + 1} - h_j^n}}{{\Delta t}} = \frac{{{k_{j + {\textstyle{1 \over 2}}}}(T_{j + 1}^n - T_j^n) - {k_{j - {\textstyle{1 \over 2}}}}(T_j^n - T_{j - 1}^n)}}{{\mathop {\left( {\Delta x} \right)}^2 }}\quad j = 2,...,N - 1    \qquad \qquad(8)

The thermal conductivities at the half-grid, {k_{j + {\textstyle{1 \over 2}}}} and {k_{j - {\textstyle{1 \over 2}}}}, are calculated using the harmonic mean method:

{k_{j + {\textstyle{1 \over 2}}}} = \frac{{2{k_j}{k_{j + 1}}}}{{{k_j} + {k_{j + 1}}}}    \qquad \qquad(9)


{k_{j - {\textstyle{1 \over 2}}}} = \frac{{2{k_{j - 1}}{k_j}}}{{{k_{j - 1}} + {k_j}}}    \qquad \qquad(10)


Equation (8) can be rewritten as

\begin{array}{l}
 h_j^{n + 1} = \frac{{\Delta t}}{{\rho \mathop {\left( {\Delta x} \right)}^2 }}\left( {{k_{j + {\textstyle{1 \over 2}}}}T_{j + 1}^n + {k_{j - {\textstyle{1 \over 2}}}}T_{j - 1}^n} \right) \\ 
 {\rm{          }} + \left( {h_j^n - \frac{{\Delta t\left( {{k_{j + {\textstyle{1 \over 2}}}} + {k_{j - {\textstyle{1 \over 2}}}}} \right)}}{{\rho \mathop {\left( {\Delta x} \right)}^2 }}T_j^n} \right)\quad j = 2,...,N - 1 \\ 
 \end{array}    \qquad \qquad(11)

After the enthalpy distribution of the (n + 1)th time step is obtained, the temperature distribution of the (n + 1)th time zone can be obtained from eq. (4), i.e.,

T_j^{n + 1} = \left\{ {\begin{array}{*{20}{c}}
   {{T_m} + h_j^{n + 1}/{c_{ps}}} & {h_j^{n + 1} \le 0} & {{\rm{(solid)}}}  \\
   {{T_m}} & {0 < h_j^{n + 1} < {h_{s\ell }}} & {{\rm{(interface)}}}  \\
   {{T_m} + (h_j^{n + 1} - {h_{s\ell }})/{c_{p\ell }}} & {h_j^{n + 1} \ge {h_{s\ell }}} & {{\rm{(liquid)}}}  \\
\end{array}} \right.j = 2,...,N - 1    \qquad \qquad(12)


The initial and boundary conditions are discretized as

T_j^0 = {T_i}\quad j = 1,2,...,N    \qquad \qquad(13)


T_1^{n + 1} = {T_0}    \qquad \qquad(14)


T_N^{n + 1} = T_{N - 1}^{n + 1}    \qquad \qquad(15)


The location of the solid-liquid interface at the (n + 1)th time zone can easily be determined according to the temperature distribution. For example, if the enthalpy at a certain point j = M satisfies 0 < h_M^{n + 1} < {h_{s\ell }}, the solid-liquid interface will be

{s^{n + 1}} = (M - 1)\Delta x - \frac{{\Delta x}}{2} + \frac{{h_M^{n + 1}}}{{{h_{s\ell }}}}\Delta x    \qquad \qquad(16)


The solution procedure can be summarized as follows:

1. Determine the initial enthalpy at every node h_j^0 by using eq. (2).

2. Calculate the enthalpy after the first time step at nodes j = 2,...,N − 1 by using eq. (11).

3. Determine the temperature after the first time step at node j = 1,...,N by using eqs. (14), (12), and (15).

4. Find a control volume in which the enthalpy falls between 0 and {h_{s\ell }} and determine the location of the solid-liquid interface by using eq. (16).

5. Solve the phase-change problem at the next time step with the same procedure.

The solution procedure using the explicit scheme is attractive in its simplicity. However, there is a major drawback of this scheme – the limitation of stability. The limitation of stability should be familiar from prior experience in undergraduate heat transfer dealing with the numerical solution of unsteady state heat conduction. To satisfy the stability condition, the following Neumann stability criterion has to be satisfied:

\frac{{max({\alpha _s},{\alpha _\ell })\Delta t}}{{\mathop {\left( {\Delta x} \right)}^2 }} \le \frac{1}{2}    \qquad \qquad(17)


where αs and {\alpha _\ell } are thermal diffusivity of solid and liquid, respectively. Equation (17) is valid for one-dimensional problems only.

In addition to the above explicit scheme, one can use an implicit scheme – which is unconditionally stable – to overcome the drawback of potential instability of the explicit scheme. However, the solution process for an implicit scheme will be more complex than the solution for an explicit scheme because two unknown variables (enthalpy and temperature) are involved. The detailed procedure for the implicit scheme can be found in Crank (1984) or Alexiades and Solomon (1993). The above enthalpy model treated enthalpy as a dependent variable in addition to the temperature, and discretized the energy equa¬tion into a set of equations which contain both h and T. For the implicit schemes, they actually treated all of the terms containing T = T(h) as a constant heat source term in the energy equation during iterations at each time step. This may cause some problems with convergence when T = T(h) is complicated and physical properties change significantly, as is the case for frozen heat pipe start-up, or when the boundary conditions are severe. Furthermore, when the energy equation contains a convective term, the previous methods have difficulties in handling the relationship between the convective and diffusive terms because of the two-dependent-variable nature of the equation. Cao and Faghri (1989) proposed a simple strategy for trans¬forming the energy equation into a nonlinear equation with a single dependent variable h. Thus, solving a phase-change problem is equivalent to solving a non¬linear enthalpy equation, and existing algorithms are readily applicable with some modifications. The energy equation governing three-dimensional incompressible laminar flow with no viscous dissipation and with incorporation of the continuity equation in the Cartesian coordinate system is

\frac{{\partial (\rho h)}}{{\partial t}} + \frac{{\partial (\rho uh)}}{{\partial x}} + \frac{{\partial (\rho vh)}}{{\partial y}} + \frac{{\partial (\rho wh)}}{{\partial z}} = \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)    \qquad \qquad(18)

with the state equation

\frac{{dh}}{{\partial T}} = c(T)    \qquad \qquad(19)

In the cases with constant specific heats for each phase, in which phase change occurs at a single temperature, the temperature and enthalpy are related by eq. (4). Substituting eq. (4) into eq. (18), the energy equation can be transformed into the following form (Cao and Faghri, 1989):

\begin{array}{l}
 \frac{{\partial (\rho h)}}{{\partial t}} + \frac{{\partial (\rho uh)}}{{\partial x}} + \frac{{\partial (\rho vh)}}{{\partial y}} + \frac{{\partial (\rho wh)}}{{\partial z}} \\ 
  = \frac{{{\partial ^2}(\Gamma h)}}{{\partial {x^2}}} + \frac{{{\partial ^2}(\Gamma h)}}{{\partial {y^2}}} + \frac{{{\partial ^2}(\Gamma h)}}{{\partial {z^2}}} + \frac{{{\partial ^2}S}}{{\partial {x^2}}} + \frac{{{\partial ^2}S}}{{\partial {y^2}}} + \frac{{{\partial ^2}S}}{{\partial {z^2}}} \\ 
 \end{array}    \qquad \qquad(20)


where

\Gamma (h) = \left\{ \begin{array}{l}
 {k_s}/{c_{ps}}     h \le 0 \\ 
 0   \qquad   0 < h < {h_{s\ell }} \\ 
 {k_\ell }/{c_{p\ell }}     h > {h_{s\ell }} \\ 
 \end{array} \right.     \qquad \qquad(21)


S(h) = \left\{ \begin{array}{l}
 0  \qquad    h \le 0 \\ 
 0   \qquad    0 < h < {h_{s\ell }} \\ 
 h{k_\ell }/{c_{p\ell }} \qquad  h > {h_{s\ell }} \\ 
 \end{array} \right.      \qquad \qquad(22)


Cao and Faghri (1989) demonstrated that the above enthalpy transforming model is capable of handling complicated phase-change problems occurring both at a single temperature and over a temperature range with fixed grids. Due to the one dependent variable nature of the transformed equation, the convection and diffusion situations can be handled with appropriate algorithms. Comparisons have been made with the numerical results existing in the literature with a good agreement, showing that the model can prop¬erly predict the phase-change processes. The advan¬tages of this model based on enthalpy are that it allows us to avoid paying explicit attention to the nature of the phase-change front, and that it can be extended to accommodate complicated multidimensional problems with con¬vective terms without involving cumbersome math¬ematical schemes.

Equivalent Heat Capacity Method

Dependence of specific heat to temperature for equivalent heat capacity model
Figure 4: Dependence of specific heat to temperature for equivalent heat capacity model.

During the solid-liquid phase-change process, the PCM can absorb or release heat at a constant temperature Tm. This means that the temperature of the PCM does not change while it absorbs or releases heat, implying that the heat capacity of the PCM at temperature Tm is infinite. In the equivalent heat capacity method, it is assumed that the melting or solidification processes occur over a temperature range (Tm − ΔT, Tm + ΔT) instead of at a single temperature Tm. For a multicomponent system, ΔT can be chosen based on the range of phase change temperature. For a single-component with well-defined melting point, ΔT should be as small as possible. Also, the latent heat is converted to an equivalent heat capacity of the PCM in the assumed temperature range. Thus, the specific heat of the PCM can be expressed as

{c_p}(T) = \left\{ \begin{array}{l}
 {c_{ps}}  \qquad  \qquad   T < {T_m} - \Delta T \\ 
 \frac{{{h_{s\ell }}}}{{2\Delta T}} + \frac{{{c_{ps}} + {c_{p\ell }}}}{2}  {T_m} - \Delta T < T < {T_m} + \Delta T \\ 
 {c_{p\ell }}   \qquad   T > {T_m} + \Delta T \\ 
 \end{array} \right.       \qquad \qquad(23)


which assumes that the temperature of the PCM is changed from Tm − ΔT to Tm + ΔT when latent heat, {h_{s\ell }}, is absorbed by the PCM during melting. During the solidification process, the PCM releases the latent heat and its temperature decreases from Tm + ΔT to Tm − ΔT. The equivalent specific heat in the mushy zone (Tm − ΔT < T < Tm + ΔT) includes the effect of both latent heat (the first term) and sensible heat (the second term). The relationship between specific heat and temperature in the equivalent heat capacity method is plotted in Fig. 4. For a three-dimensional conduction-controlled melting/solidification problem in the Cartesian coordinate system, the energy equation for the entire region of the PCM can be 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)    \qquad \qquad(24)


where the thermal conductivity in eq. (24) is a function of temperature, T. Assuming that the thermal conductivity of the PCM in the two-phase region is a linear function of temperature, one obtains

k(T) = \left\{ \begin{array}{l}
 {k_s} \qquad   \qquad  T < {T_m} - \Delta T \\ 
 {k_s} + \frac{{{k_\ell } - {k_s}}}{{2\Delta T}}(T - {T_m} + \Delta T){\rm{   }}{T_m} - \Delta T < T < {T_m} + \Delta T \\ 
 {k_\ell } \qquad \qquad  T > {T_m} + \Delta T \\ 
 \end{array} \right.      \qquad \qquad(25)


The advantage of the equivalent heat capacity model is its simplicity. Equation (24) is simply the nonlinear heat conduction equation, and it appears that a conventional computational methodology for conduction problems is adequate for solving a solid-liquid phase change problem. However, many studies have revealed difficulties in the selection of time step, Δt, grid size, (Δx, Δy, Δz) and the phase change temperature range, ΔT. If these variables cannot be properly selected, the predicted location of the solid-liquid interface and the temperature may include some unrealistic oscillation. Therefore, although the equivalent heat capacity model leads to simple code development, it is not used as widely as the enthalpy model.

Temperature-Transforming Model

Dependence of enthalpy on temperature for phase change occurring over a range of temperature
Figure 5: Dependence of enthalpy on temperature for phase change occurring over a range of temperature.

The temperature-transforming model proposed by Cao and Faghri (1990) combines the advantages of the enthalpy and equivalent heat capacity models. For a three-dimensional conduction-controlled phase change problem, the governing equation in enthalpy form is

\rho \frac{{\partial h}}{{\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)    \qquad \qquad(26)


For a phase change occurring over a temperature range (Tm − ΔT, Tm + ΔT) with the specific heats assumed to be constant for each phase, the relationship between enthalpy and temperature can be plotted as in Fig. 5. This relationship can be analytically expressed as

h(T) = \left\{ {\begin{array}{*{20}{c}}
   {{c_{ps}}(T - {T_m}) + {c_{ps}}\Delta T{\rm{                               }}T < {T_m} - \Delta T}  \\
   {\left( {\frac{{{c_{ps}} + {c_{p\ell }}}}{2} + \frac{{{h_{s\ell }}}}{{2\Delta T}}} \right)(T - {T_m}) + \frac{{{c_{ps}} + {c_{p\ell }}}}{2}\Delta T + \frac{{{h_{s\ell }}}}{2}{\rm{   }}{T_m} - \Delta T < T < {T_m} + \Delta T}  \\
   {{c_{p\ell }}(T - {T_m}) + {c_{ps}}\Delta T + {h_{s\ell }}{\rm{                        }}T > {T_m} + \Delta T}  \\
\end{array}} \right.    \qquad \qquad(27)


By defining specific heat in the mushy zone as

{c_m} = \frac{{{c_{ps}} + {c_{p\ell }}}}{2}    \qquad \qquad(28)


eq. (27) becomes

h(T) = \left\{ \begin{array}{l}
 {c_{ps}}(T - {T_m}) + {c_{ps}}\Delta T \qquad  \qquad  T < {T_m} - \Delta T \\ 
 \left( {{c_m} + \frac{{{h_{s\ell }}}}{{2\Delta T}}} \right)(T - {T_m}) + {c_m}\Delta T + \frac{{{h_{s\ell }}}}{2} {T_m} - \Delta T < T < {T_m} + \Delta T \\ 
 {c_{p\ell }}(T - {T_m}) + {c_{ps}}\Delta T + {h_{s\ell }} \qquad  \qquad  T > {T_m} + \Delta T \\ 
 \end{array} \right.       \qquad \qquad(29)


Equation (29) can be rewritten as

h(T) = {c_p}(T)(T - {T_m}) + b(T)    \qquad \qquad(30)


where cp(T) and b(T) can be determined from eq. (29):

{c_p}(T) = \left\{ \begin{array}{l}
 {c_{ps}} \qquad \qquad T < {T_m} - \Delta T \\ 
 {c_m} + \frac{{{h_{s\ell }}}}{{2\Delta T}}  \qquad  {T_m} - \Delta T < T < {T_m} + \Delta T \\ 
 {c_{p\ell }}  \qquad  \qquad  T > {T_m} + \Delta T \\ 
 \end{array} \right.       \qquad \qquad(31)
b(T) = \left\{ \begin{array}{l}
 {c_{ps}}\Delta T  \qquad \qquad  T < {T_m} - \Delta T \\ 
 {c_m}\Delta T + \frac{{{h_{s\ell }}}}{2}  \qquad {T_m} - \Delta T < T < {T_m} + \Delta T \\ 
 {c_{ps}}\Delta T + {h_{s\ell }} \qquad T > {T_m} + \Delta T \\ 
 \end{array} \right.    \qquad \qquad(32)


Substituting eq. (30) into eq. (26) yields

\rho \frac{{\partial ({c_p}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) - \rho \frac{{\partial b}}{{\partial t}}    \qquad \qquad(33)
Comparison of interface location for the Stefan problem obtained by exact and numerical solutions using temperature transforming model
Figure 6: Comparison of interface location for the Stefan problem obtained by exact and numerical solutions using temperature transforming model

where the thermal conductivity, k, is a function of temperature and can be obtained by eq. (25). The energy equation has been transformed into a nonlinear equation with a single dependent variable T. The nonlinearity of the phase change problem results from the large amount of heat released or absorbed at the solid-liquid interface. Also, in either the liquid or solid phases at some distance away from the interface, eq. (33) reduces to a linear equation. The temperature-transforming model and the equivalent heat capacity model differ in significant ways. Comparing eq. (33) and eq. (24), one can conclude that the equivalent heat capacity model is a special case of eq. (33), with \partial b/\partial t = 0 and cp independent of the spatial variables x,y,z and time. This is the underlying reason why many studies using the equivalent heat capacity model have encountered difficulty in selecting the grid size and time step and have often produced physically unrealistic oscillatory results. In order to satisfy \partial b/\partial t = 0 and \partial ({c_p}T)/\partial t = {c_p}\partial T/\partial t, the time step has to be small enough to assure that cp and b are independent of both time and space variables – a difficult criterion to satisfy. Equation (33) can be solved by many numerical methods, including the finite volume approach by Patankar (1980). To verify the accuracy of the temperature-transforming model, a numerical solution of the Stefan problem is presented. The physical model of the Stefan problem has been given in the previous section. Figure 6 shows a comparison between the exact solution and the numerical solution using the temperature transforming model for the dimensionless location of the melting front as a function of the square root of dimensionless time. The definition of dimensionless melting front location, dimensionless time and other dimensionless parameters are (from Exact Solutions of Melting and Solidification Problems).

\left. \begin{array}{l}
 \theta  = \frac{{{T_m} - T}}{{{T_m} - {T_0}}}\,\,\,\,{\theta _i} = \frac{{{T_m} - {T_i}}}{{{T_m} - {T_0}}}\,\,\,X = \frac{x}{L}\quad S = \frac{s}{L}\quad \tau  = \frac{{{\alpha _1}t}}{{{L^2}}} \\ 
 {N_\alpha } = \frac{{{\alpha _2}}}{{{\alpha _1}}}\,\,\,\,\,\,{N_k} = \frac{{{k_2}}}{{{k_1}}}\,\,\,\,{\rm{Ste}} = \frac{{{c_{{p_1}}}({T_m} - {T_0})}}{{{h_{s\ell }}}} \\ 
 \end{array} \right\} .

The temperature-transforming model eliminates the time-step and grid-size limitations and is insensitive to the phase-change temperature range. Therefore, the model can properly handle phase change occurring over a temperature range (as in the case of multicomponent PCM phase change) or at a single temperature (as in the case of single-component PCM phase change). The temperature-transforming model has been used to solve many different solid-liquid phase change problems (Cao and Faghri 1990a, 1991, 1992; Zeng and Faghri 1994a, 1994b; Zhang and Faghri 1996b).

References

Bonacina, C., Comini, G., Fasano, A., and Primicerio, A., 1973, “Numerical Solution of Phase Change Problems,” International Journal of Heat and Mass Transfer, Vol. 16, pp. 1285-1832.

Budhia, H., and Kreith, F., 1973, “Heat Transfer with Melting or Freezing in a Wedge,” International Journal of Heat and Mass Transfer, Vol. 16, pp. 195-211.

Cao, Y., and Faghri, A., 1990, “A Numerical Analysis of Phase Change Problem including Natural Convection,” ASME Journal of Heat Transfer, Vol. 112, pp. 812-815.

Cao, Y., and Faghri, A., 1989, “A Numerical Analysis of Stefan Problem of Generalized Multi-Dimensional Phase-Change Structures Using the Enthalpy Transforming Model,” International Journal of Heat and Mass Transfer, Vol. 32, pp. 1289-1298.

Crank, J., 1984, Free and Moving Boundary Problems, Clarendon Press, Oxford.

Faghri, A., and Zhang, Y., 2006, Transport Phenomena in Multiphase Systems, Elsevier, Burlington, MA.

Faghri, A., Zhang, Y., and Howell, J. R., 2010, Advanced Heat and Mass Transfer, Global Digital Press, Columbia, MO.

Poots, G., 1962, “An Approximate Treatment of Heat Conduction Problem Involving a Two-Dimensional Solidification Front,” International Journal of Heat and Mass Transfer, Vol. 5, pp. 339-348.

Rathjen, K.A., and Jiji, L.M., 1971, “Heat Conduction with Melting or Freezing in a Corner,” ASME Journal of Heat Transfer, Vol. 93, pp. 101-109.

Shamsunder, N., and Sparrow, E.M., 1975, “Analysis of Multidimensional Conduction Phase Change via the Enthalpy Model,” ASME Journal of Heat Transfer, Vol. 97, pp. 333-340.

Zhang, Y., and Faghri, A., 1996b, “Heat Transfer Enhancement in Latent Heat Thermal Energy Storage System by Using an External Radial Finned Tube,” Journal of Enhanced Heat Transfer, Vol. 3, pp. 119-127.

Further Reading

External Links