View source: R/mcc_calculations.R
mcc_solve_triax_drained | R Documentation |
Predict the full MCC behaviour for a drained triaxial compression test
mcc_solve_triax_drained( p0 = 10, pc = 100, M = 1.35, Gamma = 2, lambda = 0.115, kappa = 0.015, nu = 0.3, e1 = seq(0, 0.2, l = 101) )
p0 |
initial isotropic effective stress |
pc |
initial preconsolidation pressure |
M |
M-parameter |
Gamma |
CSL specific volume intercept |
kappa, lambda |
MCC compression parameters |
nu |
Poisson's ratio |
e1 |
values of axial strain at which to calculate response |
a tibble with stress and strain properties at each level of axial strain 'e1'
mcc_solve_triax_drained()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.