version 3.11-dev
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Effective heat conductivity in porous media

Laws for calculating effective heat conductivity coefficients. More...

Description

In porous media, the effective heat conductivity depends on the solid-fluid conductivity ratio, the volume fractions of the constituent phases, and the geometry of the solid-fluid interface [5]. The following laws are implemented:

Johansen (two fluid phases)

ThermalConductivityJohansen [47] computes the thermal conductivity of dry and the wet soil material and interpolates using the Kersten number. The effective wet conductivity is based on a geometric average and the effective dry conductivity is based on a semi-emprical relation and fitted to medium quartz sand.

The effective thermal conductivity is given by

λeff=λdry+Ke(λwetλdry),λwet=λs(1ϕ)λwϕ,λdry=0.135ρsϕ+64.7ρs0.947ρsϕ,

where ϕ is the porosity, λα is the thermal conductivity of phase α, ρs denotes the density of the solid phase, and the Kersten number is given by Ke=(κSw)/(1+(1κ)Sw), with the wetting phase saturation Sw and a fitting parameter κ=15.6 for medium quartz sand.

Somerton (two fluid phases)

The Somerton method [81] computes the thermal conductivity of dry and the wet soil material. It uses a root function of the water saturation to compute the effective thermal conductivity for a two-phase fluidsystem. The individual thermal conductivities are calculated as geometric mean of the thermal conductivity of the porous material and of the respective fluid phase.

The effective thermal conductivity of ThermalConductivitySomertonTwoP is given by

λeff=λg,eff+Sw(λw,effλg,eff)

with Sw the water saturation, Sn the NAPL saturation, the effective phase saturations given by λα,eff=(λs)(1ϕ)(λα)ϕ,α{w,n,g} (geometric mean) and λs is the thermal conductivity of the solid phase. The effective conductivity λg,eff corresponds to dry conditions, whereas the effective conductivity λg,eff corresponds to wet conditions.

Somerton (three fluid phases)

The Somerton method [81] computes the thermal conductivity of dry and the wet soil material. It is extended here to a three phase system of water (w), NAPL (n) and gas (g). It uses a root function of the water and NAPL saturation to compute the effective thermal conductivity for a three-phase fluidsystem. The individual thermal conductivities are calculated as geometric mean of the thermal conductivity of the porous material and of the respective fluid phase.

The effective thermal conductivity of ThermalConductivitySomertonThreeP is given by

λeff=λg,eff+Sw(λw,effλg,eff)+Sn(λn,effλg,eff)

with Sw the water saturation, Sn the NAPL saturation, the effective phase saturations given by λα,eff=(λs)(1ϕ)(λα)ϕ,α{w,n,g} (geometric mean) and λs is the thermal conductivity of the solid phase.

Average (multiple fluid phases, one solid phase)

The effective thermal conductivity of ThermalConductivityAverage is calculated as a weighted arithmetic average of the thermal conductivities of the solid and the fluid phases. The weights are determined by the volume fraction the phase occupies. Denoting the volume fractions by nα, we have

λeff=αλαnα/αnα,

summing over both fluid and solid phases. With the porosity ϕ as the sum of all fluid volume fractions, we can equivalently write

λeff=λs(1ϕ)+λfϕ,

where λs is the thermal conductivity of the solid phase, and the effective thermal conductivity of the liquid phases is computed as an arithmetic average weighted with the fluid saturations.

Files

file  johansen.hh
 Relation for the saturation-dependent effective thermal conductivity.
 
file  somerton.hh
 Effective thermal conductivity after Somerton.
 
file  thermalconductivitysomerton3p.hh
 Effective thermal conductivity after Somerton.
 
file  thermalconductivityaverage.hh
 Effective thermal conductivity based on weighted arithmetic average.
 

Classes

class  Dumux::ThermalConductivityJohansen< Scalar >
 Relation for the saturation-dependent effective thermal conductivity. More...
 
class  Dumux::ThermalConductivitySomertonTwoP< Scalar >
 Effective thermal conductivity after Somerton. More...
 
class  Dumux::ThermalConductivitySomertonThreeP< Scalar >
 Effective thermal conductivity after Somerton. More...
 
class  Dumux::ThermalConductivityAverage< Scalar >
 Effective thermal conductivity based on weighted arithmetic average. More...