Description Usage Arguments Value Examples
This function calculates the peak root reinforcement according to the FBM, assuming discrete root classes
1 | calc_cru_fbm(dr, phir, tru, betaF, tru0, k = 1.2, dr0 = 1)
|
dr |
representative diameter of root class (numeric array, size m) |
phir |
root area ratio of roots in class (numeric array, size m) |
tru |
tensile strength of roots in class (numeric array, size m) |
betaF |
load sharing parameter (numeric scalar) |
tru0 |
Tensile strength of root with reference diameter (numeric scalar) |
k |
Wu/Waldron factor accounting for root orientations at failure (numeric scalar, default 1.2) |
dr0 |
Reference diameter (numeric scalar, default 1.0) |
numeric scalar with root reinforcement preductions 'cru_fbm'
1 | calc_cru_fbm(seq(1,4), rep(0.01,4), 10e3*seq(4)^-0.5, 1, 10e3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.