Adds the Griffith-Coulomb-fracture criterion to a plot.
Usage
failure_criterion(
sigma_n = seq(-100, 100, 0.01),
cohesion = 1,
friction = 0.6,
...
)Arguments
- sigma_n
numeric. A vector of normal stresses, for which the critical shear stress should be calculated.
- cohesion
numeric. Cohesion
- friction
numeric. Coefficient of friction
- ...
optional plotting arguments passed to
graphics::lines()
