View source: R/elastic_solutions.R
influencefactor_triangularstrip | R Documentation |
Calculates the influence factor for the total stress underneath a strip load, based on the position in normalised coordinates
influencefactor_triangularstrip(xB, zB, direction = "z", nu = 0.3)
xB |
x-coordinate, normalised by width of strip (array). 'xB = 0' is located where the triangle height is 0, and 'xB = 1' where the triangular load is at it maximum (just before it drops to zero after 'xB > 1') |
zB |
depth, normalised by width of strip (array) |
direction |
direction of stress increase. 'z' for vertical, 'x' for horizontal away from strip, 'y' for horizontal in direction of strip, and 'xz' for shear stress |
nu |
Posisson's ratio |
array with influence factors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.