View source: R/mcc_calculations.R
mcc_matrix_elastoplastic | R Documentation |
Returns the matrix elements of the elasto-plastic stiffness matrix according to the modified cam-clay model, in terms of isotropic and deviatoric stress invariants p and q, and volumetric and deviatoric strain invariants epsv and epq (epsv is assumed positive in compression)
dp = M11*depsv + M12*depsq dq = M21*depsv + M22*depsq
mcc_matrix_elastoplastic(p, q, pc, v0, M, kappa, lambda, nu)
p, q |
current stress invariants |
pc |
current preconsolidation pressure |
v0 |
initial specific volume |
M |
M-parameter |
kappa, lambda |
MCC compression parameters |
nu |
Poisson's ratio |
array with four stiffness elements [M11, M12, M21, M22]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.