Finite volume methods-2

Fluxes with variable properties

fv2 $$q_e = -k_e\left(\frac{\partial T}{\partial x}\right)_e,$$

$$q_w = -k_w\left(\frac{\partial T}{\partial x}\right)_w.$$ $$q_e = -k_e\frac{T_E-T_P}{\delta_e}.$$

Unfortunately, this does not work very well.

Case 1

Case 2

If we use a uniform temperature gradient throught the region of interest, then consider the heat fluxes that this graph implies fv2

$$q_{e-} = -k_P\frac{T_I-T_P}{\delta_{e-}} = -k_P\frac{T_E-T_P}{\delta e},$$$$q_{e+} = -k_E\frac{T_E-T_I}{\delta_{e+}} = -k_E\frac{T_E-T_P}{\delta e}.$$

Hence, using (or implying) the same temperature gradient in both cells (materials) gives different heat fluxes in the two cells when using the respective thermal conductivities.

Solution

Find an evaluation of $k_e$, that is physically consistent with heat fluxes through materials of different properties.

That is, find an evaluation of $k_e$ that allows for different temperature gradients to be implied in cells with different conductivities.

Note, we still want to evaluate the temperature gradient in the usual way, that is $(dT/dx)_e = (T_E-T_P)/\delta_e$.

Construct $k_e$ by equating fluxes in the two cells (so that energy is conserved): * Allow for an intermediate temperature $T_I = T_e$. * Equate the fluxes on the left and right of the interface, and then solve for $T_I$:

$$q_{e-} = q_{e+} \rightarrow -k_P\frac{T_I-T_P}{\delta_{e-}} = -k_E\frac{T_E-T_I}{\delta_{e+}}.$$$$\rightarrow T_I =\frac{\frac{k_P}{\delta_{e-}}T_P + \frac{k_E}{\delta_{e+}}T_E}{\frac{k_P}{\delta_{e-}} + \frac{k_E}{\delta_{e+}}}$$ $$q_e = q_{e-} \rightarrow -k_e\frac{T_E-T_P}{\delta_e} = -k_P\frac{T_I-T_P}{\delta_{e-}}$$ $$\color{blue}{k_e = \frac{k_Ek_P\delta_e}{k_P\delta_{e+}+k_E\delta_{e-}}.}$$$$\color{blue}{k_e = \frac{2k_Pk_E}{k_P+k_E},\,\,\,\mathrm{if}\, \delta_{e-}=\delta_{e+}.}$$ $$\color{blue}{q_e = -k_e \frac{T_E-T_P}{\delta_e},}$$$$\color{blue}{k_e = \frac{k_Ek_P\delta_e}{k_P\delta_{e+}+k_E\delta_{e-}}.}$$

Results

$$q_e = -\frac{k_P\delta_e}{\delta_{e-}}\frac{T_E-T_P}{\delta_{e}} = -k_P\frac{T_E-T_P}{\delta_{e-}}.$$

Grid decoupling

    |---W---|---P---|---E---|
            w       e
$$\frac{\partial vf}{\partial x}.$$
    |---5---|---3---|---5---|---3---|---5---|
    |-----|-----|-----|
    |  8  |  3  |  8  |
    |-----|-----|-----|
    |  3  |  5  |  3  |
    |-----|-----|-----|
    |  8  |  3  |  8  |
    |-----|-----|-----|
fv2

Grids are called either staggered or collocated.