Biotissue Macroscale Nonlinear Analysis
From ScorecWiki
Back to Biotissue Project
Contents |
Overview
Generally, we follow the finite element nonlinear analysis of solids presented in Bathe's Finite Element Procedures. We use the static updated Lagrangian formulation (section 6.3.2):
(KL + KNL)ΔU = P − F
where KL is the linear strain portion of the stiffness matrix, KNL is the nonlinear strain portion of the stiffness matrix (for geometric nonlinearity), ΔU is the incremental displacement vector, P is external virtual work, and F is nodal point forces. The portions of these matrices and vectors corresponding to certain nodes are computed at integration points in the source file macro/src/MultiscaleIntegrator.h in the atPoint function.
The system above is solved for the incremental displacements, ΔU. The terms are given by:
where BL is the linear strain-displacement matrix, C is the stress-strain matrix, BNL is the nonlinear strain-displacement matrix, is a matrix of Cauchy stresses, and
is a vector of Cauchy stresses. The matrices are given by:
where we've assumed 4 nodes and Ni,j denotes a shape function derivative at node i wrt spatial coordinate j.
Incorporating Microscale Data
The microscale RVE solver returns the six unique components of the stress tensor, σ, which contributes to the nonlinear strain portion of the stiffness matrix, KNL, and the nodal point forces, F. It also returns nodal stress derivatives, , which replaces CBL in the calculation of the linear strain portion of the stiffness matrix, KL.
Fiber-Matrix Parallel
The fiber-matrix parallel model utilizes the fiber only RVEs and simply adds the stress found from the fiber network with stress computed from a neo-Hookean material law representing the interfibrillar matrix. This has been shown to approximate the macroscopic response of the combined fiber network and matrix.