generate_loadsharingrules: Get load sharing parameters for common fibre bundle models

Description Usage Arguments Value Examples

View source: R/generate_loadsharingrules.R

Description

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

Usage

1
2
3
4
5
6
7
generate_loadsharingrules(
  betat = NULL,
  betaE = NULL,
  betaL = NULL,
  betaeps = NULL,
  betaF = NULL
)

Arguments

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)

Value

dataframe with fields 'loadsharingrule' and 'betaF', containing the name of the load sharing rule and the value of the load sharing coefficient respectively.

Examples

1
generate_loadsharingrules(betat = -0.5, betaE = 0, betaL = 0.7, betaF = 1.0)

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