Description Usage Arguments Value Examples
This function calculates the peak root reinforcement according to the Wu/Waldron model. It sums the contributions of all roots in all classes
1 | calc_cru_wwm(phir, tru0, k = 1.2)
|
phir |
root area ratio in class (array) |
tru0 |
representative tensile strength in class (array) (numeric array) |
k |
Wu/Waldron factor accounting for root orientations at failure (numeric scalar, default 1.2) |
numeric array with peak reinforcement preductions 'cru_wwm'
1 | calc_cru_wwm(seq(0.001,0.002,l=6), 10e3*seq(1,5,l=6))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.