Description Usage Arguments Value Examples
View source: R/generate_loadsharingrules.R
This function generates a list of load sharing rules associated with common existing root reinforcement models. Rules are generated based on the optional input parameters provided
1 2 3 4 5 6 7 |
betat |
Power law coefficient for root diameter-root tensile strength fit (numeric scalar) |
betaE |
Power law coefficient for root diameter-root stiffness fit (numeric scalar) |
betaL |
Power law coefficient for root diameter-root length fit (numeric scalar) |
betaeps |
Power law coefficient for root diameter-root strain to peak fit. This value overrules 'betaE' if provided (numeric scalar) |
betaF |
Additional user-defined load sharing rules (numerical array) |
dataframe with fields 'loadsharingrule' and 'betaF', containing the name of the load sharing rule and the value of the load sharing coefficient respectively.
1 | generate_loadsharingrules(betat = -0.5, betaE = 0, betaL = 0.7, betaF = 1.0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.