calc_kku_fbmc: Calculate sequential mobilisation reduction factor k" for...

Description Usage Arguments Value Examples

View source: R/calc_kku_fbmc.R

Description

This function calculates reduction in peak root reinforcement due to sequential mobilisation of roots according to the FBMc model, compared to the reinforcement predicted by the WWMc model

Usage

1
calc_kku_fbmc(drmin, drmax, betaF, betat, betaphi)

Arguments

drmin, drmax

minumum and maximum root diameter in bundle (numeric array)

betaF

load sharing coefficient (numeric array)

betat

Power law coefficient for root diameter-root tensile strength fit (numeric array)

betaphi

Power law coefficient for root diameter-root area ratio fit (numeric array)

Value

numeric array with reduction coefficients k" (numeric array)

Examples

1
calc_kku_fbmc(1, 5, 1, -0.5, -1)

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