DoMohr: Mohr's Circle

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Mohr's Circle

Usage

1
DoMohr(Stensor=diag(c(3,2,1)), axis=NULL)

Arguments

Stensor

Stress tensor

axis

vector of axes to plot, c(1,2,3,4)

Details

Stress tensor is a 2 by 2 or 3 by 3 symmetric matrix

Value

Graphical Side effects

Author(s)

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

References

W.D. Means, Stress and Strain: Basic Concepts of Continuum Mechanics for Geologists, Springer; 1976. 4th ed., 339 p. (ISBN-10:0387075569).

See Also

DoMohrFig1, stress

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
Stensor = matrix(c(2,.3, .3, 1), ncol=2)

Stensor = matrix(c(50, 40, 40, 10), ncol=2)

DoMohr(Stensor) 


Stensor = matrix(c(
-50, 40, 20,
40, 10, 10,
20,  10, 5), ncol=3)

DoMohr(Stensor) 

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