Oceanography 540--Marine Geological Processes--Autumn Quarter 2002

Conduction and the Conductive Plate Model

At the scale of an ocean basin, heat transfer from the seafloor is dominated by conduction. Fourier's Law states that the flux of heat conducted across a plane surface is the product of the thermal conductivity, a property of the material through which heat is being transported, and the temperature gradient. In one-dimension:

Eq 3-1:wspf27a

(conductive heat flux, q) = - (thermal conductivity, k) x (temperature gradient, dT/dz)

The negative sign reflects that heat is transported in the direction of lower temperature. For a historical discussion of Fourier's Law and its influence on the description of other physical systems, see (44). In dimensional terms:

-----

Dimensions for Heat Transfer Quantities
 recent literature (SI)older literature
fluxW m^-2cal cm^-2s^-1
thermal conductivityW m^-1K^-1cal cm^-1s^-1°C^-1
gradientK m^-1°C m^-1

-----

The pratical unit from older literature is the HFU (heat flow unit). 1 HFU (heat flow unit) = 41.9 mW m^-2 = 1 µcal cm^-2s^-1 The global average conductive heat flow is about 2 HFU.

The thermal conductivity (or equivalently the specific thermal conductivity, kappa (also called the thermal diffusivity) which includes the density and heat capacity of a material) varies considerably, over about four orders of magnitude in various solid materials:

-----

Table I. Thermal Conductivities of Common Materials
 k [W m^-1°C^-1]kappa=k/(rhoCsub p)
[10-8 m2s-1]
thermal conductivityspecific thermal conductivity or thermal diffusivity
air.0251938
water0.614
ice2.1104
aluminum2379975
copper39011161
fiber glass0.0444
surficial ocean sediment0.920
basaltic ocean crust2.977
upper mantle3.180
quartz3141
saturated sand2.7102

-----

Using observations of the conductive heat flow we can estimate the temperature increase with depth into the oceanic lithosphere. At 100 My crustal age the heat flow is ~1.1 HFU = 46 mW m^-2, so:

Eq 3-2:wspq=-k(dT/dz)

Eq 3-3:wsp46 x 10^-3 W m^-2 = 3.1 W m^-1°C^-1 (dT/dz)

Eq 3-4:wsp(dT/dz) = 15 x 10^-3 °C m^-1

Thus, at 100 km depth, T ~1500 °C. (This is an overestimate, as even after 100 My, the lithosphere is continuing to cool and so the profile is not strictly linear.)

This approach is reversed in order to make heat flow measurements: the temperature gradient is measured with a probe consisting of a number of thermistors which is inserted into sediment; the thermal conductivity is measured (by measuring the response after a thermal perturbation) or estimated from other data; the product yields the heat flow.

To make use of Fourier's Law to understand the rate of change of the temperature of a material, we need to establish a thermal balance for a small volume element. Again in one-dimension, we balance the fluxes of heat through the two surfaces and the internal production of heat per unit volume, H, to determine the temperature change in an interval of time dt:

conservation of heat in a volume element
Figure 3-1

Conservation of heat requires that:

Eq 3-5:wspf27b

Rearranging equation 3-5 and taking to limits:

Eq 3-6:wspf27c

Is Internal Production of Heat Important Within the Lithosphere?

Well away from the ridge axis where the time rate of change becomes small, it becomes appropriate to consider the steady-state characteristics of equation 3-6. The goal is to examine whether the internal production of heat, H has a significant influence on the temperature distribution.

At steady state:

Eq 3-7:wspf27d

Equation 3-7 is solved by integrating twice to find:

Eq 3-8:wspf27e

The two constants of integration are found by specifying the temperature at the sediment surface:

Eq 3-9:wspf27f

and the surface heat flow

Eq 3-10:wspf27g

Combining equations 3-8, 3-9 and 3-10, we find:

Eq 3-11:wspf27h

If H=0, the temperature increases linearly with depth. For positive internal production of heat, there is a negative deviation from this linear trend which grows as z squared. (The deviation is negative because of the boundary conditions we have chosen; as H increases more of the surface heat flux is derived from internal production of heat and less from the flux of heat from below). In the case of the lithosphere, is this deviation important? Because the elements U, Th and K are partitioned into the liquid as the mantle melts, considering the radiogenic production of heat in the basaltic crustal layer represents a worst case (i.e., the mantle must have a lower content of U, Th, and K). This production is 7.8x10^-8 W m^-3. At 6 km depth, for surface heat flow of 45 mW m^-2 and with this value of H the temperature deviation is 0.97°C from the value without internal production, 93°C. We conclude that we can generally neglect internal production of heat.

Thus for application to conductive heat loss from the lithosphere we neglect H and equation 3-6 becomes:

Eq 3-12:wspf27i

-------

Conductive Plate Model--Boundary Layer Approach

In the absence of internal production of heat:

Eq 3-13: eq 3-1

Imagine that at the axis of spreading that material is held at the temperature of melting, in other words an appropriate initial condition is that at all depths:

Eq 3-14: eq 3-2

(While we will not develop it explicitly, 'temperature' here means 'potential temperature'). For now also imagine that the Earth is infinitely thick, i.e., the geometry is that of an infinite half space and so at great depth:

Eq 3-15: eq 3-3

Finally the upper surface will be will be held at the temperature of the deep ocean:

Eq 3-16: eq 3-4

Omitting the details of solution, we find that:

Eq 3-17: eq 3-5

(Note the k inside the root operator should be kappa.) We can use equation 3-17 to calculate the temperature field of an evolving lithosphere.

The error function is defined by the integral:

[erf= (2/sqrt(pi))* integral from 0 to x of
exp(-(t^2)]

and exhibits the behavior:

[erf(x) vs x]

To illustrate the temperature field, we adopt Tsub m=1400 °C, the approximate temperature of the liquidus. For depth we will work in units of km, and for time in units of My so that the appropriate thermal diffusivity is 25 (km^2)/(My). We will build a grid for 0 to 100 km depth and 0 to 100 My of crustal age in steps of 5 km and 5 My respectively. The solution at t=0 has to be taken directly from equation 3-2 because of the singularity at t=0 in equation 3-5. The calculations are done with the MATLAB script, plate.m:

kappa=25;
Tmelt=1400;
z=0:5:100;
t=0:5:100;
for I=1:1:21
T(I,1)=Tmelt;
for J=2:1:21
T(I,J)=Tmelt*erf(z(I)/(2*sqrt(kappa*t(J))));
end
end
cs=contour(t,-z,T);
clabel(cs)
(New to Matlab? Here is a link to an annotated version of the script.) This script displays a contour plot of the temperature field:

[Temperature Field]

If we think of the base of the lithosphere as corresponding to a particular isotherm, say the 1200 °C isotherm which is approximately the temperature of the solidus, we can trace the growing thickness of the lithosphere as the crust ages. However, because of the semi-infinite geometry adopted, it grows to an unreasonable large thickness, as compared to the constraints provided by seismic studies of the oceanic lithosphere. The temperature gradient (and the conductive heat flux) decreases, most rapidly at first and then more slowly.

While there are some problems evident in the model: specifically

  1. the temperature of the seafloor at the ridge axis is not Tm and
  2. the thickness of the lithosphere does not grow without limit
it is appears to be reasonable from a qualitative standpoint and so we will use it as a starting point for considering the relationships among heat flow, topography and crustal age.

Conductive Heat Flow versus Age

By taking the derivative of equation 3-17 to obtain an expression for dT/dz evaluated at z=0 and substituting into equation 3-2 we find that (details):

Eq 3-18: eq 3-6

The heat flow predicted from the boundary layer model decreases with an inverse proportionality to the square root of age.

For now (we will later refine these parameters) we can estimate the relationship using a value of Tsub m of 1400 °C and the thermal conductivity data given in Table I:

Eq 3-19: eq 3-7

480 mW/m^2 is ~12 HFU.

-------

Conductive heat flow versus age, from (43)

heatflowvsage.gif

HS is our infinite half space model, PSM is the original Parsons Sclater model (8), GDH1 is the more recent Stein and Stein ((43)) fit to the global data set. (HS and PSM can only be distinguished on very old lithosphere.)


Next Lecture | Lecture Index | Search the Ocean 540 Pages | Ocean 540 Home

Valid HTML 4.0!

Oceanography 540 Pages
Pages Maintained by Russ McDuff (mcduff@ocean.washington.edu)
Copyright (©) 1994-2002 Russell E. McDuff and G. Ross Heath; Copyright Notice
Content Last Modified 10/14/2002 | Page Last Built 10/14/2002