rotate_stresses: Function to calculate rotated stresses

View source: R/mohr_circles.R

rotate_stressesR Documentation

Function to calculate rotated stresses

Description

Function to apply stress rotation

Usage

rotate_stresses(sigx, sigz, tau, theta)

Arguments

sigx

normal stress on x-plane (array)

sigz

normal stress on z-plane (array)

tau

shear stress (array)

theta

rotation angle (array, in radians)

Value

a tibble with rotated stresses in fields 'sigx2', 'sigy2' and 'tau2'


GJMeijer/soilmech documentation built on May 22, 2022, 10:39 a.m.