DO.DYKE: Heat for Dyke Intrusion

Description Usage Arguments Value Author(s) See Also Examples

Description

Solve heat equation for dyke intrusion.

Usage

1
DO.DYKE(a = a, x = x, t = t, k = k, T0 = T0, NDIM = TRUE)

Arguments

a

Thickness of dyke (meters)

x

vector of distances across dyke (m)

t

time in seconds

k

diffusion constant

T0

Temperature at infinity

NDIM

logical, TRUE=use nondimensional temperature for text labels

Value

graphical side effects

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

get.heat2, DO.HALFSPACE

Examples

1
2
3
4
5
6
7
8
 a = 10;
k=10^6


  DO.DYKE(NDIM=TRUE)

####  dimensional variable plot
   DO.DYKE(NDIM=FALSE)

geophys documentation built on May 1, 2019, 9:26 p.m.