Skip to main content
. Author manuscript; available in PMC: 2016 Dec 20.
Published in final edited form as: Ann Biomed Eng. 2014 Sep;42(9):1806–1822. doi: 10.1007/s10439-014-1057-x

Algorithm 1.

input : AFM force curve, RDim,thesh2, RFE,thresh2.
output: Material parameters
Multiply deflection with probe spring constant to obtain force;
Contact Estimation: Estimate contact point using weighted constrained BDP;
Dimitriadis Curve fitting: Fit F – Δ to Dimitriadis contact model to obtain EDim, RDim2;
if RDim2>RDim,thesh2 then
    Linear Elasticity: Estimated material parameter: ÊEDim;
else
    Hyperelasticity: initialize C0EDim/6, b ← 30;
    Invoke Inverse FE routine with RFE,thresh2;
    Estimated material parameters: Ê0 ← 6Ĉ0, ;
end