calc_cru_wwm: Calculate peak root reinforcement according to WWMc model

Description Usage Arguments Value Examples

View source: R/calc_cru_wwm.R

Description

This function calculates the peak root reinforcement according to the Wu/Waldron model. It sums the contributions of all roots in all classes

Usage

1
calc_cru_wwm(phir, tru0, k = 1.2)

Arguments

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)

Value

numeric array with peak reinforcement preductions 'cru_wwm'

Examples

1
calc_cru_wwm(seq(0.001,0.002,l=6), 10e3*seq(1,5,l=6))

GJMeijer/FBMcw documentation built on Dec. 17, 2021, 9:23 p.m.