Skip to contents

3D strain diagram using the Hsu (1965) method to display the natural octahedral strain (Nádai, 1950) and Lode's parameter (Lode, 1926).

Usage

hsu_plot(R_XY, R_YZ, main = "Hsu diagram", es.max = NULL, ...)

Arguments

R_XY

ratio of maximum strain and intermediate strain

R_YZ

ratio of intermediate strain and minimum strain

main

character. The main title (on top).

es.max

maximum strain for scaling.

...

plotting arguments passed to graphics::points()

Value

plot and when stored as an object, the Lode parameter Lode and the natural octahedral strain es.

References

Lode, W. (1926). Versuche über den Einfluß der mittleren Hauptspannung auf das Fließen der Metalle Eisen. Kupfer und Nickel. Zeitschrift Für Physik, 36(11–12), 913–939. https://doi.org/10.1007/BF01400222

Nádai, A. (1950). Theory of flow and fracture of solids. McGraw-Hill.

Hsu, T. C. (1966). The characteristics of coaxial and non-coaxial strain paths. Journal of Strain Analysis, 1(3), 216–222. https://doi.org/10.1243/03093247V013216

Hossack, J. R. (1968). Pebble deformation and thrusting in the Bygdin area (Southern Norway). Tectonophysics, 5(4), 315–339. https://doi.org/10.1016/0040-1951(68)90035-8

Examples

R_XY <- holst[, "R_XY"]
R_YZ <- holst[, "R_YZ"]
hsu_plot(R_XY, R_YZ, col = "#B63679", pch = 16)